- From: <bugzilla@jessica.w3.org>
- Date: Tue, 29 Apr 2014 13:48:42 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25499
Bug ID: 25499
Summary: Upgrade event tables for better description
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
Ok, I open this bug to report inaccuracies that still exist in this table.
Please don't close before finish spec., anyone can add their comments and other
adjustments.
BTW, please do not totally rely on HTML5 table
(http://www.w3.org/html/wg/drafts/html/master/index.html#events-0), because in
some case this table missing target, like for abort event:). We have to search
all specification for a specific event.
===
scroll event
Please add Document to "Trusted Targets". Firefox, Chrome and IE support them,
and this target is defined in "CSSOM View Module"
http://dev.w3.org/csswg/cssom-view/#scrolling-0
===
error event
Please add Window to "Trusted Targets". When we make error in <script> this
event is fired to Window (Firefox, Chrome, IE):
http://www.w3.org/html/wg/drafts/html/master/webappapis.html#create-a-script
HTML5 also list Worker objects
(http://www.w3.org/html/wg/drafts/html/master/index.html#event-error) but I
don't check this case.
===
blur and focus event
Please add Window to "Trusted Targets". Its compatible with HTML5 (and support
by Firefox, Chrome, IE).
* focusin and focusout is not describe in HTML5 and probably less stable in
browsers. Element will match as target, but for Window I can't geterate in
Chrome and IE (Firefox still not suport this events). But if focusin and
focusout are highly related to the focus event (before/after) then maybe should
support the same target.
===
keydown and keyup
Any real test when Document is as target?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 29 April 2014 13:48:57 UTC