- From: <bugzilla@jessica.w3.org>
- Date: Mon, 31 Mar 2014 01:34:52 +0000
- To: www-dom@w3.org
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: travil@microsoft.com
Reporter: crimsteam@gmail.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
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.
Received on Monday, 31 March 2014 01:34:53 UTC