[Bug 23792] New: Event dispatching algorithm doesn't support the load event fired at window

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23792

            Bug ID: 23792
           Summary: Event dispatching algorithm doesn't support the load
                    event fired at window
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: Ms2ger@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

<http://www.whatwg.org/html/#the-end> step 7.2 has

> If the Document is in a browsing context, fire a simple event
> named load at the Document's Window object, but with its target
> set to the Document object (and the currentTarget set to the
> Window object).

This would mean having to fix up the target somewhere in the middle of
<http://dom.spec.whatwg.org/#concept-event-dispatch>. We should make the
algorithm support this use case instead.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 11 November 2013 10:05:17 UTC