mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Allow setting tabIndex #115

Open kuon opened 6 years ago

kuon commented 6 years ago

There should be a way to set the tabIndex of all elements to allow native browser focus.

jesse-c commented 6 years ago

This is important for accessibility as well.