Posted by dcmouyard on October 19, 2012 at 10:28pm
5 followers
| Project: | Administration menu |
| Version: | 7.x-3.x-dev |
| Component: | CSS / Browser Support |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | accessibility |
Issue Summary
In order to pass Section 508 and WCAG 2.0 AA accessibility guidelines, the menu items need more color contrast. Keyboard users also need more visual clues about which items they're focused on.
Comments
#1
This patch fixes color contrast for menu items during :hover and :focused states. It also adds a border for the :focused state.
This patch also includes some CSS cleanup to make it match Drupal's coding standards.
#2
#1: admin_menu-1818154-1.patch queued for re-testing.
#3
The last submitted patch, admin_menu-1818154-1.patch, failed testing.
#4
Updated to make it apply cleanly.
#5
Patch seems to apply nicely on simplytest.me
Do we just need screenshots to make this RTBC?
#6
Before:
After:
#7
#4: admin_menu-1818154-1.patch queued for re-testing.