[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 03:02:42 PDT 2011


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





--- Comment #2 from Deepak Sherveghar <bpwv64 at motorola.com>  2011-08-30 03:02:41 PST ---
Override supportsfocus() and return true for HTMLMediaElement.
This is required to support focus for media elements without tab-index.
Media Elements like <audio> <video> should be focusable with keyboard (tab key) as per W3c Draft for Interactive Content video and audio.

Earlier even with spatial-navigation enabled (i.e. --enable-spatial-navigation=true), Media elements were not getting selected.
With this patch even that is working fine.

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