Mac VoiceOver reads list items twice

蓝咒 提交于 2020-07-06 12:12:51

问题


Here is my html:

<html>
    <body>
        <ul>
            <li>Hello</li>
            <li>World</li>
        </ul>
    </body>
</html>

I'm using VoiceOver on Mac OS X 10.11.5. When I navigate this page with VO+A, I hear the following:

HTML Content

List two items

Bullet Hello, group

Hello

Bullet World, group

World

You are currently on a text element.

However, if I navigate with VO+left arrow and VO+right arrow, I get:

List two items

Bullet Hello

Bullet World

End of list

Why is there a discrepancy between the two traversal options? And how can I avoid having VO+A read the content twice? (Bullet Hello, group / Hello.) That seems sub-optimal.


回答1:


I can replicate this behavior. Given the simplicity of the case, I can't imagine a workaround. I'd suggest filing a Radar. At best, engineers may reply with a workaround. At worst, it's expected behavior that's consistent with users' experiences across all websites.



来源:https://stackoverflow.com/questions/39028031/mac-voiceover-reads-list-items-twice

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!