I've been experimenting with in-page links (like skip links) and Apple's VoiceOver screen reader. It seems that, with VoiceOver, you can select the skip link, and the browser visually jumps to the targeted content, but the screen reader focus (or whatever) still seems to remain with the original link, so that if you move the the next item, you jump to the element directly after the skip link. Does this happen with other screen readers? Or is there something I'm missing here? Currently I'm using this kind of setup:
Do I need to do something old fashioned like mixing an anchor into that title? Would rather not.Code:<a href="#content">Skip to content</a> ⋮ <h2 id="content">Content</h2>





Reply With Quote

(Of course, enter/return activates links on Mac, but for some reason it has to be a combo of 3 keys with VO, which was throwing me above.
)

)
).

Bookmarks