HTML Custom Elements to help in SRFI writing? Artyom Bologov (11 Aug 2026 03:01 UTC)
Re: HTML Custom Elements to help in SRFI writing? Marc Nieper-Wißkirchen (11 Aug 2026 05:29 UTC)
Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov (11 Aug 2026 05:47 UTC)
Re: HTML Custom Elements to help in SRFI writing? Peter McGoron (11 Aug 2026 14:44 UTC)
Re: HTML Custom Elements to help in SRFI writing? Jakub T. Jankiewicz (12 Aug 2026 15:37 UTC)
Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov (12 Aug 2026 18:45 UTC)
Re: HTML Custom Elements to help in SRFI writing? Maxim Cournoyer (17 Aug 2026 00:29 UTC)
Re: HTML Custom Elements to help in SRFI writing? Wolfgang Corcoran-Mathe (17 Aug 2026 14:17 UTC)
Re: HTML Custom Elements to help in SRFI writing? Arthur A. Gleckler (17 Aug 2026 18:55 UTC)
Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov (17 Aug 2026 21:42 UTC)
Re: HTML Custom Elements to help in SRFI writing? Maxim Cournoyer (18 Aug 2026 01:35 UTC)
Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov (18 Aug 2026 04:17 UTC)
Re: HTML Custom Elements to help in SRFI writing? Maxim Cournoyer (18 Aug 2026 02:01 UTC)
Re: HTML Custom Elements to help in SRFI writing? Wolfgang Corcoran-Mathe (19 Aug 2026 18:31 UTC)
Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov (20 Aug 2026 00:59 UTC)
Re: HTML Custom Elements to help in SRFI writing? Maxim Cournoyer (21 Aug 2026 00:54 UTC)
Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov (21 Aug 2026 10:49 UTC)
Re: HTML Custom Elements to help in SRFI writing? Peter McGoron (21 Aug 2026 13:06 UTC)
Re: HTML Custom Elements to help in SRFI writing? Vincent Manis (he/him) (21 Aug 2026 16:38 UTC)
Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov (22 Aug 2026 03:45 UTC)

Re: HTML Custom Elements to help in SRFI writing? Artyom Bologov 21 Aug 2026 10:49 UTC

Maxim,

>> There are multiple such efforts. SubWeb (one of such efforts) page links
>> to these: https://h3rald.com/subweb/#heading__Prior_Art. The main
>> takeaway is: HTML 3.2 + semantic HTML 5 elements are the best bet right
>> now. This is indeed pretty close to what most SRFIs look like, so maybe
>> there’s nothing to change besides the ethos?
>
> I haven't read the above link, but placing bounds on what HTML can be
> used in the SRFI source documents should be good thing for downstream
> users wanting to parse them. I'd welcome such a requirement; are there
> existing tools that can validate the document is valid SubWeb?

There are no validators for SubWeb yet, but Fabio (h3rald) has expressed
the intent to make one, albeit in an indeterminate timeframe.

However, there is a validator for smolweb HTML
<https://smolweb.org/validator>, which I prefer over SubWeb. My own SRFI
273 <https://srfi.schemers.org/srfi-273/srfi-273.html> mostly passes it!

> I also
> assume that existing HTML parsers like (htmlprag) are capable of parsing
> it, which they ought to if the format really is a subset of HTML.

Yes, both SubWeb and smolweb HTML are mere subsets of HTML (or XHTML in
case of smolweb HTML,) so they both should be parseable with (htmlprag)

Thanks,
--
Artyom Bologov
https://aartaka.me