Lektion in Zugänglichkeit

Dirk Ginader hat einen interessanten Artikel über How to make tabs REALLY accessible geschrieben. Dort geht er auf verschiedene Probleme diverser JavaScript Tabs Plugins in Punkto Accessibility ein.

Und natürlich gab es auch mal wieder was zu lernen:

This anchor, as it has no href property, is not focusable by default though. To make it focusable we gave it a tabindex=”0”. Why 0? Because a tabindex of 0 does not change the natural tab flow of the page but it makes an element focusable which is not able to receive focus by default.

Possibly related posts (automatically generated)