Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction5 of 7 images have issuesFIX
| 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | search | (Search …) | placeholder only |
| sa | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="sa">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">
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
CLink & Button QualityAction4 issue(s) across 228 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.joelonsoftware.com/about-me/ | (empty) | empty | Add link text or aria-label |
| http://stackoverflow.com | (empty) | empty | Add link text or aria-label |
| http://fogcreek.com/ | (empty) | empty | Add link text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.joelonsoftware.com/about-me/; http://stackoverflow.com; http://fogcreek.com/
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
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="submit"].search-submit (#97 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 4 failing, 21 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 |
|---|
DECEMBER 19, 2022 div.entry-date > span.posted-on > a > time.entry-date |
by article#post-4176 > header.entry-header > div.entry-date > span.byline |
JOEL SPOLSKY header.entry-header > div.entry-date > span.author > a.url |
JANUARY 27, 2022 div.entry-date > span.posted-on > a > time.entry-date |
by article#post-3906 > header.entry-header > div.entry-date > span.byline |
JOEL SPOLSKY header.entry-header > div.entry-date > span.author > a.url |
JUNE 2, 2021 div.entry-date > span.posted-on > a > time.entry-date |
by article#post-3810 > header.entry-header > div.entry-date > span.byline |
JOEL SPOLSKY header.entry-header > div.entry-date > span.author > a.url |
JUNE 18, 2020 div.entry-date > span.posted-on > a > time.entry-date |
by article#post-3701 > header.entry-header > div.entry-date > span.byline |
JOEL SPOLSKY header.entry-header > div.entry-date > span.author > a.url |
TOP 10 main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
STACK OVERFLOW main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
NEW DEVELOPER main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
ROCK STAR DEVELOPER main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
TECH LEAD main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
CEO main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
STARTUP FOUNDER main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
SOFTWARE DESIGNER main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
PRODUCT MANAGER main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
RECRUITER main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
FOG CREEK SOFTWARE main#main > div.editor-reading-lists > h3.editor-reading-list-title > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More about me aside#text-3 > div.textwidget > p > a |
1114 articles div#primary > main#main > p.editor-reading-list-intro > a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
aside#text-3 > div.textwidget > a > img aside#text-3 > div.textwidget > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#front-widgets > aside#text-3 > div.textwidget > a div#front-widgets > aside#text-3 > div.textwidget > a |
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.
A+Landmark Structure17 landmarksPASS
A+Heading Hierarchy22 headingsPASS
- H1 Joel on Software
- H2 (empty)
- H2 Your host
- H2 Careers
- H2 Twitter! Twitter!
- H2 What’s new?
- H2 Progress on the Block Protocol
- H2 Making the web better. With blocks!
- H2 Kinda a big announcement
- H2 HASH: a free, online platform for modeling the world
- H2 Reading lists
- H3 Top 10
- H3 Stack Overflow
- H3 New developer
- H3 Rock star developer
- H3 Tech lead
- H3 CEO
- H3 Startup founder
- H3 Software designer
- H3 Product manager
- H3 Recruiter
- H3 Fog Creek Software
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
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 |
|---|---|---|---|---|---|
| h2 Your host | 19.26:1 | 3.0:1 | #000000 | #F5F5F5 | Pass |
| h2 Careers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Twitter! Twitter! | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What’s new? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Reading lists | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Joel on Software | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Skip to content | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | Pass |
| span View menu | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| span View sidebar | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Joel on Software | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| p I’m Joel Spolsky, … | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a More about me | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| span Search | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| div Read the archives in… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a four books | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div , available at your … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Ready to level up? | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Stack Overflow Jobs | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p is the job site that… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a let employers discov… | 21.00:1 | 4.5: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.