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

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





--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-08-26 18:48:51 ---
But presumably you still want the event to allow document.write() when the
whole thing is happening under document.open()/document.write() calls, right?

Why is non-parser code setting the insertion point in Gecko? That seems odd.

I don't really know how to do this at a spec level, short of having a special
flag that unsets the insertion point temporarily while firing 'load' or
something equally silly. Or having the parser fire 'load' if it's the one
executing it, or something convoluted like that.

Adam, any views on whether 'load' here should change?

-- 
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 Thursday, 26 August 2010 18:48:53 UTC