- From: Boris Zbarsky <notifications@github.com>
- Date: Tue, 26 Apr 2016 16:58:35 -0700
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
- Cc:
Received on Tuesday, 26 April 2016 23:59:28 UTC
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