Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction2 issue(s) across 40 links and 19 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://e2ebb866.sibforms.com/serve/MUIF… | Subscribe to our Newsletter | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/peerj.bsky.soci… | bsky.app | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/peerj/ | new tab | Add '(opens in new tab)' to text | |
| https://x.com/thePeerJ | x.com | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@Peerj | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/thePeerJ | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://e2ebb866.sibforms.com/serve/MUIFAIhKl5RSMRVHZNttVMBSD8RoJIlti8YX75mWP…; https://bsky.app/profile/peerj.bsky.social; https://www.linkedin.com/company/peerj/; https://x.com/thePeerJ; https://www.youtube.com/@Peerj; https://www.facebook.com/thePeerJ
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.v-btn (#136 on page); button.mb-2 (#173 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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding21 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 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 |
|---|---|---|---|---|---|
| h1 Committed to open, t… | 20.29:1 | 3.0:1 | #000000 | #FBFBFB | Pass |
| h2 Our Journals | 20.29:1 | 3.0:1 | #000000 | #FBFBFB | Pass |
| h2 PeerJ | 20.29:1 | 3.0:1 | #000000 | #FBFBFB | Pass |
| h2 PeerJ Computer Scien… | 20.29:1 | 3.0:1 | #000000 | #FBFBFB | Pass |
| h2 PeerJ Hubs | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What our Authors are… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title PeerJ - Peer-Reviewe… | 1.42:1 | 4.5:1 | #000000 | #10147E | Fail |
| a Skip to main content | 1.40:1 | 4.5:1 | #000000 | #0F137C | Fail |
| a PeerJ | 1.71:1 | 4.5:1 | #000000 | #292B77 | Fail |
| span Submit Article | 2.49:1 | 4.5:1 | #000000 | #4B4B65 | Fail |
| span | 1.04:1 | 4.5:1 | #000000 | #0D0405 | Fail |
| label Search Articles, Use… | 1.16:1 | 4.5:1 | #000000 | #231208 | Fail |
| span Filter | 1.01:1 | 4.5:1 | #000000 | #070000 | Fail |
| span Shortcuts | 1.02:1 | 4.5:1 | #000000 | #080101 | Fail |
| span Adv search | 1.02:1 | 4.5:1 | #000000 | #090202 | Fail |
| div Recent search querie… | 1.19:1 | 4.5:1 | #000000 | #25140F | Fail |
| span Clear all | 1.15:1 | 4.5:1 | #000000 | #240F09 | Fail |
| span Why publish with us | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| div A multidisciplinary,… | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | Pass |
| div Explore Journal | 20.29:1 | 4.5:1 | #000000 | #FBFBFB | 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.
A+Landmark Structure9 landmarksPASS
A+Heading Hierarchy9 headingsPASS
- H6 Notifications
- H1 Committed to open, trusted by researchers
- H2 Our Journals
- H2 PeerJ
- H2 PeerJ Computer Science
- H2 Annual Institutional Memberships (AIMs)
- H2 PeerJ Hubs
- H2 Ready to Submit your Research?
- H2 What our Authors are Saying
A+Alt Text QualityAll 2 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #input-63 | text | Search Articles, Users, & Help | for/id |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.