Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 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
BLink & Button Quality1 issue(s) across 26 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://chromewebstore.google.com/detail… | siGooglechrome Add to Chrome | new tab | Add '(opens in new tab)' to text |
| https://addons.mozilla.org/en-CA/firefox… | siFirefoxbrowser Add to Firefo… | new tab | Add '(opens in new tab)' to text |
| https://chromewebstore.google.com/detail… | siGooglechrome Chrome Web Stor… | new tab | Add '(opens in new tab)' to text |
| https://addons.mozilla.org/en-CA/firefox… | siFirefoxbrowser Firefox AMO | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://chromewebstore.google.com/detail/ldns-dns-domain-tools/ehgkpjkmaichih…; https://addons.mozilla.org/en-CA/firefox/addon/ldns-dns-domain-tools/; https://chromewebstore.google.com/detail/ldns-dns-domain-tools/ehgkpjkmaichih…; https://addons.mozilla.org/en-CA/firefox/addon/ldns-dns-domain-tools/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.rounded-e-lg (#99 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
BTap Target Adequacy1 tap target(s) too small or too close togetherREVIEW
CMobile-Readable Font SizesAction76% of visible text renders at >= 12 CSS px (24 below threshold)REVIEW
B404 Error PageHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 85/100 — 3 failing, 19 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mt-8 > div.w-full > form.flex > button.rounded-e-lg div.mt-8 > div.w-full > form.flex > button.rounded-e-lg |
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.
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 |
|---|
ldns.com/google.com div.min-w-0 > div.mt-8 > p.mt-3 > a.text-primary-500 |
/cloudflare.com div.min-w-0 > div.mt-8 > p.mt-3 > a.text-primary-500 |
/github.com div.min-w-0 > div.mt-8 > p.mt-3 > a.text-primary-500 |
01 div.grid > a.group > div.flex > span.font-mono |
02 div.grid > a.group > div.flex > span.font-mono |
03 div.grid > a.group > div.flex > span.font-mono |
04 div.grid > a.group > div.flex > span.font-mono |
05 div.grid > a.group > div.flex > span.font-mono |
GET div.grid > div.bg-surface > p > span.text-primary-500 |
GET div.grid > div.bg-surface > p > span.text-primary-500 |
GET div.grid > div.bg-surface > p > span.text-primary-500 |
GET div.grid > div.bg-surface > p > span.text-primary-500 |
GET div.grid > div.bg-surface > p > span.text-primary-500 |
GET div.grid > div.bg-surface > p > span.text-primary-500 |
These are opportunities to improve the legibility of your content.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Firefox AMO div > ul.space-y-1.5 > li > a.text-xs |
These items highlight common accessibility best practices.
A+Heading Hierarchy9 headingsPASS
- H1 Look up any domain in one place.
- H2 Five tools, one URL.
- H3 Records
- H3 Email
- H3 Server
- H3 Security
- H3 Subdomains
- H2 Every tool is also an API.
- H2 One click on any tab.
A+Heading Text QualityAll 9 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 3 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | (Example.com, domain.net, name.org…) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search">
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
A+Form Input Types1 form control(s) checked, no type mismatchesPASS
A+Form Input Quality1 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-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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 Look up any domain | 20.12:1 | 3.0:1 | #000000 | #FBFAF7 | Pass |
| h2 Five tools, one URL. | 20.12:1 | 3.0:1 | #000000 | #FBFAF7 | Pass |
| h2 Every tool is also a… | 19.98:1 | 3.0:1 | #000000 | #FBF9F6 | Pass |
| h2 One click on any tab… | 19.98:1 | 3.0:1 | #000000 | #FBF9F6 | Pass |
| h3 Records | 20.12:1 | 3.0:1 | #000000 | #FBFAF7 | Pass |
| h3 Email | 19.98:1 | 3.0:1 | #000000 | #FBF9F6 | Pass |
| h3 Server | 19.98:1 | 3.0:1 | #000000 | #FBF9F6 | Pass |
| h3 Security | 19.98:1 | 3.0:1 | #000000 | #FBF9F6 | Pass |
| h3 Subdomains | 19.98:1 | 3.0:1 | #000000 | #FBF9F6 | Pass |
| title Free DNS, RDAP, Emai… | 20.13:1 | 4.5:1 | #000000 | #FBFAF8 | Pass |
| span LDNS | 20.13:1 | 4.5:1 | #000000 | #FBFAF8 | Pass |
| span extension | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| a about | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| p dns · rdap · email… | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| span in one place. | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| p DNS records, registr… | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| p // try | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| a ldns.com/google.com | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| a /cloudflare.com | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | Pass |
| p , or | 20.12:1 | 4.5:1 | #000000 | #FBFAF7 | 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.