Re: [w3c/uievents] Move focus section to HTML (#185)

So, looking through the [UIEvents Focus section](https://w3c.github.io/uievents/#events-focusevent), there's really not all that much there.

* We define the IDL for `FocusEvent` and it's member
* We define the relative order of focus events `focusin`, `focusout`, `focus` and `blur` (though with the note that leaves interaction with `focus()`/`blur()` undefined--which is unfortunate). [Back in 2014](https://www.w3.org/Bugs/Public/show_bug.cgi?id=25897) I propped adding `focusin` and `focusout` to HTML's model. I'm glad to see that [re-opened](https://github.com/whatwg/html/issues/3514).
* We offer some prose explaining to authors about the difference between OS focus, application focus, and document focus.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/185#issuecomment-370084815

Received on Friday, 2 March 2018 23:19:45 UTC