There is tabindex in HTML. It is ok, but it is almost unusable, as if you'll set it somewhere, you'll break the whole tabindex flow.
There should be a tabgroup or tabscope attribute, that would scope the usage of the nested tabindex items, so you could reorder the tabindex in one place without breaking the whole document.
It would be nice to create a JS polyfill for this.
There is
tabindex
in HTML. It is ok, but it is almost unusable, as if you'll set it somewhere, you'll break the whole tabindex flow.There should be a
tabgroup
ortabscope
attribute, that would scope the usage of the nested tabindex items, so you could reorder the tabindex in one place without breaking the whole document.It would be nice to create a JS polyfill for this.