Accessibility Test Results
Test Summary
URL: https://accessmatch.ddev.site/knowledge-base/resources
Test Spec: N/A
Date: 11/6/2025, 9:29:59 PM
Total Violations: 8
Critical: 0
Serious: 3
Moderate: 5
Minor: 0
Violations
aria-hidden-focus - ARIA hidden element must not be focusable or contain focusable elements
Impact: serious
Description: Ensure aria-hidden elements are not focusable nor contain focusable elements
Help: ARIA hidden element must not be focusable or contain focusable elements
Tags: cat.name-role-value, wcag2a, wcag412, TTv5, TT6.a, EN-301-549, EN-9.4.1.2
Affected Elements (1)
<li aria-hidden="true" class="facet-item list-none honey">
Target: ul[data-drupal-facet-id="tags-0"] > .honey.facet-item[aria-hidden="true"]
Failure Summary:
Fix all of the following:
Focusable content should be disabled or be removed from the DOM
aria-prohibited-attr - Elements must only use permitted ARIA attributes
Impact: serious
Description: Ensure ARIA attributes are not prohibited for an element's role
Help: Elements must only use permitted ARIA attributes
Tags: cat.aria, wcag2a, wcag412, EN-301-549, EN-9.4.1.2
Affected Elements (1)
<div aria-live="polite" aria-label="Bot response updates" class="sr-only" id="bot-live-region"></div>
Target: #qa-bot,#bot-live-region
Failure Summary:
Fix all of the following:
aria-label attribute cannot be used on a div with no valid role attribute.
heading-order - Heading levels should only increase by one
Impact: moderate
Description: Ensure the order of headings is semantically correct
Help: Heading levels should only increase by one
Tags: cat.semantics, best-practice
Affected Elements (1)
<h4 id="pagination-heading" class="visually-hidden">Pagination</h4>
Target: #pagination-heading
Failure Summary:
Fix any of the following:
Heading order invalid
landmark-main-is-top-level - Main landmark should not be contained in another landmark
Impact: moderate
Description: Ensure the main landmark is at top level
Help: Main landmark should not be contained in another landmark
Tags: cat.semantics, best-practice
Affected Elements (1)
<main role="main" aria-label="Chat interface">
Target: #qa-bot,main[aria-label="Chat interface"]
Failure Summary:
Fix any of the following:
The main landmark is contained in another landmark.
landmark-no-duplicate-main - Document should not have more than one main landmark
Impact: moderate
Description: Ensure the document has at most one main landmark
Help: Document should not have more than one main landmark
Tags: cat.semantics, best-practice
Affected Elements (1)
<main role="main" class="grid grid-cols-1 gap-5 py-5 md--grid-cols-[25%_1fr] container">
Target: .grid
Failure Summary:
Fix any of the following:
Document has more than one main landmark
landmark-unique - Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
Impact: moderate
Description: Ensure landmarks are unique
Help: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
Tags: cat.semantics, best-practice
Affected Elements (1)
<nav class="menu universal">
Target: #universal-menus,.universal
Failure Summary:
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
list - and must only directly contain - ,