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 SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure2 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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
BFavicon & Branding7 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 Terms of Use | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 1. Acceptance of the… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 2. Changes to These … | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 3. Accessing the Web… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 4. Our Copyrights | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 5. Our Trademarks | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 6.Prohibited Uses | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 7.User Contributions | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 8. Monitoring and En… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 9. Content Standards | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 10. Intellectual Pro… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 11. Reliance on Info… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 12. Changes to the W… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 13. Information Abou… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 14. Linking to the W… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 15. Links from the W… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 16. International Us… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 17. Disclaimer of Wa… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 18. Limitation on Li… | 1.10:1 | 3.0:1 | #000000 | #020F23 | Fail |
| h2 19. Indemnification | 1.10:1 | 3.0:1 | #000000 | #020F23 | 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+Heading Hierarchy28 headingsPASS
- H3 Trending
- H1 Terms of Use
- H2 1. Acceptance of the Terms of Use
- H2 2. Changes to These Terms of Use
- H2 3. Accessing the Website and Account Security
- H2 4. Our Copyrights
- H2 5. Our Trademarks
- H2 6.Prohibited Uses
- H2 7.User Contributions
- H2 8. Monitoring and Enforcement; Termination
- H2 9. Content Standards
- H2 10. Intellectual Property Infringement Policy
- H2 11. Reliance on Information Posted
- H2 12. Changes to the Website
- H2 13. Information About You and Your Visits to the Website
- H2 14. Linking to the Website and Interactive Features
- H2 15. Links from the Website
- H2 16. International Users
- H2 17. Disclaimer of Warranties
- H2 18. Limitation on Liability
- H2 19. Indemnification
- H2 20. Governing Law and Jurisdiction
- H2 21. Dispute Resolution for Users Not in the United States or Canada
- H2 22. Special Arbitration Provision - Dispute Resolution for Users in the United States or Canada
- H2 23. Time Limit to Bring Any Claims
- H2 24. Waiver and Severability
- H2 25. Entire Agreement
- H2 26. Your Comments and Concerns
A+Heading Text QualityAll 28 heading(s) have substantive, well-formed textPASS
AAlt Text Quality7 of 7 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 7 image(s) |
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #tos-age-checkbox | checkbox | I am 18 years of age or older. | for/id |
| #tos-terms-checkbox | checkbox | I have read and accept the Terms of Use. | for/id |
| #tags | text | (Search posts by tag) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="tags" id="tags">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Link & Button Quality1 issue(s) across 37 links and 4 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /static/site_map | More | generic text | Replace with descriptive text |
Before: More Suggested: Site Map | |||
Generic link text like 'click here' doesn't describe the destination.
/static/site_map ("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
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+Mobile-Readable Font SizesAll 229 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 25 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
jessabelle's father (happyroadkill) div.rising-left > div.rising-item > a.tag-type-4 > span.rising-link |
These are opportunities to improve the legibility of your content.