[Bug 10541] New: Make parser-inserted scripts delay the load event of the document whose active parser the inserter parser is

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

           Summary: Make parser-inserted scripts delay the load event of
                    the document whose active parser the inserter parser
                    is
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P1
         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 says "Fetching an external script must delay the load event of the
element's document until the task that is queued by the networking task source
once the resource has been fetched (defined above) has been run."

When the parser ends up inserting a script into a document that isn't the
document whose active parser the parser is, it is inconvenient to have the
parser blocking, unblocking and insertion point management stay with the parser
while making the load event delaying happen with a document that isn't the
document being parsed.

Please make parser-inserted scripts delay the load event of the document whose
active parser the inserter parser is.

-- 
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:54:13 UTC