Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction20 headings, 3 skip(s)FIX
- H1 Browse Privately.
- H1 Explore Freely. duplicate H1
- H3 Defend yourself against tracking and surveillance. Circumvent censorship. skipped
- H4 BLOCK TRACKERS
- H4 DEFEND AGAINST SURVEILLANCE
- H4 RESIST FINGERPRINTING
- H4 MULTI-LAYERED ENCRYPTION
- H4 BROWSE FREELY
- H6 ABOUT US skipped
- H2 Download Tor Browser
- H5 Our mission: skipped
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
- H4 (empty)
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
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
F404 Error PageActionHTTP 404, bare pageFIX
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
BLandmark Structure3 landmarksREVIEW
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Search this website on DuckDuckGo...) | placeholder only |
| #nav-toggle | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="nav-toggle">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="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
BLink & Button Quality9 issue(s) across 83 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://forum.torproject.org | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/TorProject/ | (empty) | empty | Add link text or aria-label |
| https://mastodon.social/@torproject | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/torproject | (empty) | empty | Add link text or aria-label |
| https://twitter.com/torproject | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/tor-pro… | (empty) | empty | Add link text or aria-label |
| https://github.com/torproject | (empty) | empty | Add link text or aria-label |
| https://t.me/torproject | (empty) | empty | Add link text or aria-label |
| https://gitlab.torproject.org/ | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://forum.torproject.org; https://www.facebook.com/TorProject/; https://mastodon.social/@torproject; https://www.instagram.com/torproject; https://twitter.com/torproject; https://www.linkedin.com/company/tor-project; https://github.com/torproject; https://t.me/torproject; https://gitlab.torproject.org/
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 16 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 |
|---|---|---|---|---|---|
| h1 Browse Privately. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Explore Freely. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Download Tor Browser | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Defend yourself agai… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Tor Project | Anonym… | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| span Tor Logo | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| span Donate Now | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a About | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Support | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Community | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Blog | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Donate | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| button English (en) | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a العربية (ar) | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a беларуская… | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Català (ca) | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Deutsch (de) | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Ελληνικά (el… | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a Español (es) | 2.08:1 | 4.5:1 | #000000 | #59316B | Fail |
| a فارسی (fa) | 2.08:1 | 4.5:1 | #000000 | #59316B | 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.
BLighthouse Accessibility AuditsScore 83/100 — 4 failing, 17 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Toggle navigation nav.navbar > div.d-flex > label.position-absolute > a.btn |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Toggle navigation nav.navbar > div.d-flex > label.position-absolute > a.btn |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Defend yourself against tracking and surveillance. Circumvent censorship. div.row > div.col-12 > div.row > h3.mx-auto |
ABOUT US div.row > main.mx-auto > div.container > h6 |
Our mission: div.row > div.col-12 > div.col-sm-6 > h5.font-weight-bold |
These are opportunities to improve keyboard navigation in your application.
Contrast
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Meet our team main.mx-auto > div.container > p > a |
These are opportunities to improve the legibility of your content.
AAlt Text Quality1 of 7 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