[Webkit-unassigned] [Bug 122574] New: AX: VoiceOver speaking too much when group elements with tabindex=-1 are used

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 14:33:43 PDT 2013


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

           Summary: AX: VoiceOver speaking too much when group elements
                    with tabindex=-1 are used
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          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 a <div> has a tabindex=-1, it is having the affecting of causing it's AXTitle to be calculated by concatenating all the children.

This causes VO to double-speak lots of information.

We should not consider tabindex=-1 not meet this criteria we are using to determine whether to calculate the info

The problem can be seen by visiting
   http://webaim.org/techniques/forms/controls#checkbox 
with VoiceOver

<rdar://problem/15190911>

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