- π¨π¦Canada mgifford Ottawa, Ontario
Adding reference to Windows High Contrast Mode.
- πΊπΈUnited States kentr Durango, CO
These don't have their own issues yet, correct?
- Too many ARIA group/landmark roles
- Navigation landmark regions without accessible names
- Empty navigation regions
#3 is a quick fix.
From looking at the template, removing the nested navs as suggested for #1 might also fix #2.
The toolbar is wrapped by an ARIA group (not a landmark) and a navigation role, each with their own label. This double wrapper doesn't serve much purpose, it merely increases verbosity.
It's also throwing this Axe error, which resolves when I change the
div
tonav
and remove therole="group"
.All page content should be contained by landmarks Ensure all page content is contained by landmarks Element Location: #toolbar-administration <div id="toolbar-administration" role="group" aria-label="Site administration toolbar" data-drupal-claro-processed-toolbar="" class="toolbar claro-toolbar toolbar-oriented" data-once="toolbar toolbarAntiFlicker">