[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
Tue Aug 30 21:56:09 PDT 2011


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


Ian 'Hixie' Hickson <ian at hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch




--- Comment #6 from Ian 'Hixie' Hickson <ian at hixie.ch>  2011-08-30 21:56:09 PST ---
Whether something is "interactive content" or not has no bearing on whether it is focusable or not: the definition of focusable doesn't refer to whether something is "interactive content":

   http://www.whatwg.org/specs/web-apps/current-work/complete.html#focusable

Whether something should be focusable or not is essentially up to the browser vendor (you). I would recommend making it possible to focus video controls if they are present, of course. But that's not a spec conformance matter, it's a usability matter.

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