[Bug 26713] New: DOMFocusIn/DOMFocusOut in ShadowDOM spec should be renamed to focusin/focusout

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