Accessibility Test Results

Test Summary

URL: https://accessmatch.ddev.site/events/add/default

Test Spec: N/A

Date: 10/10/2025, 5:43:16 PM

Total Violations: 9

Critical: 1

Serious: 2

Moderate: 5

Minor: 1

Violations

aria-allowed-attr - Elements must only use supported ARIA attributes

Impact: critical

Description: Ensure an element's role supports its ARIA attributes

Help: Elements must only use supported ARIA attributes

Tags: cat.aria, wcag2a, wcag412, EN-301-549, EN-9.4.1.2

Affected Elements (2)

<fieldset data-drupal-selector="edit-recur-type" aria-describedby="edit-recur-type--wrapper--description" id="edit-recur-type--wrapper" class="fieldgroup form-composite required js-form-item form-item js-form-wrapper form-wrapper" required="required" aria-required="true">

Target: #edit-recur-type--wrapper

Failure Summary:
Fix all of the following:
ARIA attribute is not allowed: aria-required="true"
<fieldset data-drupal-selector="edit-field-event-type" id="edit-field-event-type--wrapper" class="fieldgroup form-composite required js-form-item form-item js-form-wrapper form-wrapper" required="required" aria-required="true">

Target: #edit-field-event-type--wrapper

Failure Summary:
Fix all of the following:
ARIA attribute is not allowed: aria-required="true"

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.

empty-table-header - Table header text should not be empty

Impact: minor

Description: Ensure table headers have discernible text

Help: Table header text should not be empty

Tags: cat.name-role-value, best-practice

Affected Elements (2)

<th></th>

Target: #field-event-speakers-values > thead > tr > th:nth-child(2)

Failure Summary:
Fix any of the following:
Element does not have text that is visible to screen readers
<th></th>

Target: #field-affinity-group-node-values > thead > tr > th:nth-child(2)

Failure Summary:
Fix any of the following:
Element does not have text that is visible to screen readers

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 class="label form-required mt-4">Summary</h4>

Target: #field-summary-replace > .mt-4.form-required

Failure Summary:
Fix any of the following:
Heading order invalid

html-has-lang - element must have a lang attribute

Impact: serious

Description: Ensure every HTML document has a lang attribute

Help: element must have a lang attribute

Tags: cat.language, wcag2a, wcag311, TTv5, TT11.a, EN-301-549, EN-9.3.1.1, ACT

Affected Elements (1)

<html class="access-support overflow-x-clip no-touchevents js" data-once="nodeAddTags drupal-dialog-deprecation-listener" style="scroll-padding-top: 40px; --drupal-displace-offset-top: 41px;">

Target: html

Failure Summary:
Fix any of the following:
The element does not have a lang attribute

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="">

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 (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

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 (5)

<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 id="toolbar-administration" role="group" aria-label="Site administration toolbar" data-drupal-claro-processed-toolbar="" class="toolbar claro-toolbar toolbar-oriented" data-once="toolbar toolbarAntiFlicker">

Target: #toolbar-administration

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