[webcomponents] DOMFocusIn/DOMFocusOut in ShadowDOM spec should be renamed to focusin/focusout (bugzilla: 26713) (#195)

Title: DOMFocusIn/DOMFocusOut in ShadowDOM spec should be renamed to focusin/focusout (bugzilla: 26713)

Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26713

----
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26713#c0
*Takayoshi Kochi* wrote on 2014-09-02 07:10:58 +0000.

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.

----

comment: 1
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=26713#c1
*Anne* wrote on 2014-09-02 09:29:51 +0000.

Note that Ian is trying to get all events removed other than focus/blur.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/195

Received on Monday, 6 July 2015 07:39:55 UTC