Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 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
CLandmark StructureAction4 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BAlt Text Quality1 of 23 images have issuesREVIEW
| 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #gsc-i-id1 | text | search | aria-label |
| #edit-submit | submit | (none) | none |
| #header-search-block-input | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="q" id="header-search-block-input">; <input type="submit" name="op" id="edit-submit">
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 QualityAction2 issue(s) across 216 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://www.dcpcsb.org/find-a-school | District Public Charter School… | new tab | Add '(opens in new tab)' to text |
| http://www.dcpcsb.org/ | District Public Charter School… | new tab | Add '(opens in new tab)' to text |
| http://www.dcpcsb.org/find-a-school | District Public Charter School… | new tab | Add '(opens in new tab)' to text |
| http://www.dcpcsb.org/ | District Public Charter School… | new tab | Add '(opens in new tab)' to text |
| http://mayor.dc.gov | Mayor Muriel Bowser | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| https://dprfortduponticearena.splashthat… | NOW OPEN - DPR Fort Dupont Ice… | new tab | Add '(opens in new tab)' to text |
| https://dprfortduponticearena.splashthat… | NOW OPEN - DPR Fort Dupont Ice… | new tab | Add '(opens in new tab)' to text |
| https://dprfortduponticearena.splashthat… | NOW OPEN - DPR Fort Dupont Ice… | new tab | Add '(opens in new tab)' to text |
| https://zerowaste.dc.gov | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Zerowaste.Dc.Gov | |||
| https://twitter.com/MayorBowser | Follow | new tab | Add '(opens in new tab)' to text |
| https://service.govdelivery.com/service/… | Subscribe to Receive Emails | new tab | Add '(opens in new tab)' to text |
| https://public.govdelivery.com/accounts/… | Subscribe to Newsletters | new tab | Add '(opens in new tab)' to text |
| https://www.govtech.com/cdg/government-e… | Best of the Web logo 2014 | new tab | Add '(opens in new tab)' to text |
| https://www.govtech.com/cdg/government-e… | Best of the Web logo 2013 | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a#main-content
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
Generic link text like 'click here' doesn't describe the destination.
https://zerowaste.dc.gov ("Read More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="http://mayor.dc.gov"]
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.
http://www.dcpcsb.org/find-a-school; http://www.dcpcsb.org/; http://www.dcpcsb.org/find-a-school; http://www.dcpcsb.org/; https://dprfortduponticearena.splashthat.com/; https://dprfortduponticearena.splashthat.com/; https://dprfortduponticearena.splashthat.com/; https://twitter.com/MayorBowser; https://service.govdelivery.com/service/user.html?code=DCWASH; https://public.govdelivery.com/accounts/DCWASH/subscriber/new? (+2 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
B404 Error PageHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 88/100 — 3 failing, 22 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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Start div.bx-controls > div.bx-controls-auto > div.bx-controls-auto-item > a.bx-start |
Stop div.bx-controls > div.bx-controls-auto > div.bx-controls-auto-item > a.bx-stop |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
A+Heading Hierarchy24 headingsPASS
- H2 Search form
- H1 Washington, DC
- H2 Stay Safe with a Free Carbon Monoxide Alarm
- H2 NOW OPEN - DPR Fort Dupont Ice Arena
- H2 Mayor Bowser's 10-Year Progress Report: A Decade of Delivering
- H2 Stay Safe with a Free Carbon Monoxide Alarm
- H2 NOW OPEN - DPR Fort Dupont Ice Arena
- H2 Mayor Bowser's 10-Year Progress Report: A Decade of Delivering
- H2 Stay Safe with a Free Carbon Monoxide Alarm
- H2 NOW OPEN - DPR Fort Dupont Ice Arena
- H2 Mayor Bowser's 10-Year Progress Report: A Decade of Delivering
- H2 Featured Services
- H3 Pay Tickets
- H3 Driver Licenses
- H3 Duplicate or Cancel License, Change Billing Address
- H3 More Services
- H3 More News
- H2 Highlights
- H3 Zero Waste DC
- H3 Read More
- H2 Follow the Mayor
- H3 More About the Mayor
- H2 Popular Searches
- H3 More Searches
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Washington, DC | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Search form | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Stay Safe with a Fre… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 NOW OPEN - DPR Fort … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Mayor Bowser's 10-Ye… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Stay Safe with a Fre… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 NOW OPEN - DPR Fort … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Mayor Bowser's 10-Ye… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Stay Safe with a Fre… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 NOW OPEN - DPR Fort … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Mayor Bowser's 10-Ye… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Featured Services | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Highlights | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Follow the Mayor | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Popular Searches | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title | DC | 11.15:1 | 4.5:1 | #000000 | #B3BDD4 | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Residents | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a New Resident Resourc… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.