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

Underlines missing on links #138

Closed
aardrian opened this issue Mar 19, 2019 · 1 comment
Closed

Underlines missing on links #138

aardrian opened this issue Mar 19, 2019 · 1 comment

Comments

@aardrian
Copy link
Contributor

The links for the feature list items are distinguished by color alone (see WCAG 2.1 SC 1.4.1 and F73: Failure of 1.4.1). Users with low vision may only know these are links by hovering them with a pointer, keyboard-only users can only tell by tabbing to them, and touch users cannot know without tapping.

The quickest solution is to remove this CSS declaration from style.css:

.featurelist__item h4 a { text-decoration: none; }

Without wading into all the CSS and/or all pages of the site, I encourage you to find all instances of text-decoration: none; and remove it.

aardrian added a commit to aardrian/tc39.github.io that referenced this issue Mar 19, 2019
@aardrian
Copy link
Contributor Author

Fixed with #141.

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