This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11803 - Add DOMFocusIn and DOMFocusOut to tabindex section
Summary: Add DOMFocusIn and DOMFocusOut to tabindex section
Status: RESOLVED FIXED
Alias: None
Product: ARIA
Classification: Unclassified
Component: Core AAM (show other bugs)
Version: 1.0
Hardware: PC All
: P1 normal
Target Milestone: ---
Assignee: Andi Snow-Weaver
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 13:02 UTC by Andi Snow-Weaver
Modified: 2011-01-28 20:49 UTC (History)
0 users

See Also:


Attachments

Description Andi Snow-Weaver 2011-01-19 13:02:57 UTC
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.
Comment 1 Andi Snow-Weaver 2011-01-21 16:39:36 UTC
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."