Accessibility Test Results
Test Summary
URL: https://accessmatch.ddev.site/find
Test Spec: N/A
Date: 11/7/2025, 12:29:00 AM
Total Violations: 7
Critical: 1
Serious: 1
Moderate: 4
Minor: 1
Violations
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
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 (2)
<div aria-live="polite" aria-label="Bot response updates" class="sr-only" id="bot-live-region"></div>
Target: .embedded-qa-bot[data-initialized="true"],#bot-live-region
Failure Summary:
Fix all of the following:
aria-label attribute cannot be used on a div with no valid role attribute.
<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.
label - Form elements must have labels
Impact: critical
Description: Ensure every form element has a label
Help: Form elements must have labels
Tags: cat.forms, wcag2a, wcag412, section508, section508.22.n, TTv5, TT5.c, EN-301-549, EN-9.4.1.2, ACT
Affected Elements (1)
<textarea rows="1" class="rcb-chat-input-textarea" placeholder="" style="cursor: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2042%2042'%3e%3cpath%20style='fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:%23b00000;stroke-opacity:1;stroke-miterlimit:4'%20d='M17%209a8%208%200%200%201-8%208%208%208%200%200%201-8-8%208%208%200%200%201%208-8%208%208%200%200%201%208%208Zm0%200'%20transform='rotate(.086)%20scale(1.77778)'/%3e%3cpath%20style='fill:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke:%23b00000;stroke-opacity:1;stroke-miterlimit:10'%20d='M14.66%2014.66%203.34%203.34'%20transform='rotate(.086)%20scale(1.77778)'/%3e%3c/svg%3e"), auto; caret-color: transparent; box-sizing: content-box;">
Target: .embedded-qa-bot[data-initialized="true"],textarea
Failure Summary:
Fix any of the following:
Element does not have an implicit (wrapped)
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 (2)
<main role="main" aria-label="Chat interface">
Target: .embedded-qa-bot[data-initialized="true"],main[aria-label="Chat interface"]
Failure Summary:
Fix any of the following:
The main landmark is contained in another landmark.
<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="">
Target: main
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 (3)
<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
<div class="qa-bot embedded-qa-bot" role="region" aria-label="Ask ACCESS tool">
Target: .embedded-qa-bot[data-initialized="true"],.qa-bot.embedded-qa-bot[role="region"]
Failure Summary:
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
<main role="main" aria-label="Chat interface">
Target: .embedded-qa-bot[data-initialized="true"],main[aria-label="Chat interface"]
Failure Summary:
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
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