So i have 3 buttons: "Cancel", "Prev." and "Next", is there a way to limit tab navigation only to these 3 buttons. Desired tab key cycle: Next->Prev->Cancel->Next->...
Any ideas how to achieve this?
Edit:
I must decorate every element that i don't want to be accessible via tab sequential navigation with tabindex="-1"
? what if i have a lot of elements that i don't want to be accessible this way?
Edit 2: The answers described bellow make the tab key jump through address bar of the browser, so it is not a good solution for me.