Accessibility Test Results

Test Summary

URL: https://connectci.ddev.site/

Test Spec: N/A

Date: 11/22/2025, 6:04:33 PM

Total Violations: 2

Critical: 1

Serious: 0

Moderate: 1

Minor: 0

Violations

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)

<h5 class="centered"><a href="https://support.access-ci.org/">ACCESS Support</a></h5>

Target: .mb-4.mx-1.row:nth-child(1) > .col-md-4:nth-child(1) > .card-body > h5

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

image-alt - Images must have alternative text

Impact: critical

Description: Ensure elements have alternative text or a role of none or presentation

Help: Images must have alternative text

Tags: cat.text-alternatives, wcag2a, wcag111, section508, section508.22.a, TTv5, TT7.a, TT7.b, EN-301-549, EN-9.1.1.1, ACT

Affected Elements (1)

<img src="https://connectci.ddev.site/sites/default/files/inline-images/platform_0.png" data-entity-uuid="d5848067-cfc6-40c7-83b2-d3fb9488f3f2" data-entity-type="file" width="400" height="320" loading="lazy">

Target: img[data-entity-type="file"]

Failure Summary:
Fix any of the following:
Element does not have an alt attribute
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"