Accessibility Test Results

Test Summary

URL: https://ondemand.ddev.site/appverse

Test Spec: N/A

Date: 3/10/2026, 5:07:11 PM

Total Violations: 3

Errors (WCAG 2.1 AA - Compliance Required)

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

Warnings (WCAG 2.2 / Best Practices)

Critical: 0 | Serious: 0 | Moderate: 3 | Minor: 0

Violations

landmark-main-is-top-level - Main landmark should not be contained in another landmark

Warning (WCAG 2.2/Best Practice)

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>

Target: #appverse-shadow-host,.appverse-container > main

Failure Summary:
Fix any of the following:
The main landmark is contained in another landmark.
<main class="flex-1 min-w-0">

Target: #appverse-shadow-host,.min-w-0

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

Warning (WCAG 2.2/Best Practice)

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="container mt-4">

Target: .mt-4

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

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)

<main role="main" class="container mt-4">

Target: .mt-4

Failure Summary:
Fix any of the following:
The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable