Test Summary
URL: https://ondemand.ddev.site/user/register
Test Spec: N/A
Date: 11/23/2025, 9:07:59 PM
Total Violations: 2
Critical: 0
Serious: 1
Moderate: 1
Minor: 0
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)
<h3>Please select an account type below to create.</h3>
Target: .display-great-plains > .card-body.text-center.img-buttons > .col-12 > h3
Failure Summary:
Fix any of the following:
Heading order invalid
link-name - Links must have discernible text
Impact: serious
Description: Ensure links have discernible text
Help: Links must have discernible text
Tags: cat.name-role-value, wcag2a, wcag244, wcag412, section508, section508.22.a, TTv5, TT6.a, EN-301-549, EN-9.2.4.4, EN-9.4.1.2, ACT
Affected Elements (3)
<a href="/user/register/student" class="stretched-link"><img src="/themes/nect-theme/img/neutral-images/team.png" alt="" class="img-fluid"></a>
Target: .stretched-link[href$="student"]
Failure Summary:
Fix all of the following:
Element is in tab order and does not have accessible text
Fix any of the following:
Element does not have text that is visible to screen readers
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
<a href="/user/register/mentor" class="stretched-link"><img src="/themes/nect-theme/img/neutral-images/team.png" alt="" class="img-fluid"></a>
Target: .stretched-link[href$="mentor"]
Failure Summary:
Fix all of the following:
Element is in tab order and does not have accessible text
Fix any of the following:
Element does not have text that is visible to screen readers
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
<a href="/user/register/researcher" class="stretched-link"><img src="/themes/nect-theme/img/neutral-images/team.png" alt="" class="img-fluid"></a>
Target: .stretched-link[href$="researcher"]
Failure Summary:
Fix all of the following:
Element is in tab order and does not have accessible text
Fix any of the following:
Element does not have text that is visible to screen readers
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