Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile-Readable Font SizesAction51% of visible text renders at >= 12 CSS px (80 below threshold)FIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction3 of 10 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | Search apps and games | aria-label |
| #user_login | text | Username or Email | for/id |
| #user_pass | password | Password | for/id |
| #rememberme | checkbox | none | |
| user_login | text | Username | none |
| user_email | none | ||
| user_login | text | Username or Email | none |
| #wp-submit-register | submit | (none) | none |
| #wp-submit | submit | (none) | none |
| #wp-submit-lost | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="wp-submit" id="wp-submit">; <input type="submit" id="wp-submit-register">; <input type="submit" id="wp-submit-lost">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
BFavicon & Branding6 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.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 iO A Physics Platfor… | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h2 Top developers | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h2 Applications | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h2 Games | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h2 Game categories | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h2 App categories | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h2 DroidCove | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h3 Log in to DroidCove | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h3 Create your account | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| h3 Reset your password | 1.09:1 | 3.0:1 | #000000 | #0B0F14 | Fail |
| title DroidCove - Mod APKs… | 1.09:1 | 4.5:1 | #000000 | #0A0F14 | Fail |
| span Close | 1.09:1 | 4.5:1 | #000000 | #0A0F14 | Fail |
| a Games | 1.09:1 | 4.5:1 | #000000 | #0A0F14 | Fail |
| a Applications | 1.09:1 | 4.5:1 | #000000 | #0A0F14 | Fail |
| a Top apps | 1.09:1 | 4.5:1 | #000000 | #0B0E14 | Fail |
| a Top games | 1.14:1 | 4.5:1 | #000000 | #101419 | Fail |
| label Username or Email | 1.09:1 | 4.5:1 | #000000 | #0B0F14 | Fail |
| label Password | 1.09:1 | 4.5:1 | #000000 | #0B0F14 | Fail |
| label Remember Me | 1.09:1 | 4.5:1 | #000000 | #0B0F14 | Fail |
| a Lost your password? | 1.09:1 | 4.5:1 | #000000 | #0B0F14 | 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 Structure6 landmarksPASS
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
A+Heading Hierarchy10 headingsPASS
- H3 Log in to DroidCove
- H3 Create your account
- H3 Reset your password
- H1 iO A Physics Platformer
- H2 Top developers
- H2 Applications
- H2 Games
- H2 Game categories
- H2 App categories
- H2 DroidCove
A+Heading Text QualityAll 10 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 86 images OKPASS
A+Link & Button Quality140 links, 7 buttons — all OKPASS
AForm Input Types2 input(s) using type=text where a specific type would helpPASS
AForm Input Quality1 input-semantic issue(s) across 10 form control(s)PASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-US"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
A404 Error PageHTTP 404, custom pagePASS
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.