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.
FFavicon & BrandingAction1 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction5 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #contrast-btn | checkbox | High Contrast Mode On or Off switch On Off | for/id |
| #searchVal | search | Search Bar for CT.gov | for/id |
| #goog-gt-votingInputSrcLang | text | (none) | none |
| #goog-gt-votingInputTrgLang | text | (none) | none |
| #goog-gt-votingInputSrcText | text | (none) | none |
| #goog-gt-votingInputTrgText | text | (none) | none |
| #goog-gt-votingInputVote | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="sl" id="goog-gt-votingInputSrcLang">; <input type="text" name="tl" id="goog-gt-votingInputTrgLang">; <input type="text" name="query" id="goog-gt-votingInputSrcText">; <input type="text" name="gtrans" id="goog-gt-votingInputTrgText">; <input type="text" name="vote" id="goog-gt-votingInputVote">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
CLink & Button QualityAction54 links, 8 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | Seleccionar idioma▼ | img no alt | Add alt attribute to the image |
| https://business.ct.gov/?language=en_US | Business | new tab | Add '(opens in new tab)' to text |
| http://www.jud.ct.gov/ | Connecticut Judicial Branch | new tab | Add '(opens in new tab)' to text |
| https://portal.ct.gov/drs/myconnect/myco… | myconneCT - File, Pay & Regist… | new tab | Add '(opens in new tab)' to text |
| http://www.jud.ct.gov/jud2.htm | Judicial Case Lookup | new tab | Add '(opens in new tab)' to text |
| https://ctparks.com | Explore CT State Parks | new tab | Add '(opens in new tab)' to text |
| https://ctvisit.com/articles/connecticut… | Connecticut Pizza Trail | new tab | Add '(opens in new tab)' to text |
| https://portal.ct.gov/governor | Landing Page for the Governor | img no alt | Add alt attribute to the image |
| https://portal.ct.gov/lt-governor | Landing Page for the Lt. Gove… | img no alt | Add alt attribute to the image |
| http://jud.ct.gov | Judicial Opens in a new window… | new tab | Add '(opens in new tab)' to text |
| http://cga.ct.gov | Legislative Opens in a new win… | new tab | Add '(opens in new tab)' to text |
| https://portal.ct.gov/dva/dva-archive | Veterans | new tab | Add '(opens in new tab)' to text |
| https://portal.ct.gov/sots/common-elemen… | Elections and Voting | new tab | Add '(opens in new tab)' to text |
| https://data.ct.gov/ | Connecticut Open Data Opens in… | new tab | Add '(opens in new tab)' to text |
| https://egov.ct.gov/PMC/ | State Agency Public Meeting Ca… | new tab | Add '(opens in new tab)' to text |
| http://www.ctvisit.com/ | Connecticut Logo | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="#"]; a[href="https://portal.ct.gov/governor"]; a[href="https://portal.ct.gov/lt-governor"]
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
Add '(opens in new tab)' to link text or aria-label.
https://business.ct.gov/?language=en_US; http://www.jud.ct.gov/; https://portal.ct.gov/drs/myconnect/myconnect; http://www.jud.ct.gov/jud2.htm; https://ctparks.com; https://ctvisit.com/articles/connecticut-pizza-trail; http://jud.ct.gov; http://cga.ct.gov; https://portal.ct.gov/dva/dva-archive; https://portal.ct.gov/sots/common-elements/v5-template---redesign/elections-a… (+3 more)
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 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 CT Government | 3.37:1 | 3.0:1 | #000000 | #8B532B | Pass |
| h2 Services and Informa… | 5.47:1 | 3.0:1 | #000000 | #7F8194 | Pass |
| h2 Most Popular | 3.37:1 | 3.0:1 | #000000 | #8B532B | Pass |
| h2 Recent News | 3.37:1 | 3.0:1 | #000000 | #8B532B | Pass |
| title CT.GOV-Connecticut's… | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| a Skip to Content | 4.00:1 | 4.5:1 | #000000 | #2E67D3 | Fail |
| a Skip to Chat | 4.53:1 | 4.5:1 | #000000 | #326FE4 | Pass |
| p Settings Menu | 4.66:1 | 4.5:1 | #000000 | #3371E7 | Pass |
| strong Language | 8.62:1 | 3.0:1 | #000000 | #C7A223 | Pass |
| span Seleccionar idioma | 11.86:1 | 4.5:1 | #000000 | #DEC22C | Pass |
| span | 10.04:1 | 4.5:1 | #000000 | #D0B13F | Pass |
| span ▼ | 2.23:1 | 4.5:1 | #767676 | #DBB11C | Fail |
| strong High Contrast | 6.54:1 | 3.0:1 | #000000 | #C97F23 | Pass |
| span High Contrast Mode O… | 8.72:1 | 4.5:1 | #000000 | #D29E47 | Pass |
| span Off | 4.20:1 | 4.5:1 | #000000 | #A85C0D | Fail |
| strong Font Size | 4.49:1 | 3.0:1 | #000000 | #BA5803 | Pass |
| span regular … | 4.49:1 | 4.5:1 | #000000 | #BA5803 | Fail |
| span large font size | 4.49:1 | 4.5:1 | #000000 | #BA5803 | Fail |
| a Disclaimer | 1.80:1 | 4.5:1 | #000000 | #48351F | Fail |
| button Close | 1.85:1 | 4.5:1 | #000000 | #303A50 | 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 Structure9 landmarksPASS
AHeading Hierarchy7 headings, 1 skip(s)PASS
- H2 Services and Information
- H2 Most Popular
- H1 CT Government
- H4 CT Government skipped
- H5 Governor Ned Lamont
- H5 Lt. Governor Susan Bysiewicz
- H2 Recent News
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+Alt Text QualityAll 16 images OKPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 26 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.
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 |
|---|
CT Government div.small-12 > div.content > div.government > h4 |
These are opportunities to improve keyboard navigation in your application.