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

Allow :focus pseudo-class in CSS #493

Closed
adactio opened this issue Oct 7, 2015 · 5 comments
Closed

Allow :focus pseudo-class in CSS #493

adactio opened this issue Oct 7, 2015 · 5 comments

Comments

@adactio
Copy link

adactio commented Oct 7, 2015

The documentation on allowed CSS currently states:

"Pseudo selectors are generally forbidden and must be whitelisted 1 by 1. Initially we only allow :hover, :active and :visited with whitelisted CSS properties (For color and underlining)."

Please consider adding :focus to the whitelist to cater for users using a keyboard (rather than a mouse) to tab between links.

Cheers,

Jeremy

@cramforce
Copy link
Member

+1

@cramforce
Copy link
Member

Will add.

@adactio
Copy link
Author

adactio commented Oct 7, 2015

Sweet! Thank you.

@cramforce
Copy link
Member

Done

@adactio
Copy link
Author

adactio commented Oct 27, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment