Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DHeading HierarchyAction29 headings, 2 skip(s)FIX
- H1 (empty)
- H1 (empty)
- H3 Cindy Cohn on The Daily Show: Learn More About EFF, Privacy's Defender, and Watch the Interview skipped
- H3 The FAA’s “Temporary” Flight Restriction for Drones is a Blatant Attempt to Criminalize Filming ICE
- H3 Tech Nonprofits to Feds: Don’t Weaponize Procurement to Undermine AI Trust and Safety
- H3 If you use technology, this fight is yours.
- H6 EFF defends your privacy and free expression because technology should serve all people, not just the powerful. We’re a nonprofit powered by members, and we need you in this fight. skipped
- H3 Surveillance Self-Defense
- H3 Reproductive Justice
- H3 Privacy's Defender
- H2 EFF Executive Director Cindy Cohn's Journey Inside the Privacy Battles That Shaped Today's Internet
- H2 The Latest
- H3 EU Parliament Blocks Mass-Scanning of Our Chats—What's Next?
- H3 Triple Header for Privacy’s Defender in New York
- H3 The FAA’s “Temporary” Flight Restriction for Drones is a Blatant Attempt to Criminalize Filming ICE
- H3 Tech Nonprofits to Feds: Don’t Weaponize Procurement to Undermine AI Trust and Safety
- H3 Double Shot of Privacy's Defender in D.C.
- H3 Weakening Speech Protections Will Punish All of Us—Not Just Meta
- H3 A Baseless Copyright Claim Against a Web Host—and Why It Failed
- H3 Print Blocking Won't Work - Permission to Print Part 2
- H3 Print Blocking is Anti-Consumer - Permission to Print Part 1
- H3 Google and Amazon: Acknowledged Risks, and Ignored Responsibilities
- H2 Follow EFF:
- H2 Contact
- H2 About
- H2 Issues
- H2 Updates
- H2 Press
- H2 Donate
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
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
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
DLink & Button QualityAction4 issue(s) across 221 links and 0 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.eff.org/livestream-signal | EFFecting Change: Can't Stop t… | img no alt | Add alt attribute to the image |
| https://www.eff.org/livestream-signal | EFFecting Change: Can't Stop t… | img no alt | Add alt attribute to the image |
| https://www.eff.org/pages/surveillance-s… | (empty) | empty | Add link text or aria-label |
| https://www.charitynavigator.org/ein/043… | Charity Navigator | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.eff.org/pages/surveillance-self-defense; #; #; #
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
Add '(opens in new tab)' to link text or aria-label.
https://www.charitynavigator.org/ein/043091431
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
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 StructureAction14 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 EFF Executive Direct… | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 The Latest | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 Follow EFF: | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 Contact | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 About | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 Issues | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 Updates | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 Press | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h2 Donate | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| h3 If you use technolog… | 7.18:1 | 3.0:1 | #000000 | #6A9FAD | Pass |
| title Electronic Frontier … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| a About | 1.50:1 | 4.5:1 | #000000 | #312A2A | Fail |
| a Contact | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Press | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a People | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Opportunities | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a EFF's 35th Anniversa… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Issues | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Free Speech | 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.
CLighthouse Accessibility AuditsActionScore 78/100 — 5 failing, 13 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 |
|---|
The leading nonprofit defending
digital privacy, free speech,
and innovation. div > div.panel-pane > div.front-page-welcome > div.tagline |
| APRIL 7, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 3, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
| APRIL 2, 2026 article.node > header > div.node-content-type-byline > span.node-date |
These are opportunities to improve the legibility of your content.
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 |
|---|
EFF defends your privacy and free expression because technology should serve al… div > div.panel-pane > div.front-page-donate > h6 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.field__items > div.field__item > div.teaser-thumbnail > a div.field__items > div.field__item > div.teaser-thumbnail > a |
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.
Best practices
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 |
|---|
ISSUES article.node > header > div.node-content-type-byline > a |
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.
AAlt Text Quality1 of 23 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