Rob Dodson
@robdodson
a.k.a. "Bobdod". Chrome Dev Eel.
a.k.a. "Bobdod". Chrome Dev Eel.
An interactive journey into the world of accessibility.
Test and deploy a Firebase Hosted app on Glitch.
Your very own basic web page, ready for you to customize.
Your very own basic web page, ready for you to customize.
Your very own basic web page, ready for you to customize.
Use tabindex 0 to insert elements into the natural tab order.
Use tabindex -1 to remove elements from the natural tab order or but still allow focus() to work on them.
A tabindex > 0 is an anti-pattern! If need something to appear earlier in the tab order, move it earlier in the DOM.