[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 07:45:55 PDT 2011


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


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #105607|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #4 from Eric Carlson <eric.carlson at apple.com>  2011-08-30 07:45:55 PST ---
(From update of attachment 105607)
View in context: https://bugs.webkit.org/attachment.cgi?id=105607&action=review

> Source/WebCore/html/HTMLMediaElement.cpp:227
> +bool HTMLMediaElement::supportsFocus() const
> +{
> +    return true;
> +}

This is not correct, the spec says a media element is only interactive when it has the 'controls' attribute. From http://www.w3.org/TR/html5/embedded-content-0.html#interactive-content:

    Interactive content is content that is specifically intended for user interaction.

        => ... audio (if the controls attribute is present) ... video (if the controls attribute is present)

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