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

Oh, and for the XML case... if you take the string and prepend `"<script>"` and append `"</script>"` and set that as innerHTML on some element, then of course the string is parsed differently from setting it directly as innerHTML on a `<script>`, in Gecko/Blink/WebKit.  _That_ seems confusing for authors to me!

---
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-214924269

Received on Tuesday, 26 April 2016 23:59:28 UTC