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

Tabindex values should equal 0 #38

Closed
nickmarden opened this issue Apr 25, 2018 · 2 comments
Closed

Tabindex values should equal 0 #38

nickmarden opened this issue Apr 25, 2018 · 2 comments

Comments

@nickmarden
Copy link
Contributor

We were alerted by a customer that our rails serp is failing their accessibility scanner, because we have tabindex greater than 0. Upon investigation, we've learned that tabindex=0 is best practice, any other values are discouraged, and also that our rails serp doesn't have tabindex=0 anywhere.

All verticals of rails SERPs should be checked and tabindex values updated to 0.

search_consumer SERPs can be ignored; see #34.

@nickmarden
Copy link
Contributor Author

Anyone looking to take this on should communicate with the Search.gov team about which accessibility testers (e.g. WAVE, AXE, or others) should be considered authoritative for determining compliance of the current or modified SERPs.

@dawnpm
Copy link
Collaborator

dawnpm commented Feb 7, 2024

False positive determined Nov 2018. See SRCH-163.

@dawnpm dawnpm closed this as completed Feb 7, 2024
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

2 participants