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
BLandmark Structure5 landmarksREVIEW
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
BHeading Hierarchy15 headingsREVIEW
- H2 Cookie Preference Center
- H2 Cookie Preference Center
- H3 Cookie Settings
- H3 Strictly Necessary Cookies
- H3 Functional Cookies
- H3 Performance and Analytics Cookies
- H3 Social Media Cookies
- H3 Advertising Cookies
- H4 Cookie Settings
- H4 Strictly Necessary Cookies
- H4 Functional Cookies
- H4 Performance and Analytics Cookies
- H4 Social Media Cookies
- H4 Advertising Cookies
- H3 Cookie List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding7 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 Cookie Preference Ce… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cookie Preference Ce… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie Settings | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Strictly Necessary C… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Functional Cookies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Performance and Anal… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Social Media Cookies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Advertising Cookies | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Cookie List | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title JSTOR Home | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| mfe-header-pharos-link Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| mfe-header-pharos-dropdown-menu-item Get support | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-header-pharos-dropdown-menu-item Help logging in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-header-pharos-dropdown-menu-item Contact us | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-access-workflow-pharos-button Log in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-access-workflow-pharos-button Register | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-header-pharos-sidenav-link Workspace | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-header-pharos-sidenav-link Advanced Search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-header-pharos-sidenav-link By subject | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| mfe-header-pharos-sidenav-link By title | 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.
AAlt Text QualityAll 29 images OKPASS
| Issue | Count |
|---|---|
| too long | 3 image(s) |
A+Form AccessibilityAll 9 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance and Analytics Cookies | for/id |
| #ot-group-id-C0005 | checkbox | Social Media Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Advertising Cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #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 |
| #chkbox-id | checkbox | checkbox label | for/id |
ALink & Button Quality3 links, 14 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.ithaka.org/cookies | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.ithaka.org/cookies; https://www.onetrust.com/products/cookie-consent/
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+Lighthouse Accessibility AuditsScore 100/100 — 0 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.