Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction7 of 8 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 7 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
DLink & Button QualityAction10 issue(s) across 229 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://martinfowler.com | (empty) | empty | Add link text or aria-label |
| #navmenu-bottom | (empty) | empty | Add link text or aria-label |
| /photos/131.html | (empty) | empty | Add link text or aria-label |
| /tags/website.html | website | generic text | Replace with descriptive text |
Before: website Suggested: Website.Html | |||
| /articles/mechanical-sympathy-principles… | (empty) | empty | Add link text or aria-label |
| /articles/harness-engineering.html | (empty) | empty | Add link text or aria-label |
| https://www.thoughtworks.com/engineering | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://martinfowler.com; #navmenu-bottom; /photos/131.html; /articles/mechanical-sympathy-principles.html; /articles/harness-engineering.html; https://www.thoughtworks.com/engineering
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
Generic link text like 'click here' doesn't describe the destination.
/tags/website.html ("website")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Icon-only buttons need an aria-label so screen readers can announce them.
button.button (#33 on page); button.button (#75 on page); button.button (#436 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
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
DLighthouse Accessibility AuditsActionScore 60/100 — 4 failing, 8 passedFIX
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 |
|---|
Thoughtworks section.row > section.intro > p > a.highlight |
photo: Christopher Ferguson main > section.row > section.photo > p.credit |
agile software development section.center-main > section#AWebsiteOnBuildingSoftwareEffectively > p > a.highlight |
architecture section.center-main > section#AWebsiteOnBuildingSoftwareEffectively > p > a.highlight |
microservices section.center-main > section#AWebsiteOnBuildingSoftwareEffectively > p > a.highlight |
Refactoring section.center-main > section#AWebsiteOnBuildingSoftwareEffectively > p > a.highlight |
Continuous Delivery section.center-main > section#AWebsiteOnBuildingSoftwareEffectively > p > a.highlight |
Testing section.center-main > section#AWebsiteOnBuildingSoftwareEffectively > p > a.highlight |
data management section.card-box > section#DataManagement > p > a.highlight |
Domain-Specific Languages section.card-box > section#Domain-specificLanguages > p > a.highlight |
Tue 21 Apr 2026 16:34 CEST section.feed > section.entries > article.feed-entry > p.datetime |
Tue 14 Apr 2026 09:16 section.feed > section.entries > article.feed-entry > p.datetime |
Sat 11 Apr 2026 09:01 section.feed > section.entries > article.feed-entry > p.datetime |
Wed 08 Apr 2026 09:28 section.feed > section.entries > article.feed-entry > p.datetime |
Tue 07 Apr 2026 09:39 section.feed > section.entries > article.feed-entry > p.datetime |
Thu 02 Apr 2026 09:10 section.feed > section.entries > article.feed-entry > p.datetime |
Tue 31 Mar 2026 11:20 section.feed > section.entries > article.feed-entry > p.datetime |
Tue 24 Mar 2026 09:50 section.feed > section.entries > article.feed-entry > p.datetime |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
header#banner > div.name-logo > a > img header#banner > div.name-logo > a > img |
section#Photostream > p.img-link > a > img section#Photostream > p.img-link > a > img |
section#ConferenceTalks > section.picture > p.img-link > img section#ConferenceTalks > section.picture > p.img-link > img |
section#BoardGames > section.picture > p.img-link > img section#BoardGames > section.picture > p.img-link > img |
article.feed-entry > div.img-link > a > img article.feed-entry > div.img-link > a > img |
article.feed-entry > div.img-link > a > img article.feed-entry > div.img-link > a > img |
footer#page-footer > div.tw-logo > a > img footer#page-footer > div.tw-logo > 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 |
|---|
body > header#banner > div.name-logo > a body > header#banner > div.name-logo > a |
body > header#banner > div.menu-button > a.icon body > header#banner > div.menu-button > a.icon |
section.card-box > section#Photostream > p.img-link > a section.card-box > section#Photostream > p.img-link > a |
section.entries > article.feed-entry > div.img-link > a section.entries > article.feed-entry > div.img-link > a |
section.entries > article.feed-entry > div.img-link > a section.entries > article.feed-entry > div.img-link > a |
body > footer#page-footer > div.tw-logo > a body > footer#page-footer > div.tw-logo > 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.
BLandmark Structure8 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| q | text | (none) | none |
| q | text | (none) | none |
| q | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="q">; <input type="text" name="q">; <input type="text" name="q">
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
AHeading Hierarchy27 headingsPASS
- H2 Topics
- H2 about me
- H2 content
- H2 Thoughtworks
- H2 follow
- H1 A website on building software effectively
- H2 Photostream
- H2 Data Management
- H2 Domain-Specific Languages
- H2 Books
- H2 Conference Talks
- H2 Board Games
- H2 Tags
- H1 Recent Changes duplicate H1
- H2 Fragments: April 21
- H2 Fragments: April 14
- H2 Alan Turing play in Cambridge MA
- H2 Feedback Flywheel
- H2 Principles of Mechanical Sympathy
- H2 Harness engineering for coding agent users
- H2 Encoding Team Standards
- H2 Bliki: Architecture Decision Record
- H2 Topics
- H2 about me
- H2 content
- H2 Thoughtworks
- H2 follow
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
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 A website on buildin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Topics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 about me | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 content | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Thoughtworks | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 follow | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Photostream | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Data Management | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Domain-Specific Lang… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Books | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Conference Talks | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Board Games | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Tags | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Topics | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 about me | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 content | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Thoughtworks | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 follow | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title martinfowler.com | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Refactoring | 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.