Test Summary
URL: https://accessmatch.ddev.site/video-learning-center
Test Spec: N/A
Date: 11/7/2025, 10:42:07 PM
Total Violations: 2
Critical: 0
Serious: 0
Moderate: 2
Minor: 0
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="bg-md-teal mb-10 p-5">
Target: .bg-md-teal
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 class="region region-cta h-full">
Target: .region-cta
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