WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-03-02 11:09:22 PST
<
rdar://problem/30812070
>
Nan Wang
Comment 2
2017-03-13 10:45:37 PDT
Should be fixed in
https://bugs.webkit.org/show_bug.cgi?id=160981
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug