Re: [whatwg] Script parsing mode within SVG sections in HTML documents

2015-06-21 Thread Ian Hickson
On Sun, 21 Jun 2015, Niels Keurentjes wrote: > > I ran into a discussion on Stack Overflow in this topic: > http://stackoverflow.com/q/30952737/1729885, regarding embedding the > following code snippet in an HTML document: > > alert(1) > > The chara

[whatwg] Script parsing mode within SVG sections in HTML documents

2015-06-21 Thread Niels Keurentjes
I ran into a discussion on Stack Overflow in this topic: http://stackoverflow.com/q/30952737/1729885, regarding embedding the following code snippet in an HTML document: alert(1) The character references translate to "alert(1)". I have confirmed