[w3c/DOM-Parsing] innerHTML should be defined on ShadowRoot interface in addition to Element interface (#21)

In the world where `ShadowRoot` interface is merged into DOM (as done in the [WHATWG version](https://dom.spec.whatwg.org/#interface-shadowroot)), it's more natural for the DOM parsing & serialization spec to define `innerHTML` IDL attribute on both `Element` and `ShadowRoot` interfaces.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/21

Received on Thursday, 29 September 2016 02:17:44 UTC