[Bug 25210] New: Targets for abort event is correct?
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25210
Bug ID: 25210
Summary: Targets for abort event is correct?
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Why in table for abort:
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-abort
we have only Element as target?
In HTML5 this event is dispatch to:
- Element, like audio/video
(http://www.w3.org/html/wg/drafts/html/master/embedded-content.html#fatal-decode-error),
maybe for img too, but I can not specify the algorithm for img.
- window object
(http://www.w3.org/html/wg/drafts/html/master/index.html#event-abort).
Algorithm
http://www.w3.org/html/wg/drafts/html/master/browsers.html#abort-a-document.
And event handler onabort can be used for Element, Document and Window, so we
can catch this event from all possibility
(http://www.w3.org/html/wg/drafts/html/master/webappapis.html#event-handlers-on-elements,-document-objects,-and-window-objects).
I think minimum should be defaultView and Element (maybe Document too).
--
You are receiving this mail because:
You are on the CC list for the bug.