[Bug 23365] modify focus steps to move focus to dialog by default

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23365

alexander surkov <surkov.alexander@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |surkov.alexander@gmail.com

--- Comment #5 from alexander surkov <surkov.alexander@gmail.com> ---
(In reply to Matt Falkenhagen from comment #4)
> ""Let control be the first focusable element in tree order whose nearest
> ancestor dialog element is subject or that has an autofocus attribute
> specified."
> 
> Maybe it should be more explicit that autofocus has priority?

agree since the statement form is "x or y" then the statement is true whenever
x is true, so it can be read as focus first focusable control, otherwise focus
unfocusable element having autfocus attribute.

Also, a note, if the change concerns to modal dialogs only then it's probably
fine since modal dialogs must take focus always but it'd double check that.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 26 September 2013 15:55:38 UTC