I have run into an unusual issue where Narrator will get hung up on certain sections. Usually, pressing the up or down arrow keys will move through the elements of the page sequentially. However, in areas where I have a construction like this:
CODE
<a>Link 1</a> ~ <a>Link 2</a>
It will not proceed past the first link when i press the down arrow - it will repeat the first link indefinitely. If i tap the right arrow key it will speak "space" as it lands on the empty space directly to the right of the link, and at that point I can use the down arrow to proceed as normal. This, however, seems to me like it would be potentially confusing/disorienting for people that rely on the screen reader to navigate.
So my question's pretty simple. Any tips for solving this issue? Thanks.