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 SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Home | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Home.blog – Appala… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Home.blog | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p Appalachia + AGI + A… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| button Menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Home.blog | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a About A3 | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Michael Bierut | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Blog | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a AGI | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Paintsville High | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Automattic | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p Artwork by | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Michael Bierut | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p Site by | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Kjell Reigstad | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Create Your . Home .… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Support | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Blog at WordPress.co… | 1.00:1 | 4.5:1 | #000000 | #000000 | 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 Structure8 landmarksPASS
A+Heading Hierarchy1 headingsPASS
- H1 Home
A+Alt Text QualityAll 3 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality21 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://home.blog | Home.blog | img no alt | Add alt attribute to the image |
| https://wordpress.com/abuse/?report_url=… | Report this content | new tab | Add '(opens in new tab)' to text |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://home.blog"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://wordpress.com/abuse/?report_url=https://home.blog/
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+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 22 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.