Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction5 landmarksFIX
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
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
FLink & Button QualityAction5 issue(s) across 75 links and 2 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| #menu | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://our.wikileaks.org | our.wikileaks.org | new tab | Add '(opens in new tab)' to text |
| https://www.torproject.org/ | Tor Project | new tab | Add '(opens in new tab)' to text |
| https://tails.boum.org/ | Tails | new tab | Add '(opens in new tab)' to text |
| https://www.couragefound.org/ | Courage | new tab | Add '(opens in new tab)' to text |
| https://www.bitcoin.org/ | Bitcoin | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/wikileaks | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/wikileaks | new tab | Add '(opens in new tab)' to text | |
| /intolerancenetwork/ | Custom Search … | img no alt | Add alt attribute to the image |
| https://wikileaks.org/fishrot/ | Custom Search … | img no alt | Add alt attribute to the image |
| /opcw-douma/#OPCW-DOUMA%20-%20Release%20… | Custom Search … | img no alt | Add alt attribute to the image |
| /popeorders/ | Custom Search … | img no alt | Add alt attribute to the image |
| https://shoppinglist.wikileaks.org | Custom Search … | img no alt | Add alt attribute to the image |
| /amazon-atlas/ | Custom Search … | img no alt | Add alt attribute to the image |
| /dealmaker/Al-Yousef/ | Custom Search … | img no alt | Add alt attribute to the image |
| https://our.wikileaks.org | WL Research Community - user c… | new tab | Add '(opens in new tab)' to text |
| https://www.torproject.org/ | Tor is an encrypted anonymisin… | new tab | Add '(opens in new tab)' to text |
| https://tails.boum.org/ | Tails is a live operating syst… | new tab | Add '(opens in new tab)' to text |
| https://www.couragefound.org/ | The Courage Foundation is an i… | new tab | Add '(opens in new tab)' to text |
| https://www.bitcoin.org/ | Bitcoin uses peer-to-peer tech… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/wikileaks | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/wikileaks | new tab | Add '(opens in new tab)' to text | |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#; #menu; #
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/intolerancenetwork/"]; a[href="https://wikileaks.org/fishrot/"]; a[href="/opcw-douma/#OPCW-DOUMA%20-%20Release%20Part%204"]; a[href="/popeorders/"]; a[href="https://shoppinglist.wikileaks.org"]; a[href="/amazon-atlas/"]; a[href="/dealmaker/Al-Yousef/"]; a[href="https://our.wikileaks.org"]; a[href="https://www.torproject.org/"]; a[href="https://tails.boum.org/"] (+2 more)
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://our.wikileaks.org; https://www.torproject.org/; https://tails.boum.org/; https://www.couragefound.org/; https://www.bitcoin.org/; https://www.facebook.com/wikileaks; https://twitter.com/wikileaks; https://www.facebook.com/wikileaks; https://twitter.com/wikileaks
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn-search (#133 on page); button.btn-search (#181 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
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (Search) | placeholder only |
| q | text | (Search Keywords) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q">; <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
C404 Error PageActionHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 70/100 — 5 failing, 10 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home-container > div.search-box > form.search-form > button.btn-search div.home-container > div.search-box > form.search-form > button.btn-search |
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#main > div.top-navigation > nav.navbar > a.mobile-only div#main > div.top-navigation > nav.navbar > a.mobile-only |
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.
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 |
|---|
Donate div.top-navigation > nav.navbar > div.action-buttons > a.button-face |
div.home-container > div.search-box > form.search-form > input.search-query div.home-container > div.search-box > form.search-form > input.search-query |
Today, 5th August 2021, WikiLeaks publishes "The Intolerance Network" over 17,0… a > div.text > div.intro > p |
05 August 2021 li.tile > a > div.text > div.timestamp |
Today, November 12, WikiLeaks publishes over 30000 documents from SAMHERJI a > div.text > div.intro > p |
12 November 2019 li.tile > a > div.text > div.timestamp |
Today, October 23, WikiLeaks publishes a statement made by a panel that listene… a > div.text > div.intro > p |
23 October 2019 li.tile > a > div.text > div.timestamp |
Today, January 30th WikiLeaks publishes a set of documents from the Catholic Ch… a > div.text > div.intro > p |
30 January 2019 li.tile > a > div.text > div.timestamp |
Today, 21 December 2018, WikiLeaks publishes a searchable database of more than… a > div.text > div.intro > p |
21 December 2018 li.tile > a > div.text > div.timestamp |
Today, 11 Oct 2018, WikiLeaks publishes a highly confidential internal document… a > div.text > div.intro > p |
11 October 2018 li.tile > a > div.text > div.timestamp |
Today, 28 September 2018, WikiLeaks releases a secret document from the ICC por… a > div.text > div.intro > p |
28 September 2018 li.tile > a > div.text > div.timestamp |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.home-container > div.search-box > form.search-form > button.btn-search div.home-container > div.search-box > form.search-form > button.btn-search |
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 html |
These items highlight common accessibility best practices.
AHeading Hierarchy22 headingsPASS
- H3 Contact
- H3 Tor
- H4 Tails
- H3 Tips
- H4 1. Contact us if you have specific problems
- H4 2. What computer to use
- H4 3. Do not talk about your submission to others
- H3 After
- H4 1. Do not talk about your submission to others
- H4 2. Act normal
- H4 3. Remove traces of your submission
- H4 4. If you face legal action
- H1 Submit documents to WikiLeaks
- H1 WikiLeaks duplicate H1
- H1 Featured duplicate H1
- H2 The Intolerance Network
- H2 Fishrot
- H2 OPCW Douma
- H2 Pope's Orders
- H2 US Embassy Shopping List
- H2 Amazon Atlas
- H2 Dealmaker: Al Yousef
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
A+Alt Text QualityAll 16 images OKPASS
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 Submit documents to … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 WikiLeaks | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Featured | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The Intolerance Netw… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Fishrot | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 OPCW Douma | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Pope's Orders | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 US Embassy Shopping … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Amazon Atlas | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Dealmaker: Al Yousef | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Contact | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Tor | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Tips | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 After | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title WikiLeaks | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a How to contact WikiL… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a What is Tor? | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Tips for Sources | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a After Submitting | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Key fingerprint | 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.