I have an accessibility skip nav menu that uses named anchors to jump to content areas.
These content areas, (Top menu, left menu, main body content and footer menus), also have links inside.
When I tab into the skip nav menu, and click 1 of the links, it correctly moves the visual focus to the relevant content area.
However, if I tab again, it carries on tabbing through the remaining skip nav items.
I was expecting it to tab through the links within the content area i just "jumped" to.
I am not using tab index on any element at the moment
I am using HTML5 and wondered if I can programatically change the tab index to 1 for the element I just "jumped" to, in the hope that it will force the tabbing to start from a new position.
Is this bad for accessibility?
Cheers for any help or advice