Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.D404 Error PageActionHTTP 404, custom 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
BLandmark Structure4 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
BHeading Hierarchy11 headings, 1 skip(s)REVIEW
- H1 Welcome to Texas.gov
- H1 Welcome to Texas.gov duplicate H1
- H2 Get Ready to Roll with TxT!
- H2 See Texas outdoors, recreation, and culture
- H2 Make your business boom
- H2 Stay Healthy
- H2 Government that works for you
- H4 About Us skipped
- H4 Services
- H4 Related Sites
- H4 Support
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 fail WCAG AAREVIEW
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 Welcome to Texas.gov | 18.25:1 | 3.0:1 | #000000 | #EEEFF1 | Pass |
| h1 Welcome to Texas.gov | 3.68:1 | 3.0:1 | #000000 | #304FFE | Pass |
| h2 Get Ready to Roll wi… | 3.68:1 | 3.0:1 | #000000 | #304FFE | Pass |
| h2 See Texas outdoors, … | 1.75:1 | 3.0:1 | #000000 | #2E3554 | Fail |
| h2 Make your business b… | 2.14:1 | 3.0:1 | #000000 | #3F4354 | Fail |
| h2 Stay Healthy | 2.14:1 | 3.0:1 | #000000 | #3F4354 | Fail |
| h2 Government that work… | 2.14:1 | 3.0:1 | #000000 | #3F4354 | Fail |
| title Texas.gov | The Offi… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Find Services | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Explore Texas | 7.46:1 | 4.5:1 | #000000 | #A39892 | Pass |
| button Resident | 7.04:1 | 4.5:1 | #000000 | #A29383 | Pass |
| button Business | 10.30:1 | 4.5:1 | #000000 | #B9B5B0 | Pass |
| button Government | 17.78:1 | 4.5:1 | #000000 | #EBECEF | Pass |
| a Texas by Texas | 14.88:1 | 4.5:1 | #000000 | #D8D9DC | Pass |
| span English | 17.60:1 | 4.5:1 | #000000 | #EAEBED | Pass |
| p Texas.gov is the off… | 15.79:1 | 4.5:1 | #000000 | #DFDFE2 | Pass |
| p Photo credit: Olivia… | 6.57:1 | 4.5:1 | #000000 | #7688F2 | Pass |
| p Texas.gov is the off… | 3.68:1 | 4.5:1 | #000000 | #304FFE | Fail |
| p Photo credit: Olivia… | 3.68:1 | 4.5:1 | #000000 | #304FFE | Fail |
| p Discover how quick a… | 3.68:1 | 4.5:1 | #000000 | #304FFE | Fail |
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+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality26 links, 10 buttons — all OKPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 23 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.
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 |
|---|
Explore Texas div.container > div.w-1/2 > section.topic-menu-card__details-container > p.post-type |
Business div.container > div.w-1/2 > section.topic-menu-card__details-container > p.post-type |
Government div.container > div.w-1/2 > section.topic-menu-card__details-container > p.post-type |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
About Us nav.container > section.footer__link-container > div.footer__list > h4 |
These are opportunities to improve keyboard navigation in your application.