[wp-trac] [WordPress Trac] #28293: Twenty Thirteen: Menu not accessible in "mobile" size
WordPress Trac
noreply at wordpress.org
Sat Jul 12 16:03:01 UTC 2014
#28293: Twenty Thirteen: Menu not accessible in "mobile" size
---------------------------+----------------------------
Reporter: rclations | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 4.0
Component: Bundled Theme | Version: 3.6
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: accessibility
---------------------------+----------------------------
Comment (by obenland):
rclations, patch is almost there, nice!
A couple of things to add:
Color should be `#141412` rather than `#000`. We should probably pull the
`padding: 12px 0 12px 20px;` from the `.menu-toggle` selector to the next
one, so it applies to all states. We used ` outline: thin dotted;` for
focused links, let's do that for the menu toggle too. And we need focus
styles for child elements, along the lines of:
{{{
#!css
.toggled-on .nav-menu > li a:focus,
.toggled-on .nav-menu > ul a:focus {
background-color: #220e10;
color: #fff;
}
}}}
Could you test it with both, assigned menus and the fallback?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28293#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list