Accessibility Test Results

Test Summary

URL: https://ondemand.ddev.site/user/register

Test Spec: N/A

Date: 11/21/2025, 5:56:12 PM

Total Violations: 6

Critical: 1

Serious: 1

Moderate: 4

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)

<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

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 width="120" height="120" src="/themes/nect-theme/img/NSF_logo.svg">

Target: img[width="120"]

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"

landmark-one-main - Document should have one main landmark

Impact: moderate

Description: Ensure the document has a main landmark

Help: Document should have one main landmark

Tags: cat.semantics, best-practice

Affected Elements (1)

<html lang="en" dir="ltr" class=" js">

Target: html

Failure Summary:
Fix all of the following:
Document does not have a 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="navbar navbar-expand secondary-nav navbar-light bg-light " id="secondaryNav">

Target: #secondaryNav

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

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

<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
<a class="nsf-logo" href="https://www.nsf.gov/" target="_blank" rel="noopener"> <img width="120" height="120" src="/themes/nect-theme/img/NSF_logo.svg"> </a>

Target: .nsf-logo

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

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

<div id="block-ood-page-title">

Target: #block-ood-page-title

Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks
<div class="card col-12 mb-3 region-specific display-great-plains display-careers display-kentucky display-mines display-northeast display-rmacc display-sweeter display-trecis hide-coco hide-usrse">

Target: .display-great-plains

Failure Summary:
Fix any of the following:
Some page content is not contained by landmarks