Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
FHeading HierarchyAction22 headings, 4 skip(s)FIX
- H1 Another Day Has Come
- H6 Monday, 20 April 2026 skipped
- H2 Monday, 20 April 2026
- H2 Sunday, 19 April 2026
- H1 ‘A Reading Room on Wheels, a Lover’s Lane, and, After 11 PM, a Flophouse’ duplicate H1
- H6 Saturday, 18 April 2026 skipped
- H2 Saturday, 18 April 2026
- H2 Friday, 17 April 2026
- H2 Thursday, 16 April 2026
- H2 Wednesday, 15 April 2026
- H1 David Pierce Tried a Bunch of Android Phones and Then Bought an iPhone Again duplicate H1
- H6 Wednesday, 15 April 2026 skipped
- H2 Wednesday, 15 April 2026
- H2 Tuesday, 14 April 2026
- H2 Monday, 13 April 2026
- H2 Sunday, 12 April 2026
- H1 Let Us Learn to Show Our Friendship for a Man When He Is Alive and Not After He Is Dead duplicate H1
- H6 Friday, 10 April 2026 skipped
- H2 1.
- H2 2.
- H2 3.
- H2 4.
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
CAlt Text QualityAction5 of 10 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 5 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="q">; <input type="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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 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 |
|---|---|---|---|---|---|
| h2 Monday, 20 April 202… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Sunday, 19 April 202… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Saturday, 18 April 2… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Friday, 17 April 202… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Thursday, 16 April 2… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Wednesday, 15 April … | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Wednesday, 15 April … | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Tuesday, 14 April 20… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Monday, 13 April 202… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| h2 Sunday, 12 April 202… | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| title Daring Fireball | 2.65:1 | 4.5:1 | #000000 | #4A525A | Fail |
| strong John Gruber | 2.65:1 | 3.0:1 | #000000 | #4A525A | Fail |
| a Archive | 2.65:1 | 4.5:1 | #000000 | #4A525A | Fail |
| a The Talk Show | 2.65:1 | 4.5:1 | #000000 | #4A525A | Fail |
| a Dithering | 2.65:1 | 4.5:1 | #000000 | #4A525A | Fail |
| a Projects | 2.65:1 | 4.5:1 | #000000 | #4A525A | Fail |
| a Contact | 5.05:1 | 4.5:1 | #000000 | #787D82 | Pass |
| a Colophon | 3.77:1 | 4.5:1 | #000000 | #626970 | Fail |
| a Feeds / Social | 2.65:1 | 4.5:1 | #000000 | #4A525A | Fail |
| a Sponsorship | 2.65:1 | 4.5:1 | #000000 | #4A525A | 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.
BLighthouse Accessibility AuditsScore 81/100 — 4 failing, 13 passedREVIEW
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 |
|---|
Monday, 20 April 2026 div#Box > div#Main > div.article > h6.dateline |
MONDAY, 20 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
SUNDAY, 19 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
Saturday, 18 April 2026 div#Box > div#Main > div.article > h6.dateline |
SATURDAY, 18 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
FRIDAY, 17 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
RequestReviewAction blockquote > p > a > code |
THURSDAY, 16 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
WEDNESDAY, 15 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
Wednesday, 15 April 2026 div#Box > div#Main > div.article > h6.dateline |
WEDNESDAY, 15 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
TUESDAY, 14 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
MONDAY, 13 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
SUNDAY, 12 APRIL 2026 body.daringfireball-net > div#Box > div#Main > h2.dateline |
Friday, 10 April 2026 div#Box > div#Main > div.article > h6.dateline |
↩︎ ol > li#fn1-2026-04-10 > p > a.footnoteBackLink |
↩︎︎ ol > li#fn2-2026-04-10 > p > a.footnoteBackLink |
Display Preferences
Copyright © 2002–2026 The Daring Fireball Company LLC. div#Box > div#Main > div#Footer > p.smallprint |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Monday, 20 April 2026 div#Box > div#Main > div.article > h6.dateline |
Saturday, 18 April 2026 div#Box > div#Main > div.article > h6.dateline |
Wednesday, 15 April 2026 div#Box > div#Main > div.article > h6.dateline |
Friday, 10 April 2026 div#Box > div#Main > div.article > h6.dateline |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#Footer > form#SiteSearch > div > input div#Footer > form#SiteSearch > div > input |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.daringfireball-net html.daringfireball-net |
These items highlight common accessibility best practices.