[Bug 14698] The instructions for '>' say to emit the tag and then switch the tokenizer state. But emitting this tag may run an inline script. And if it does document.write(), then the tokenizer will be in the wrong state when invoked reentrantly. So switch to data s

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14698

--- Comment #3 from contributor@whatwg.org 2011-11-11 19:45:19 UTC ---
Checked in as WHATWG revision r6825.
Check-in comment: Fix <script>document.write('...')</script> -- it turns out
the tokeniser would have been in the wrong state when processing the '.'s. This
is actually just fixing the cases I somehow missed in r5164.
http://html5.org/tools/web-apps-tracker?from=6824&to=6825

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 11 November 2011 19:45:22 UTC