09:24
<annevk>
domfarolino: go ahead, I’ll be mostly absent next week FWIW
10:01
<benjamingr__>
Hey, did you ever end up filing a bug for https://github.com/whatwg/dom/pull/919 in firefox @annevk ? If not - should I?
10:01
<benjamingr__>
I feel like I already asked this and forgot the response 😅
11:06
<annevk>
benjamingr__: I did not, feel free to file; I think I suggested to wait for the tests, but we prolly have enough now? Can review week after next
11:07
<benjamingr__>
Great thanks
11:07
<annevk>
benjamingr__: really appreciate your input and work on all these API improvements
11:07
<benjamingr__>
:D
11:29
<domfarolino>
Got it, thanks for the heads up
20:08
<coreyfarrell>
I'm confused about CharacterData, https://developer.mozilla.org/en-US/docs/Web/API/CharacterData seems to say that it should implement the ChildNode interface but https://dom.spec.whatwg.org/#characterdata says it just inherits Node.
20:10
<coreyfarrell>
Firefox and Chromium seem to agree with the MDN docs, I couldn't find any bug report at github.com/whatwg/dom. honestly expected to at least see it proposed on the whatwg repo