Accessibility
· 24 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
CMobile-Readable Font SizesAction88% of visible text renders at >= 12 CSS px (8 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CFavicon & BrandingAction2 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 12 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 Spring's Arrival | 20.47:1 | 3.0:1 | #000000 | #FDFCF9 | Pass |
| h2 Recent Writing | 20.47:1 | 3.0:1 | #000000 | #FDFCF9 | Pass |
| h2 Stay Rooted | 20.47:1 | 3.0:1 | #000000 | #FDFCF9 | Pass |
| h3 PFAS — A Problem f… | 20.47:1 | 3.0:1 | #000000 | #FDFCF9 | Pass |
| h3 Thinking About Garde… | 20.47:1 | 3.0:1 | #000000 | #FDFCF9 | Pass |
| title Gone Native | Where … | 1.80:1 | 4.5:1 | #000000 | #243E2C | Fail |
| a Skip to main content | 20.47:1 | 4.5:1 | #000000 | #FDFCF9 | Pass |
| span Fredericksburg, VA | 20.47:1 | 4.5:1 | #000000 | #FDFCF9 | Pass |
| span spring | 9.61:1 | 4.5:1 | #000000 | #A8B2A9 | Pass |
| span 36 days left | 1.91:1 | 4.5:1 | #000000 | #284230 | Fail |
| span Moon | 1.92:1 | 4.5:1 | #000000 | #294231 | Fail |
| span new | 1.91:1 | 4.5:1 | #000000 | #284230 | Fail |
| span SAT · 16 MAY 2026 | 1.92:1 | 4.5:1 | #000000 | #294231 | Fail |
| a Journal | 1.92:1 | 4.5:1 | #000000 | #294230 | Fail |
| a About | 1.95:1 | 4.5:1 | #000000 | #2A4331 | Fail |
| a Events | 1.92:1 | 4.5:1 | #000000 | #294231 | Fail |
| a Resources | 1.92:1 | 4.5:1 | #000000 | #294230 | Fail |
| a Contact | 1.92:1 | 4.5:1 | #000000 | #294230 | Fail |
| span Home | 1.92:1 | 4.5:1 | #000000 | #294230 | Fail |
| span Journal | 1.91:1 | 4.5:1 | #000000 | #284230 | 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.
ALandmark Structure5 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
A+Heading Hierarchy6 headingsPASS
- H1 GoneNative
- H2 Spring's Arrival
- H2 Recent Writing
- H3 PFAS — A Problem for Native Plants and Their Habitats
- H3 Thinking About Gardening in the Midst of Winter with "Garden Revolution" by Larry Weaner
- H2 Stay Rooted
A+Heading Text QualityAll 6 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 7 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality36 links, 1 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | Gone Native — home | img no alt | Add alt attribute to the image |
| https://www.instagram.com/riverruth/ | Follow on Instagram | new tab | Add '(opens in new tab)' to text |
| / | Gone Native — home | img no alt | Add alt attribute to the image |
| https://www.instagram.com/riverruth/ | new tab | Add '(opens in new tab)' to text | |
| https://www.centralrappvnps.org/ | Central Rappahannock Chapter o… | new tab | Add '(opens in new tab)' to text |
| https://bathysphereride.com/ | Prismatis Studio | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.instagram.com/riverruth/; https://www.instagram.com/riverruth/; https://www.centralrappvnps.org/; https://bathysphereride.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+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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.