Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.D404 Error PageActionHTTP 429, custom pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
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
CLandmark StructureAction1 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
CForm AccessibilityAction3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #uc | text | User: | none |
| #pc | password | Password: | none |
| submit | submit | (none) | none |
| submit | submit | (none) | none |
| submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="submit">; <input type="submit" name="submit">; <input type="submit" name="submit">
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
A+Heading Hierarchy21 headingsPASS
- H1 Welcome to LWN.net
- H2 [$] Using LLMs to find Python C-extension bugs
- H2 [$] Digging into drama at The Document Foundation
- H2 [$] A more efficient implementation of Shor's algorithm
- H2 [$] The 7.0 scheduler regression that wasn't
- H2 [$] The first half of the 7.1 merge window
- H2 [$] LWN.net Weekly Edition for April 16, 2026
- H2 [$] Forking Vim to avoid LLM-generated code
- H2 [$] Tagging music with MusicBrainz Picard
- H2 [$] Development statistics for the 7.0 kernel
- H2 [$] A build system aimed at license compliance
- H2 Fedora Verified: a proposal to recognize Fedora contributor status
- H2 Firefox 150 released
- H2 Security updates for Tuesday
- H2 Git 2.54.0 released
- H2 Arch Linux now has a reproducible container image
- H2 Debian Project Leader Election 2026 results
- H2 Security updates for Monday
- H2 Seven stable kernels for Saturday
- H2 Security updates for Friday
- H2 Rust 1.95.0 released
A+Alt Text QualityAll 2 images OKPASS
ALink & Button Quality1 issue(s) across 110 links and 3 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a (#12 on page)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Welcome to LWN.net | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] Using LLMs to find… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] Digging into drama… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] A more efficient i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] The 7.0 scheduler … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] The first half of … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] LWN.net Weekly Edi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] Forking Vim to avo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] Tagging music with… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] Development statis… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 ] A build system aim… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Fedora Verified: a p… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Firefox 150 released | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Security updates for… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Git 2.54.0 released | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Arch Linux now has a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Debian Project Leade… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Security updates for… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Seven stable kernels… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Security updates for… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
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+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 20 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.