Re: [webcomponents] Consider making ShadowRoot directly inherit from Node (#325)

> It seems strange that `ShadowRoot` inherits from `DocumentFragment` given that `ShadowRoot` could be in the document whereas `DocumentFragment` can't traditionally be in the document ever.

Doesn't seem too different from `CharacterData`, although `DocumentFragment` can exist on its own of course.

I guess the question is if we would ever add something to `DocumentFragment` that we wouldn't add to `ShadowRoot`.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/325#issuecomment-141343420

Received on Friday, 18 September 2015 04:48:44 UTC