[kevinmarks]Parsing html inside escaped atom/rss is interesting. The cdata version could make it though, but the escaped < style probably would not unless you use a feedparser first
[jgmac1106], [eddie], Zegnat, Kaja___, sknebel and j12t joined the channel
ZegnatI haven’t looked into web components much at all yet, but re: “Atom lacks a class attribute” - not when it is parsed into a DOM Tree. The classList attribute exists on all DOM Element instances.
ZegnatSo that goes for every XML document that is parsed into a DOM Document - possibly by an HTML5 parser. All of them will instantly support looking for classes on the elements.
ZegnatEverywhere I check for XML-parsing-compat stuff gets vague really fast though. We might be better of just looking what parsers support today and then decide if we want to codify some sort of baseline. Thinking compatibility amongst parsers is more important than XML-to-DOM-specification suppoty.
[eddie], Kaja___, eduardm, [jgmac1106], Zegnat, Kaja____, barpthewire, jgmac1106, adactio and [kevinmarks] joined the channel