[Webkit-unassigned] [Bug 67190] A Media Element ie: <Audio> or <video>, without tabindex cannot be selected with keyboard (TAB Key).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 11 21:12:18 PDT 2011


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





--- Comment #13 from Hayato Ito <hayato at chromium.org>  2011-09-11 21:12:18 PST ---
(In reply to comment #12)
> 
> But media element should be focusable even though tab-index is not specified because control's attribute is present.
> 
> Not sure how to go about making this test case pass :( .
> Any suggestions or pointers or approaches to resolve the above failing test case ???? 

> But media element should be focusable even though tab-index is not specified because control's attribute is present.

If your argument is right, the only way to pass the test is to update LayoutTests/fast/events/tabindex-focus-blur-all.html and the expected txt .
It looks that the test assumes media element should not be focusable if tab-index is not present, which conflicts this patch, doesn't it?

As Ian said, that's not a spec conformance matter, it's a usability matter, I guess.

-- 
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