[Bug 9984] [parser] Insertion point for script@onload doesn't match Firefox

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





--- Comment #2 from Adam Barth <w3c@adambarth.com>  2010-07-14 18:41:17 ---
I don't quite understand your response.  My understanding of the current spec
is that calling document.write() from script@onload doesn't blow away the
document.  If you'd rather not make onload="" on <script> a special exception
to the general rule that document.write() is unsafe in event handlers then
won't you have to change the spec?  Note that DOM mutation events and events
dispatched via a script calling dispatchEvent are already exceptions to this
rule.

(It's entirely possible I'm misunderstanding the spec.)

-- 
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 Wednesday, 14 July 2010 18:41:19 UTC