[Webkit-unassigned] [Bug 126914] New: AX: WebKit concatenates name of all toolbar buttons in the apple.com video player

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 10:05:53 PST 2014


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

           Summary: AX: WebKit concatenates name of all toolbar buttons in
                    the apple.com video player
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com


When VoiceOver encounters a <div> that has tabindex=0 on it, it speaks all the text under that div. 

That's because we're concatenating all the text under an element that is focusable. 

There's nothing in ARIA that allows for this and it has caused endless problems for VoiceOver speaking way too much useless information.

I think we should undo this change which isn't supported by any spec.

<rdar://problem/13603051>

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