Re: [w3c/DOM-Parsing] Sort out what's happening with innerHTML on <script> and <style> in XML documents (#6)

I should note that the behavior in Blink and WebKit is totally broken because while the _setter_ acts just like HTML the _getter_ does not.  In Gecko, the getter does as well.  I filed a Blink bug at https://bugs.chromium.org/p/chromium/issues/detail?id=605973 and a WebKit bug at https://bugs.webkit.org/show_bug.cgi?id=157052

It's _possible_ that there is a compat issue if we change this, but I rather doubt it given that Edge doesn't have the behavior in question.

---
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/6#issuecomment-214924019

Received on Tuesday, 26 April 2016 23:57:31 UTC