[webcomponents] ShadowRoot innerHTML different from Element innerHTML (#443)

Per https://w3c.github.io/DOM-Parsing/#widl-Element-innerHTML Element's innerHTML does not always use HTML's algorithms. It can use those of XML too. Is there a reason ShadowRoot's innerHTML is different here? I think ideally we make these work the same way.

---
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/webcomponents/issues/443

Received on Wednesday, 16 March 2016 08:18:38 UTC