Is it possible to cancel an <a href="..."> from being tabstopped in any browser? I would like to do this without Javascript.
|
|
|
Some of the browsers support the "tabindex="-1" attribute, but not all of them, since this is not a standard behaviour. |
|||||
|
|
You could apply a JQuery handler to the element you want to target multiple elements with no tab stop.
Would be one way to do it.... |
||||
|
|
|
I think you could do this by javascript, you override the |
|||||||||||
|
|
No. The closest you could come is to apply a tabindex attribute to every other focusable element so that the anchor comes last in the tab order. However, if you want this, then you are probably doing something wrong in the first place. (And I assume you mean |
|||
|
|
|
Modern, HTML5 compliant, browsers support the
|
|||
|
|