Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, custom pageFIX
FFavicon & BrandingAction1 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
ALandmark Structure4 landmarksPASS
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
A+Heading Hierarchy1 headingsPASS
- H1 There was a problem providing the content you requested
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality9 links, 2 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://service.elsevier.com/app/answers… | contact our support team | new tab | Add '(opens in new tab)' to text |
| https://www.elsevier.com/ | Elsevier home page (opens in a… | new tab | Add '(opens in new tab)' to text |
| https://www.elsevier.com/solutions/scien… | About ScienceDirect | new tab | Add '(opens in new tab)' to text |
| https://service.elsevier.com/app/contact… | Contact and support | new tab | Add '(opens in new tab)' to text |
| https://www.elsevier.com/legal/elsevier-… | Terms and conditions | new tab | Add '(opens in new tab)' to text |
| https://www.elsevier.com/legal/privacy-p… | Privacy policy | new tab | Add '(opens in new tab)' to text |
| https://www.relx.com/ | RELX home page (opens in a new… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://service.elsevier.com/app/answers/detail/a_id/10117/supporthub/science…; https://www.elsevier.com/; https://www.elsevier.com/solutions/sciencedirect; https://service.elsevier.com/app/contact/supporthub/sciencedirect/; https://www.elsevier.com/legal/elsevier-website-terms-and-conditions; https://www.elsevier.com/legal/privacy-policy; https://www.relx.com/
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
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 There was a problem … | 18.48:1 | 3.0:1 | #000000 | #EBF1F9 | Pass |
| title ScienceDirect | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Help | 19.92:1 | 4.5:1 | #000000 | #F7F9FD | Pass |
| p Please | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| span contact our support … | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| p for more information… | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| strong Reference number: | 18.48:1 | 3.0:1 | #000000 | #EBF1F9 | Pass |
| li 9ed4d24379653f23 | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| strong IP Address: | 18.48:1 | 3.0:1 | #000000 | #EBF1F9 | Pass |
| li 141.227.188.123 | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| strong User Agent: | 18.48:1 | 3.0:1 | #000000 | #EBF1F9 | Pass |
| li Mozilla/5.0 (X11; Li… | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| strong Timestamp: | 18.48:1 | 3.0:1 | #000000 | #EBF1F9 | Pass |
| li 2026-04-16 17:13:34 … | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| div ::CLOUDFLARE_ERROR_1… | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| span About ScienceDirect | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| span Remote access | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| span Contact and support | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| span Terms and conditions | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | Pass |
| span Privacy policy | 18.48:1 | 4.5:1 | #000000 | #EBF1F9 | 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+Lighthouse Accessibility AuditsScore 95/100 — 1 failing, 24 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.
Best practices
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.