On Fri, Jun 13, 2014 at 6:06 PM, C. Scott Ananian <[email protected]> wrote: > To some degree the line between the HTML parser and Web EcmaScript is > movable; currently the HTML parser recognizes the `<!--` etc tokens > but pushes them into the data section of the script tag anyway; one > could just as easily imagine the HTML parser doing all the work and > stripping the "new comment forms" from the token stream.
No, that would be bad for debuggers. ECMAScript just has to suck this up (I think a bug is already filed and pending a fix), just like CSS has. -- http://annevankesteren.nl/ _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

