mobify / stencil

DEPRECIATED - The latest Stencil development is currently taking place in the Adaptive.js repo.
MIT License
4 stars 0 forks source link

Buttons &:active and &:focus default styles #138

Open nastiatikk opened 9 years ago

nastiatikk commented 9 years ago

Regarding Issue-66 we need to decide if default &:focus and &:active states are something that we want to have for buttons

@ry5n @avelinet @jeffkamo @yourpalsonja @cole-sanderson @mlworks @kpeatt

jeffkamo commented 9 years ago

I agree with Ryan that we don't need :hover. However, I suspect we should still have some form of :active and :focus for a11y reasons, mainly: screen reader user agents.

If we're not sure (which we aren't... at least I'm not 100% sure) then we should test VoiceOver and the Android equivelant.

It also might just be a matter of having at least outline on focus/active, ala http://outlinenone.com/.