Accessibility Test Results

Test Summary

URL: https://accessmatch.ddev.site/find

Test Spec: N/A

Date: 4/23/2026, 6:45:26 PM

Total Violations: 3

Errors (WCAG 2.1 AA - Compliance Required)

Critical: 0 | Serious: 1 | Moderate: 0 | Minor: 0

Warnings (WCAG 2.2 / Best Practices)

Critical: 0 | Serious: 0 | Moderate: 1 | Minor: 1

Violations

aria-allowed-role - ARIA role should be appropriate for the element

Warning (WCAG 2.2/Best Practice)

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

color-contrast - Elements must meet minimum color contrast ratio thresholds

Error (WCAG 2.1 AA)

Impact: serious

Description: Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds

Help: Elements must meet minimum color contrast ratio thresholds

Tags: cat.color, wcag2aa, wcag143, TTv5, TT13.c, EN-301-549, EN-9.1.4.3, ACT

Affected Elements (2)

<div class="rcb-bot-message rcb-bot-message-entry" style="background-color: rgb(16, 113, 128); color: rgb(255, 255, 255); max-width: 70%;">To</div>

Target: .embedded-qa-bot[data-initialized="true"] > div,.rcb-bot-message.rcb-bot-message-entry

Failure Summary:
Fix any of the following:
Element has insufficient color contrast of 1.46 (foreground color: #ffffff, background color: #c1dade, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
<span>Ask me about ACCESS! 😊</span>

Target: #qa-bot > div,.rcb-chat-tooltip > span:nth-child(1)

Failure Summary:
Fix any of the following:
Element has insufficient color contrast of 1.23 (foreground color: #ffffff, background color: #dceaec, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1

landmark-unique - Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

Warning (WCAG 2.2/Best Practice)

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)

<div class="qa-bot embedded-qa-bot" role="region" aria-label="ACCESS Q&A">

Target: .embedded-qa-bot[data-initialized="true"] > div,.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