Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction8 issue(s) across 559 links and 28 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.youtube.com/channel/UCJ6Fa7M… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://cpj.org/about/feeds/ | Rss | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/committeetoprot… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/pressfreedom | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/committeetopro… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCJ6Fa7M… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://cpj.org/about/feeds/ | Rss | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/committeetoprot… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/pressfreedom | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/committeetopro… | new tab | Add '(opens in new tab)' to text | |
| https://cpj.org/data/killed/all/?status=… | (empty) | empty | Add link text or aria-label |
| https://cpj.org/data/missing/?status=Mis… | (empty) | empty | Add link text or aria-label |
| https://give.cpj.org/campaign/767111/don… | Donate now | new tab | Add '(opens in new tab)' to text |
| https://creativecommons.org/licenses/by-… | Creative Commons Attribution-N… | new tab | Add '(opens in new tab)' to text |
| http://creativecommons.org/licenses/by-n… | Creative Commons Attribution-N… | new tab | Add '(opens in new tab)' to text |
| https://www.cookiepro.com/products/cooki… | Powered by OneTrust Opens in a… | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <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.
https://cpj.org/data/killed/all/?status=Killed&motiveConfirmed%5B%5D=Confirme…; https://cpj.org/data/missing/?status=Missing&start_year=2025&end_year=2025&gr…
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.youtube.com/channel/UCJ6Fa7MQH9-3yBFwYUZRJMQ; https://cpj.org/about/feeds/; https://www.facebook.com/committeetoprotectjournalists/; https://twitter.com/pressfreedom; https://www.instagram.com/committeetoprotectjournalists/?hl=en; https://www.youtube.com/channel/UCJ6Fa7MQH9-3yBFwYUZRJMQ; https://cpj.org/about/feeds/; https://www.facebook.com/committeetoprotectjournalists/; https://twitter.com/pressfreedom; https://www.instagram.com/committeetoprotectjournalists/?hl=en (+4 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn (#213 on page); button.btn (#761 on page); button (#1664 on page); button (#1674 on page); button (#1688 on page); button (#1702 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
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
BAlt Text Quality2 of 14 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
| too long | 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
CForm AccessibilityAction4 of 12 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| (Email) | placeholder only | ||
| q | search | (Search) | placeholder only |
| q | search | (Search) | placeholder only |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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="search" name="q">; <input type="search" name="q">; <input type="email" name="email">
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
BFavicon & Branding9 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 |
|---|---|---|---|---|---|
| h2 Lebanese journalist … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The Committee to Pro… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What we do | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Need emergency assis… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Contact Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Privacy Preference C… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 CPJ shares statement… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 CPJ calls on Kuwait … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 CPJ, partners urge M… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Zambian lawyers figh… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 2025 Killed Report | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 2025 Prison Census | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 ‘We returned from … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Israel-Gaza War | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Russia’s repressio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Press freedom in the… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Manage Consent Prefe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Committee to Protect… | 1.25:1 | 4.5:1 | #000000 | #1D1D1D | Fail |
| a Skip to content | 1.25:1 | 4.5:1 | #000000 | #1D1D1D | 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 Structure5 landmarksPASS
AHeading Hierarchy32 headingsPASS
- H2 Lebanese journalist Amal Khalil found dead after being trapped in rubble following Israeli strike, obstruction of rescue
- H3 CPJ shares statement from international legal counsel acting in case of US-Kuwaiti journalist Ahmed Shihab-Eldin
- H3 CPJ calls on Kuwait to release US-Kuwaiti journalist Ahmed Shihab-Eldin
- H3 CPJ, partners urge Malta to take action on media reforms
- H3 Zambian lawyers fight for media freedom as journalists harassed ahead of election
- H1 Press freedom is your freedom.
- H2 The Committee to Protect Journalists is an independent, nonprofit organization that promotes press freedom worldwide. We defend the right of journalists to report the news safely and without fear of r
- H2 130 Journalists and media workers killed in 2025
- H2 334Imprisoned as of December 1, 2025
- H2 85 Missing as of December 1, 2025
- H2 What we do
- H3 Advocacy
- H3 Awareness
- H3 Assistance
- H2 (empty)
- H2 U.S.-based journalists urgently need resources to continue their critical reporting.
- H2 (empty)
- H3 2025 Killed Report
- H3 2025 Prison Census
- H3 ‘We returned from hell’: Palestinian journalists recount torture in Israeli prisons
- H3 Israel-Gaza War
- H3 Russia’s repression record
- H3 Press freedom in the US
- H2 Need emergency assistance or safety advice?
- H2 Contact Us
- H2 Privacy Preference Center
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies
- H4 Performance Cookies
- H4 Functional Cookies
- H4 Targeting Cookies
- H3 Cookie List
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
A404 Error PageHTTP 404, custom pagePASS
A+Print StylesheetPrint styles detectedPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 26 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.
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 |
|---|
form#cse-search-box > div.input-group > span.input-group-btn > button.btn form#cse-search-box > div.input-group > span.input-group-btn > button.btn |
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.wp-block-columns > div.wp-block-column > h2.wp-block-heading > a div.wp-block-columns > div.wp-block-column > h2.wp-block-heading > a |
div.wp-block-columns > div.wp-block-column > h2.wp-block-heading > a div.wp-block-columns > div.wp-block-column > h2.wp-block-heading > a |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > a.skip-link |
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.