Closed (fixed)
Project:
Prototype
Version:
4.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Reporter:
Created:
1 Mar 2023 at 05:10 UTC
Updated:
5 Apr 2023 at 03:49 UTC
Jump to comment: Most recent
By default the mobile menu controls are empty, we would like to attach a mobile menu library that is fully accessible out of the box.
Bring in menu toggle support and functionality similar to:
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jldust commentedComment #3
jldust commentedThis is just a first pass at adding accessible menus into the 4.x Prototype branch. It is ready for community feedback & additional testing.
Comment #4
jldust commentedComment #6
michaelablackham commentedThis looks great!
The only change I am looking for is to clean it up a little bit:
aria-labelto the<nav>aria-labelledbyon the<nav>h2.This way it is just a little cleaner:
<nav aria-label="main" id="block-mainnavigation">Comment #7
jldust commentedComment #9
jldust commentedThanks @michaelablackham for your feedback and testing! This has been merged into the 4.x branch and will be included in the next release.
Comment #10
jldust commented