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

a11y - Challenge buttons go away in Windows high contrast mode #244

Open
GoogleCodeExporter opened this issue Oct 19, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Fully patched Windows 7 Firefox 38.0.5

Toggle Windows high contrast mode on with left-alt+left-shift+printscreen. 
Reload page with recaptch and check the not a robot checkbox. The new 
challenge, audio and help buttons disappear because they are constructed using 
css background images. Background images are used for decoration, not content, 
so they are considered disposable, which high contrast mode does to de-clutter 
the display. Change to standard img tag sprite maps instead to fix.

Original issue reported on code.google.com by [email protected] on 4 Jun 2015 at 3:00

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

No branches or pull requests

1 participant