07:51
<freddy>
I'll be porting a bikeshed spec to HTML. Does anyone have notes, steps, or maybe even a guide or a script to go from bikeshed to wattsi?
13:06
<DerekNonGeneric>
freddy: i don't quite follow.. bikeshed does output html.. also, what's wattsi?
13:09
<freddy>
Ah, I see that was super ambiguous. I plan to upstream a wicg spec (written in bikeshed) to the whatwg html spec (written in a html-dialect and then compiled using a tool called "wattsi") and I was wondering if there's something that could make my life a bit easier when rewriting things
14:31
<The Freelancer>
Hello guys.
14:31
<The Freelancer>
I have a question related to the DOM standard.
14:34
<The Freelancer>
That is: why are the appendChild() and insertBefore() methods defined on the Node interface, when they only work for Document, DocumentFragment and Element instances? I mean, the methods could've otherwise been defined on the ParentNode mixin as used in the spec which is included by Document, DocumentFragment and Element
14:35
<The Freelancer>
Is there any particular reason for defining these methods on the Node interface?