[Bug 11533] clarify if specially focusable elements mean "all elements with defined valid tabindex" or "elements with a tabindex that allows sequential focusing."

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11533

henry.fai.hang.chan@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |henry.fai.hang.chan@gmail.c
                   |                            |om

--- Comment #1 from henry.fai.hang.chan@gmail.com 2010-12-11 10:34:10 UTC ---
Statement: "An element is specially focusable if the tabindex attribute's
definition above defines the element to be **focusable**."

Should that be sequentially focusable?

or else that makes all elements to be specially focusable, because
"non-focusable" elements have a tabIndex default of -1, and elements with a
tabindex of -1 are required to be focusable.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 11 December 2010 10:34:14 UTC