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.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality2 issue(s) across 59 links and 38 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Icon-only buttons need an aria-label so screen readers can announce them.
button.nyc-navigation__scrim-close-button (#121 on page); button.nyc-navigation__scrim-close-button (#140 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
C404 Error PageActionHTTP 490, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 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 |
|---|---|---|---|---|---|
| h2 Latest News | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h2 Popular services | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h2 311 | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h2 Upcoming events | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h2 What's new from NYC … | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h2 Benefit programs for… | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h3 Top languages | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h3 More languages | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h3 Find voting dates an… | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h3 Child care map | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h3 Register to get comp… | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h3 Learn about vaccinat… | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| h3 More on nyc.gov | 9.23:1 | 3.0:1 | #000000 | #BEAC57 | Pass |
| title Official Website of … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Official website. Ho… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| b Official websites us… | 6.63:1 | 3.0:1 | #000000 | #99916D | Pass |
| p A .gov website belon… | 4.26:1 | 4.5:1 | #000000 | #7B704B | Fail |
| b Secure .gov websites… | 4.79:1 | 3.0:1 | #000000 | #847942 | Pass |
| p A lock (🔒) or htt… | 2.69:1 | 4.5:1 | #000000 | #654F1F | 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.
ALandmark Structure8 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
AHeading Hierarchy28 headings, 1 skip(s)PASS
- H4 Official website. How you know
- H5 Official websites use .gov
- H5 Secure .gov websites use HTTPS
- H2 NYC
- H3 Top languages
- H3 More languages
- H2 NYC
- H1 Find what you need on nyc.gov
- H3 Tuesday,April 21, 2026 skipped
- H4 Alternate side parking
- H4 Trash, recycling, and compost collection
- H4 Public schools
- H4 Check transit alerts
- H2 Latest News
- H2 Popular services
- H2 311
- H2 Upcoming events
- H2 What's new from NYC government?
- H3 Special Election
- H3 Find voting dates and hours
- H3 Child care map
- H3 Child care map
- H3 Compost Giveback Season
- H3 Register to get compost
- H3 Childhood Vaccines
- H3 Learn about vaccination
- H2 Benefit programs for you
- H3 More on nyc.gov
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 14 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #filter | text | Filter languages | for/id |
A+Lighthouse Accessibility AuditsScore 98/100 — 1 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.
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 |
|---|
Tuesday,
April 21, 2026 div#nycgov-status > section.pane > div.pane--header > h3 |
These are opportunities to improve keyboard navigation in your application.