adamschwartz / magic-of-css

A CSS course to turn you into a magician.
https://adamschwartz.co/magic-of-css
MIT License
6.64k stars 415 forks source link

'Button' potion - focus states #16

Open sam-silv opened 10 years ago

sam-silv commented 10 years ago

Given best practices in accessibility, it's probably a good idea to have keyboard focus states for your buttons. Pretty commonly forgotten by newbies, but makes a great deal of difference to those who rely on them.

adamschwartz commented 10 years ago

@samhogg totally agree that this should be included. Thanks for the suggestion.