NEW 182881
AX: VoiceOver reading link text in odd order when it contains both visible and off-screen text
https://bugs.webkit.org/show_bug.cgi?id=182881
Summary AX: VoiceOver reading link text in odd order when it contains both visible an...
c.mcgeetubb
Reported 2018-02-16 12:52:42 PST
If a link has a mix of both visible and off-screen text, the text is not being read in the correct order. Here's a CodePen with examples and details about the test environment: https://codepen.io/cordelia/pen/JpMPwE Example: <a href="#">Show more <span class="visually-hidden">additional info</span></a> Expected readout: Show more additional info, link Actual readout: Additional info Show more, link The links are reading as expected in NVDA and JAWS, which leads me to believe this is a VoiceOver bug, reproducible in both Safari and Chrome.
Attachments
Radar WebKit Bug Importer
Comment 1 2018-02-16 12:53:06 PST
Joe Watkins
Comment 2 2019-09-09 09:09:43 PDT
Would be a huge accessibility win for Safari to fix this one up! Pretty please ? :) Resources: https://github.com/h5bp/main.css/issues/12 https://bugs.chromium.org/p/chromium/issues/detail?id=757177
Note You need to log in before you can comment on or make changes to this bug.