[w3c/uievents] 5.2 focus events accessibility (#98)

From the <a href="https://lists.w3.org/Archives/Public/public-apa/2016Jun/0055.html">June 2016 APA review</a> by @cyns.

Model is pretty rich. Further exploration needed about how these relate to ARIA and AAPI events. 

                           User shifts focus 

1            focusin: Sent before first target element receives focus 

2            focus :   Sent after first target element receives focus 

                           User shifts focus 

3            focusout: Sent before first target element loses focus 

4            focusin: Sent before second target element receives focus 

5            blur: Sent after first target element loses focus 

6            focus” Sent after second target element receives focus

We are somewhat concerned about interactions between the two models. Have possible conflicts been discussed?

This specification does not define the behavior of focus events when interacting with methods such as focus() or blur(). See the relevant specifications
where those methods are defined for such behavior.


---
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/98

Received on Saturday, 23 July 2016 17:25:54 UTC