00:50 | <MikeSmith> | ISOC sold the .org registry https://www.businesswire.com/news/home/20191113005661/en/Ethos-Capital-Acquire-Public-Interest-Registry-Internet |
09:25 | <annevk> | MikeSmith: is there a English-PR-Speak -> English translation? |
10:11 | <Ms2ger> | ".org domain names to become more expensive"? |
16:12 | <innovati> | Is there an authoritative list of the elements that are presently included in HTML somewhere? |
16:12 | <innovati> | This list appears to be incomplete (with less than 100 tags listed) but some of the tags here also appear to be obsolete tags too, and so I want to be able to suggest what should be added or removed from this list to make this package compatible with HTML as it is today https://github.com/ljharb/html-element-map/blob/master/getData.js#L11 |
16:18 | <Ms2ger> | innovati, https://html.spec.whatwg.org/multipage/indices.html#elements-3 |
16:19 | <innovati> | Ms2ger 🥰 thank you!! |
16:19 | <Ms2ger> | That may include elements you consider obsolete, if they still have an effect in browsers |
16:20 | <innovati> | yeah, some of those might merit being in the library but I want to know which they are so I can list those separate from the ones we know ought to be there |
16:21 | <innovati> | is <svg> considered an HTML tag, or a tag allowed in HTML? |
16:52 | <Ms2ger> | I'd probably say the latter |
18:58 | <gsnedders> | Depends in which sense. It's an element in HTML insofar as it exists in the HTML syntax? |