Closed (fixed)
Project:
Sector Theme
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2024 at 03:25 UTC
Updated:
24 Jan 2024 at 20:24 UTC
Jump to comment: Most recent
https://validator.w3.org/ shows errors in the Main Navigation "aria-controls" attributes of the button controlling the sub-nav.
<button type="button" aria-expanded="false" class="menu__toggle" aria-controls="{{ aria_id }}">
Change aria-controls attribute to match the unique sub nav id
<button type="button" aria-expanded="false" class="menu__toggle" aria-controls="{{ 'sub-nav-' ~ aria_id }}">
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 #4
stewestLooks good, and tested
Comment #6
stewest