- From: <bugzilla@jessica.w3.org>
- Date: Tue, 02 Sep 2014 07:10:58 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26713
Bug ID: 26713
Summary: DOMFocusIn/DOMFocusOut in ShadowDOM spec should be
renamed to focusin/focusout
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: kochi@google.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-webapps@w3.org
http://w3c.github.io/webcomponents/spec/shadow/#retargeting-focus-events
mentions DOMFocusIn/Out events, but according to the latest DOM L3 Events
spec:
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-type-DOMFocusIn
> Warning! The DOMFocusIn 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 types focus and focusin.
So I suppose we should rename these events as focusin/focusout.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 2 September 2014 07:11:00 UTC