Closed (fixed)
Project:
Accessible Menu
Version:
1.0.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Sep 2025 at 18:08 UTC
Updated:
15 Oct 2025 at 13:40 UTC
Jump to comment: Most recent
Accessible menu navigations target the first
Explicitly ignore contextual
Comments
Comment #2
nickdjmI've altered the default selector for menuElements to be
ul:not(.contextual-links). The direct child selector doesn't work in JS, so this was the easier solution.Comment #4
nickdjm