Comment #12 on issue 2217 by [email protected]: HTML extensions to String.prototype shouldn’t escape ', < and > in argument values; only "
http://code.google.com/p/v8/issues/detail?id=2217

The ES6 editor’s draft now requires escaping " into &quot;. https://bugs.ecmascript.org/show_bug.cgi?id=406#c7 A new public ES6 draft should be out soon. Firefox/Spidermonkey now escapes " into &quot;, too. https://bugzilla.mozilla.org/show_bug.cgi?id=352437#c16

Back to what this issue is really about: V8 is still the only engine to escape ', < and >.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to