Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction5 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| textarea | textarea | Describe the video to generate… e.g. A runner jogs along a misty park trail at sunrise as autumn leaves drift past. | aria-label |
| input | file | (none) | none |
| input | file | (none) | none |
| input | file | (none) | none |
| input | file | (none) | none |
| input | file | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="file">; <input type="file">; <input type="file">; <input type="file">; <input type="file">
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
CMobile-Readable Font SizesAction83% of visible text renders at >= 12 CSS px (26 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
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 |
|---|---|---|---|---|---|
| h2 What is Kling 4? | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h2 Why use Kling 4 for … | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h2 Built for practical … | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h2 Core Strengths of Kl… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h2 Start creating with … | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h2 Kling 4 FAQ — Ever… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h2 Speed up your daily … | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Fast draft iteration | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Single-image motion … | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Optional audio integ… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Unified browser stud… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Fast text-guided adj… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Purpose-built draft … | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Digital content crea… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Marketing specialist… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 E-commerce sellers | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Creative directors &… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 App & game developer… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Independent storytel… | 1.20:1 | 3.0:1 | #000000 | #300C1F | Fail |
| h3 Clean HD Video Rende… | 1.20:1 | 3.0:1 | #000000 | #300C1F | 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 Structure7 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 Hierarchy27 headingsPASS
- H1 Kling 4Image-to-Video Iteration & Motion Drafts
- H2 What is Kling 4?
- H2 Why use Kling 4 for video production?
- H3 Fast draft iteration
- H3 Single-image motion precision
- H3 Optional audio integration
- H3 Unified browser studio
- H3 Fast text-guided adjustments
- H3 Purpose-built draft workspace
- H2 Built for practical digital workflows
- H3 Digital content creators
- H3 Marketing specialists
- H3 E-commerce sellers
- H3 Creative directors & animators
- H3 App & game developers
- H3 Independent storytellers
- H2 Core Strengths of Kling 4 Studio
- H3 Clean HD Video Renders
- H3 Integrated Audio Options
- H3 Flexible Clip Durations
- H3 Smooth Motion Iteration
- H2 Start creating with Kling 4
- H3 Access the workspace
- H3 Drop your still or prompt
- H3 Check quote and refine
- H2 Kling 4 FAQ — Everyday Video & Workflow Guide
- H2 Speed up your daily video drafting
A+Heading Text QualityAll 27 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 4 images OKPASS
A+Link & Button Quality29 links, 27 buttons — all OKPASS
A+Form Input Types6 form control(s) checked, no type mismatchesPASS
A+Form Input Quality6 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-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
AFavicon & Branding8 icon(s) detectedPASS
A+Web ManifestPWA-readyPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 2 failing, 24 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 |
|---|
CORE CAPABILITIES section#what-section > div.mx-auto > div.mt-10 > p.mb-4 |
01 div.rounded-2xl > div.flex > div.min-w-0 > span.font-display |
02 div.rounded-2xl > div.flex > div.min-w-0 > span.font-display |
03 div.rounded-2xl > div.flex > div.min-w-0 > span.font-display |
04 div.rounded-2xl > div.flex > div.min-w-0 > span.font-display |
05 div.rounded-2xl > div.flex > div.min-w-0 > span.font-display |
06 div.rounded-2xl > div.flex > div.min-w-0 > span.font-display |
01 div.mt-12 > article.group > div.flex > span.font-display |
02 div.mt-12 > article.group > div.flex > span.font-display |
03 div.mt-12 > article.group > div.flex > span.font-display |
04 div.mt-12 > article.group > div.flex > span.font-display |
05 div.mt-12 > article.group > div.flex > span.font-display |
06 div.mt-12 > article.group > div.flex > span.font-display |
Kling 4 on kling4ai.app is an independent multi-model AI video workbench that d… div.mx-auto > div.flex > details.group > div.px-5 |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Install App div.relative > div.fixed > div.group > button.inline-flex |