URL: http://section508.gov/
Browser / Version: Chrome 43.0.2357
Operating System: Windows 7
Problem type: Something else - I'll add details below
Steps to Reproduce
- Navigate to: http://section508.gov/
- Try to use the site with only a keyboard.
Expected Behavior:
Links should be obvious when they have focus. Links should get underlines, menus should expand, images should get outlines. Other styles may replace these, but there must be some clear indicator of focus.
Actual Behavior:
Focus is rarely applied. The search button does not get styled. The accordion menu does not expand. Content links receive no underlines nor obvious color change. Links in the footer get no underlines. Image links in the footer have no outline. These all fail Section 508.
Suggested Fixes:
These won't fix everything, but this is low-hanging fruit:
Remove this style:
:focus { outline: 0; }
Remove every instance of:
:hover { text-decoration: none; }
Remove every instance of:
a img { outline: none; }
For every :hover, also add :focus.
Increase the color contrast on the link states.
For the accordion menu, consider using one of the many accessible patterns available online.
URL: http://section508.gov/
Browser / Version: Chrome 43.0.2357
Operating System: Windows 7
Problem type: Something else - I'll add details below
Steps to Reproduce
Expected Behavior:
Links should be obvious when they have focus. Links should get underlines, menus should expand, images should get outlines. Other styles may replace these, but there must be some clear indicator of focus.
Actual Behavior:
Focus is rarely applied. The search button does not get styled. The accordion menu does not expand. Content links receive no underlines nor obvious color change. Links in the footer get no underlines. Image links in the footer have no outline. These all fail Section 508.
Suggested Fixes:
These won't fix everything, but this is low-hanging fruit:
Remove this style:
:focus { outline: 0; }
Remove every instance of:
:hover { text-decoration: none; }
Remove every instance of:
a img { outline: none; }
For every :hover, also add :focus.
Increase the color contrast on the link states.
For the accordion menu, consider using one of the many accessible patterns available online.