- From: <bugzilla@jessica.w3.org>
- Date: Fri, 03 Sep 2010 06:48:45 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10540
Summary: Please say that 'list of scripts that will execute
when the document has finished parsing' is coupled
with the parser--not the document
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: hsivonen@iki.fi
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org
The spec doesn't make it clear which 'list of scripts that will execute when
the document has finished parsing' defer scripts end up on when the parser
inserts a defer script into a document that isn't the document whose active
parser the parser is.
Please make it clear that the defer script ends up on a 'list of scripts that
will execute when the document has finished parsing' associated with the parser
and blocks the load event on the document whose active parser the parser
is--not the load event of the owner doc of the script node (which might not be
the same document).
Rationale: The processing of the 'list of scripts that will execute when the
document has finished parsing' happens relative to the progress of the parse.
--
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, 3 September 2010 06:48:47 UTC