Bug 127267

Summary: AX: HTML5 media player focus styles are inconsistent; should use the same as the hover styles
Product: WebKit Reporter: James Craig <jcraig>
Component: AccessibilityAssignee: James Craig <jcraig>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
CSS diff that resolves most issues; need to test a little more none

Description James Craig 2014-01-19 23:33:39 PST
AX: HTML5 media player focus styles are inconsistent; should use the same as the hover styles

This won't be entirely obvious until we get all the focus shadow DOM bugs fixed, but reproduction for now is this:

1. Load a video with captions and choose and item from the popup menu using a mouse (this will push a hidden focus back to the CC button)
2. Shift+Tab through the previous controls. Notice some use hidden outlines, some use native outlines, and some use the same as the hover states (subtle gradient backgrounds).

The focus styles should use mostly the same styles as the :active mouse states for now. Once bug 117857 is resolved, we can tweak the visual styles because they'll be easier to see.
Comment 1 Radar WebKit Bug Importer 2014-01-19 23:33:52 PST
<rdar://problem/15856681>
Comment 2 James Craig 2014-01-19 23:44:20 PST
Created attachment 221621 [details]
CSS diff that resolves most issues; need to test a little more
Comment 3 James Craig 2014-02-19 01:16:31 PST
Duping out to bug 127260

*** This bug has been marked as a duplicate of bug 127260 ***