cferdinandi / tabby

Lightweight, accessible vanilla JS toggle tabs.
MIT License
598 stars 73 forks source link

a11y considerations #63

Closed cferdinandi closed 8 years ago

cferdinandi commented 8 years ago

Two options for how to hide the content:

  1. Only hide it visually, but show it visually when a keyboard user tabs into it.
  2. Don't display it at all, and only show it when activated with JavaScript.

I'm leaning towards the first option.

cferdinandi commented 8 years ago

Redundant with https://github.com/cferdinandi/tabby/issues/62