Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BFavicon & Branding8 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action8 text elements analyzed, 1 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (8)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 University of Illino… | 8.00:1 | 3.0:1 | #000000 | #9AA660 | Pass |
| title University of Illino… | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| span Skip To Content (Alt… | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| div Landmark Regions | 3.80:1 | 4.5:1 | #000000 | #77655D | Fail |
| div Headings | 4.72:1 | 4.5:1 | #000000 | #82756F | Pass |
| span Skip To Content (Alt… | 6.33:1 | 4.5:1 | #000000 | #9B8A7E | Pass |
| div Landmark Regions | 16.12:1 | 4.5:1 | #000000 | #DCE3E1 | Pass |
| div Headings | 12.46:1 | 4.5:1 | #000000 | #C6C9BA | 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.
A+Heading Hierarchy1 headingsPASS
- H1 University of Illinois Chicago
A+Alt Text QualityAll 2 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality0 links, 2 buttons — all OKPASS
A+Web ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 29 passedPASS
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.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.today__container-background > div.ms-grid > div.today__block > a.today__item-container div.today__container-background > div.ms-grid > div.today__block > a.today__item-container |
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.