[Bug 9767] Consider ignoring document.write() when IE ignores it if comes from the network task source

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





--- Comment #26 from Ian 'Hixie' Hickson <ian@hixie.ch>  2010-09-25 14:51:41 ---
So basically the proposal is to change this step:

 8. If the element's Document has an active parser, and the parser's script
nesting level is non-zero, but this script element does not have the
"parser-inserted" flag set, the user agent must set the element's
"ignore-destructive-writes" flag.

...to:

 8. If the element has a "src" attribute, the user agent must set the element's
"ignore-destructive-writes" flag.

...? That seems reasonable. (I'll probably simplify how it's specified, if we
do this, but the effect would be the same.) Can you confirm that that is what
you mean?

-- 
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 Saturday, 25 September 2010 14:51:47 UTC