Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
B404 Error PageHTTP 404, custom pageREVIEW
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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Redux | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Predictable | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Centralized | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Debuggable | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Flexible | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Other Libraries from… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Redux - A JS library… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| b Redux | 3.48:1 | 3.0:1 | #000000 | #764ABC | Pass |
| a Getting Started | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| a Tutorial | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| a Usage Guide | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| a API | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| a FAQ | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| a Best Practices | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| a GitHub | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| a Need help? | 3.48:1 | 4.5:1 | #000000 | #764ABC | Fail |
| b Redux | 3.48:1 | 3.0:1 | #000000 | #764ABC | Pass |
| a Getting Started | 7.87:1 | 4.5:1 | #000000 | #AD92D7 | Pass |
| a Tutorial | 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.
A+Landmark Structure5 landmarksPASS
A+Heading Hierarchy8 headingsPASS
- H1 Redux
- H2 Predictable
- H2 Centralized
- H2 Debuggable
- H2 Flexible
- H2 Other Libraries from the Redux Team
- H2 React-Redux
- H2 Redux Toolkit
A+Alt Text QualityAll 5 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality34 links, 5 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.github.com/reduxjs/redux | GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.github.com/reduxjs/redux | GitHub | new tab | Add '(opens in new tab)' to text |
| https://discord.gg/0ZcbPKXt5bZ6au5t | Reactiflux Discord | new tab | Add '(opens in new tab)' to text |
| http://stackoverflow.com/questions/tagge… | Stack Overflow | new tab | Add '(opens in new tab)' to text |
| https://github.com/reduxjs/redux | GitHub | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.github.com/reduxjs/redux; https://www.github.com/reduxjs/redux; https://discord.gg/0ZcbPKXt5bZ6au5t; http://stackoverflow.com/questions/tagged/redux; https://github.com/reduxjs/redux
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, 23 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.