Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
BHeading Hierarchy3 headingsREVIEW
- H5 About & Help
- H5 Officials
- H5 Media
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BFavicon & Branding5 icon(s) detectedREVIEW
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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title RI.gov: Rhode Island… | 4.01:1 | 4.5:1 | #000000 | #12768E | Fail |
| a Gov. Daniel McKee | 4.01:1 | 4.5:1 | #000000 | #12768E | Fail |
| a Online Services | 8.40:1 | 4.5:1 | #000000 | #71ADBB | Pass |
| a Menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Browse Services | 12.44:1 | 4.5:1 | #000000 | #9CD0D9 | Pass |
| div Vehicle Registration… | 5.10:1 | 4.5:1 | #000000 | #0889A0 | Pass |
| span DMV | 5.10:1 | 4.5:1 | #000000 | #0889A0 | Pass |
| div Saltwater Fishing Li… | 5.10:1 | 4.5:1 | #000000 | #0E899F | Pass |
| span DEM | 5.11:1 | 4.5:1 | #000000 | #18899E | Pass |
| div Where's My Refund? | 5.11:1 | 4.5:1 | #000000 | #18899E | Pass |
| span Division of Taxation | 12.57:1 | 4.5:1 | #000000 | #A3D0D8 | Pass |
| div Business Taxes | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Division of Taxation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Start a Business in … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Secretary of State | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Apply for Services | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Department of Human … | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| div Driver's License Ren… | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| span DMV | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | Pass |
| div Commercial Fishing L… | 17.46:1 | 4.5:1 | #000000 | #EAEAEA | 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.
CLighthouse Accessibility AuditsActionScore 79/100 — 5 failing, 18 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 |
|---|
form#search_box > div#container > div.wrapper > input#q form#search_box > div#container > div.wrapper > input#q |
These are opportunities to improve the legibility of your content.
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 |
|---|
header.cd-main-header > ul.cd-header-buttons > li > a.cd-nav-trigger header.cd-main-header > ul.cd-header-buttons > li > a.cd-nav-trigger |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Employment
Child Support
Unemployment
DMV div.trend > div.row > div.large-3 > ul.trendul |
DEM
Bill of Sale
Criminal Records
Secretary of State div.trend > div.row > div.large-3 > ul.trendul |
Taxes
Address Change
Labor and Training
Birth Certificate div.trend > div.row > div.large-3 > ul.trendul |
Refund
VIN Check
Judiciary
Governor div.trend > div.row > div.large-3 > ul.trendul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Employment div.large-3 > ul.trendul > a > li |
Child Support div.large-3 > ul.trendul > a > li |
Unemployment div.large-3 > ul.trendul > a > li |
DMV div.large-3 > ul.trendul > a > li |
DEM div.large-3 > ul.trendul > a > li |
Bill of Sale div.large-3 > ul.trendul > a > li |
Criminal Records div.large-3 > ul.trendul > a > li |
Secretary of State div.large-3 > ul.trendul > a > li |
Taxes div.large-3 > ul.trendul > a > li |
Address Change div.large-3 > ul.trendul > a > li |
Labor and Training div.large-3 > ul.trendul > a > li |
Birth Certificate div.large-3 > ul.trendul > a > li |
Refund div.large-3 > ul.trendul > a > li |
VIN Check div.large-3 > ul.trendul > a > li |
Judiciary div.large-3 > ul.trendul > a > li |
Governor div.large-3 > ul.trendul > a > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
RI.gov Home body > div.logo > a |
These are opportunities to improve keyboard navigation in your application.
ALandmark Structure7 landmarksPASS
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
AAlt Text Quality1 of 3 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 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
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #q | search | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q" id="q">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
ALink & Button Quality1 issue(s) across 108 links and 1 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #cd-primary-nav | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
#cd-primary-nav
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