[Webkit-unassigned] [Bug 60602] <output>, <meter> and <progress> elements with display:block can be focused if you try to tab to it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 13 14:47:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60602


James Craig <james at cookiecrook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |james at cookiecrook.com




--- Comment #21 from James Craig <james at cookiecrook.com>  2011-05-13 14:47:22 PST ---
(In reply to comment #20)
> (In reply to comment #19)
> > Chris, Yael,
> > We have a question about LayoutTests/platform/mac/accessicbility/progressbar.html.
> > The patch in this bug will make <progress> not focusable by default, and progressbar.html assumes <progress> is focusable.  Should we make the progress elements in the test focusable by tabindex, or shouldn't we make <progress> not focusable by default?
> 
> My understanding of http://dev.w3.org/html5/spec/editing.html#focus is also that <progress> should be focused only if it has the tabindex attribute. I would suggest to add that attribute to the test progressbar.html.

(Chris asked me to respond to this one.)

I agree with your assessment. The progress element should only be user-focusable if tabindex >= 0 is specified, or script-focusable (el.focus()) if tabindex >= -1 is specified.

James

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list