NEW 169085
AX: Header elements are read twice by VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=169085
Summary AX: Header elements are read twice by VoiceOver
sj
Reported 2017-03-02 11:09:01 PST
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-03-02 11:09:22 PST
Nan Wang
Comment 2 2017-03-13 10:45:37 PDT
Note You need to log in before you can comment on or make changes to this bug.