Test Summary
URL: https://accessmatch.ddev.site/find
Test Spec: N/A
Date: 11/18/2025, 7:36:07 PM
Total Violations: 2
Critical: 0
Serious: 0
Moderate: 1
Minor: 1
aria-allowed-role - ARIA role should be appropriate for the element
Impact: minor
Description: Ensure role attribute has an appropriate value for the element
Help: ARIA role should be appropriate for the element
Tags: cat.aria, best-practice
Affected Elements (1)
<form role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-labelledby="downshift-0-label">
Target: form[role="combobox"]
Failure Summary:
Fix any of the following:
ARIA role combobox is not allowed for given element
region - All page content should be contained by landmarks
Impact: moderate
Description: Ensure all page content is contained by landmarks
Help: All page content should be contained by landmarks
Tags: cat.keyboard, best-practice
Affected Elements (4)
<div class="container">
Target: #header,.container
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks
<a href="#main-content" class="visually-hidden focusable skip-link">
Skip to main content
</a>
Target: .focusable
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks
<div class="container prose">
Target: .layout-container > .prose.container
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks
<div class="container">
Target: #footer,.container
Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks