kizu / ideas

Repo for some not-so-secret ideas for different things, more like todo-someday-in-the-future I guess
1 stars 0 forks source link

tabgroup #3

Open kizu opened 10 years ago

kizu commented 10 years ago

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.