Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outline styling for accessibility. #32

Closed
paulirish opened this issue Aug 10, 2010 · 1 comment
Closed

outline styling for accessibility. #32

paulirish opened this issue Aug 10, 2010 · 1 comment

Comments

@paulirish
Copy link
Member

from patrick lauke, who did the research:

@paul_irish @jared_w_smith i'd actually remove a:focus { outline: thin dotted; } as you're not suppressing it for generic a

@paul_irish @jared_w_smith and replace a:active { outline: none; } with a:hover, a:active { outline: none; } perhaps?

@paulirish
Copy link
Member Author

proper accessible a:focus styles. using browser default, too. closed by 59fca99

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant