Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality3 of 32 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| generic | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BLighthouse Accessibility AuditsScore 88/100 — 3 failing, 28 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Statement. div.row > div.col-md-9 > p.small > a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.js-mega-menu > button.navbar-toggler > span.navbar-toggler-default > img nav.js-mega-menu > button.navbar-toggler > span.navbar-toggler-default > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More News div.border-bottom > dl.row > dt.col-sm-6 > a |
For Media div.border-bottom > dl.row > dd.col-sm-6 > a |
These items highlight common accessibility best practices.
A+Landmark Structure11 landmarksPASS
AHeading Hierarchy37 headings, 1 skip(s)PASS
- H2 Popular Links
- H2 Information For
- H1 New Mexico State University
- H2 Fast Facts
- H3 Degree Programs
- H3 Affordable
- H3 Among the Best
- H3 NM is our Campus
- H3 13:1
- H3 Finance Your Future
- H3 Alumni Network
- H3 Online Programs
- H2 We see embracing our differences as an asset and actively seek to include wide-ranging perspectives to lead our campus community to shape the future.
- H2 First-rate Education
- H2 From the NewsCenter
- H3 Sports marketing veteran to join NMSU as first Executive-in-Residence
- H3 Multi-Institutional NIH program at NMSU supports cancer researchers in the Southwest
- H3 NM Produced Water Research Consortium at NMSU expands community education, outreach
- H3 NMSU students highlight Black histories of New Mexico in new archival exhibit
- H3 Our Impact. Your Stories.
- H3 Important Dates
- H4 Commencement
- H4 Memorial Day Holiday
- H4 Independence Day Holiday
- H3 Explore #NMSU on Social Media
- H3 Connect
- H3 NMSU System
- H3 Resources
- H3 Info Center
- H2 Information For
- H4 Current Students skipped
- H4 Future Students
- H4 Faculty & Staff
- H4 Parents & Families
- H4 Alumni & Donors
- H4 Athletics
- H3 Begin Your Future. Be An Aggie.
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchSlideDownControl | text | Search NMSU | aria-label |
ALink & Button Quality1 issue(s) across 156 links and 5 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| privacy/index.html | Privacy Statement. | new tab | Add '(opens in new tab)' to text |
| about/rankings.html | Among the Best Ranked #1 Natio… | img no alt | Add alt attribute to the image |
| about/locations.html | NM is our Campus Our main camp… | img no alt | Add alt attribute to the image |
| about/facts.html | 13:1 Student-to-Faculty Ratio … | img no alt | Add alt attribute to the image |
| /javascript:; | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/javascript:;
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
privacy/index.html
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 New Mexico State Uni… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Popular Links | 6.55:1 | 3.0:1 | #000000 | #AE877B | Pass |
| h2 Information For | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Fast Facts | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 We see embracing our… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 First-rate Education | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 From the NewsCenter | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Information For | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Degree Programs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Affordable | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Among the Best | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 NM is our Campus | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 13:1 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Finance Your Future | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Alumni Network | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Online Programs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Our Impact. Your Sto… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Important Dates | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Explore #NMSU on Soc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Connect | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.