Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality67 links, 1 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /news/detail/iihs-pushes-improvements-in… | IIHS pushes improvements in cr… | img no alt | Add alt attribute to the image |
| /news/detail/lets-prioritize-safety-in-t… | Let’s prioritize safety in t… | img no alt | Add alt attribute to the image |
| /news/detail/safety-benefits-stack-up-fr… | Safety benefits stack up from … | img no alt | Add alt attribute to the image |
| /news/detail/iihs-calculator-shows-how-b… | IIHS calculator shows how bett… | img no alt | Add alt attribute to the image |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/news/detail/iihs-pushes-improvements-in-crash-avoidance-with-2026-awards"]; a[href="/news/detail/lets-prioritize-safety-in-the-vehicles-that-power-our-economy"]; a[href="/news/detail/safety-benefits-stack-up-from-driver-assistance-features"]; a[href="/news/detail/iihs-calculator-shows-how-better-seat-belt-laws-can-boost-safety…"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding5 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 We are a nonprofit s… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find vehicle ratings… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More news and featur… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Key issues in road s… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Making roads and veh… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Advanced driver assi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Alcohol and drugs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Distracted driving | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Large trucks | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Motorcycles | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Pedestrians and bicy… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Red light running | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Seat belts | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Speed | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Explore our guides | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title IIHS-HLDI | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Vehicle ratings | 5.82:1 | 4.5:1 | #000000 | #858788 | Pass |
| a News | 1.58:1 | 4.5:1 | #000000 | #2D3032 | Fail |
| a Research areas | 2.17:1 | 4.5:1 | #000000 | #424546 | 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+Landmark Structure6 landmarksPASS
A+Heading Hierarchy23 headingsPASS
- H1 We are a nonprofit scientific and educational organization dedicated to making roads and vehicles safer for everyone. Learn about our 30x30 initiative to cut roadway fatalities.
- H2 IIHS unveils 2026 award winners
- H2 Find vehicle ratings by make and model
- H2 Award winners
- H2 More news and featured work
- H3 Delivering safety for commercial vehicles
- H3 More tech, fewer crashes
- H3 New calculator predicts effects of belt law changes
- H2 Key issues in road safety
- H3 Advanced driver assistance
- H3 Alcohol and drugs
- H3 Distracted driving
- H3 Large trucks
- H3 Motorcycles
- H3 Pedestrians and bicyclists
- H3 Red light running
- H3 Seat belts
- H3 Speed
- H3 Explore our guides
- H4 Young driver safety: a guide for parents of teens
- H4 Driving with kids: a guide for parents and caregivers
- H4 Shopping for safety: a guide for new and used vehicle buyers
- H2 Making roads and vehicles safer for everyone.
A+Alt Text QualityAll 23 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #searchInput | search | Search | for/id |
| input | text | Search for vehicle | aria-label |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.