[Webkit-unassigned] [Bug 169085] New: AX:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 2 11:09:01 PST 2017


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

            Bug ID: 169085
           Summary: AX:
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: iPhone / iPad
                OS: iOS 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: suyash at suyashjoshi.com
                CC: webkit-bug-importer at group.apple.com

The header elements are being read twice by VoiceOver as “Header Title Heading” for the text in the first span element and “Header Title Heading” again for text in the second span element. 

DOM looks something like this: 

<div role="heading">
<table>
<tbody>
<tr>
<td>
<span>Header</span>
</td>
</tr>
<tr>
<td>
<span>Title</span>
</td>
</tr>
</tbody>
</table>
</div>

The problem is that VoiceOver says the same thing twice as “Header Title Heading” for “header” text and “Header Title Heading” again for “title” text.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170302/364ebd8d/attachment.html>


More information about the webkit-unassigned mailing list