07:38
<Domenic>
I forget why mutation observers need this compound microtask thing...
07:51
<Domenic>
Ah it's so that they are delivered in creation time order. I wonder why that was important.
09:59
<nox>
Domenic: You can't be sure the state of the DOM tree otherwise, AFAIK.
18:40
<joebobjoe>
So Microdata is rejected by the W3C? What does that mean for Microdata?
18:58
<tantek>
joebobjoe: it means that no one at W3C cared enough about it to work on it, so it's not a W3C work item or standard in any way any more. abandoned.
21:33
<frewsxcv>
should element.setAttribute work with content attributes in addition to idl attributes?