This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
David, can you propose some text to address this comment from James? 4.1. Controlling focus with tabindex http://www.w3.org/WAI/PF/aria-implementation/#keyboard-focus_tabindex """ 5.Add the focus and blur methods to the HTMLElement interface (available to script for every type of element). 6. Fire focus and blur events for any element that can receive focus. """ Needs to account for DOMFocusIn and DOMFocusOut, too.
Confirm with James if this will resolve his comment: change "Fire focus and blur events for any element that can receive focus." to "Fire focus, blur, DOMFocusIn, and DOMFocusOut events for any element that can receive focus."