You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elements in the body text. It doesn't meet the WCAG 2.0 AA standards for enough contrast. (I think using it in other places -- like the numbers for code is OK since those are ancillary to the information being presented.) (I find the WebAIM tools for quickly checking color contrast and for scanning a page for issues to be really easy to use to check basic accessibility items.
I didn't want to do a pull request because I didn't want to do something that might unbalance the design as a whole. But it seems on the surface as though just darkening it a bit would be fine.
Line 92 in bootstrap.css could be changed to use #606060, which would pass WCAG 2.0 AA at that size.
The text was updated successfully, but these errors were encountered:
The <li> elements in the body text do have enough contrast now. (Yay!)
But there are still issues with the contrast. Specifically, there's still not enough contrast with the <a> elements. It's easy to check with the WAVE tool -- just put in the URL of any page and it checks and shows you issues. http://wave.webaim.org/
The red flags show where there are contrast issues on the Getting Started page:
@SethTisue Should we close this issue, and then I'll create a new issue?
The new issue(s) can be either:
(1) One issue titled "Meet minimum WCAG 2.0 usability standards," which will list all of the issues found? (not only the contrast issue, but also the missing text for images, etc.)
or
(2) separate issues for each main area that needs to be addressed? (one for the contrast, another issue for missing text for images, etc.) ?
I'm open to suggestions as to whatever is the best path.
@weedySeaDragon yes, please make new issue(s), and include the information about WAVE. I don't think we want, say, 10 new tickets, other than that I don't really have an opinion about one-vs-multiple
color #808080 is too light for
I didn't want to do a pull request because I didn't want to do something that might unbalance the design as a whole. But it seems on the surface as though just darkening it a bit would be fine.
Line 92 in bootstrap.css could be changed to use #606060, which would pass WCAG 2.0 AA at that size.
The text was updated successfully, but these errors were encountered: