Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
BAlt Text Quality2 of 5 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 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
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 |
|---|---|---|---|---|---|
| h1 We believe in a bett… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 A catalyst for bette… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h2 Open science | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 PLOS is a non-profit… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 Open science publish… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 Open science policy | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 Open science practic… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 Cookie Preference Ce… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| h3 Customize Your Cooki… | 7.37:1 | 3.0:1 | #000000 | #999999 | Pass |
| title Leading the future o… | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Skip to content | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a About | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Our mission and visi… | 2.48:1 | 4.5:1 | #000000 | #4D4D4D | Fail |
| a Research integrity a… | 1.21:1 | 4.5:1 | #000000 | #1A1A1A | Fail |
| a Sustainability | 1.21:1 | 4.5:1 | #000000 | #1A1A1A | Fail |
| a The Executive Team | 1.33:1 | 4.5:1 | #000000 | #21222E | Fail |
| a The Board of Directo… | 1.60:1 | 4.5:1 | #000000 | #4A2627 | Fail |
| a The Scientific Advis… | 1.21:1 | 4.5:1 | #000000 | #1A1A1A | Fail |
| a Governance | 1.21:1 | 4.5:1 | #000000 | #1A1A1A | Fail |
| a Careers at PLOS | 1.21:1 | 4.5:1 | #000000 | #1A1A1A | 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.
A+Landmark Structure4 landmarksPASS
AHeading Hierarchy12 headings, 1 skip(s)PASS
- H1 We believe in a better future where science is open to all, for all
- H3 PLOS is a non-profit organization on a mission to drive open science forward with measurable, meaningful change in research publishing, policy and practice. skipped
- H2 A catalyst for better
- H2 Open science
- H3 Open science publishing
- H4 Pave the way
- H3 Open science policy
- H4 Advocate for change
- H3 Open science practice
- H4 Share and inspire
- H3 Cookie Preference Center
- H3 Customize Your Cookie Preference
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
AForm Accessibility1 of 5 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #s | search | Search: | for/id |
| #switch0 | checkbox | OnOff | for/id |
| #switch1 | checkbox | OnOff | for/id |
| #switch2 | checkbox | OnOff | for/id |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="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
ALink & Button Quality1 issue(s) across 98 links and 3 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://plos.org/open-science/ | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Open Science | |||
| https://plos.org/cookies-policy | For more information about the… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://plos.org/open-science/ ("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
Add '(opens in new tab)' to link text or aria-label.
https://plos.org/cookies-policy
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
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 99/100 — 1 failing, 27 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.
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 |
|---|
PLOS is a non-profit organization on a mission to drive open science forward wi… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h3 |
These are opportunities to improve keyboard navigation in your application.