Accessibility Test Results

Test Summary

URL: https://accessmatch.ddev.site/knowledge-base/resources

Test Spec: N/A

Date: 11/7/2025, 10:35:25 PM

Total Violations: 4

Critical: 0

Serious: 2

Moderate: 2

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

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

list -