- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Sep 2010 20:34:53 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10899
Summary: DOMActivate is deprecated in DOM L3 Events
Product: HTML WG
Version: unspecified
Platform: All
URL: http://dev.w3.org/html5/spec/content-models.html#inter
active-content-0
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: adrianba@microsoft.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
The spec says: "This triggers a sequence of events dependent on the activation
mechanism, and normally culminating in a click event followed by a DOMActivate
event, as described below."
Firing DOMActivate should be a MAY requirement because it is deprecated in DOM
L3 Events.
See http://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMActivate, which
says:
"The DOMActivate event type is defined in this specification for reference and
completeness, but this specification deprecates the use of this event type in
favor of the related event type click. Other specifications may define and
maintain their own DOMActivate event type for backwards compatibility."
See also, for example,
http://lists.w3.org/Archives/Public/www-dom/2010JanMar/0004.html
--
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 Thursday, 30 September 2010 20:34:54 UTC