Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DFavicon & BrandingAction3 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #orama-search-input | search | (Search) | placeholder only |
| #orama-search-input | search | (Search) | placeholder only |
| #menuToggle | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="menuToggle">
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" id="orama-search-input">; <input type="search" id="orama-search-input">
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
BLink & Button Quality1 issue(s) across 183 links and 14 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://slack.com | Slack | new tab | Add '(opens in new tab)' to text |
| https://netlify.com | Netlify | new tab | Add '(opens in new tab)' to text |
| https://github.com | GitHub | new tab | Add '(opens in new tab)' to text |
| https://supabase.com | Supabase | new tab | Add '(opens in new tab)' to text |
| https://salesforce.com | Salesforce | new tab | Add '(opens in new tab)' to text |
| https://open.spotify.com/ | Spotify | new tab | Add '(opens in new tab)' to text |
| https://stripe.com | Stripe | new tab | Add '(opens in new tab)' to text |
| https://www.bankofamerica.com/ | Bank of America | new tab | Add '(opens in new tab)' to text |
| https://tencent.com | Tencent | new tab | Add '(opens in new tab)' to text |
| /enterprise | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Enterprise | |||
Generic link text like 'click here' doesn't describe the destination.
/enterprise ("Learn more")
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
Add '(opens in new tab)' to link text or aria-label.
https://slack.com; https://netlify.com; https://github.com; https://supabase.com; https://salesforce.com; https://open.spotify.com/; https://stripe.com; https://www.bankofamerica.com/; https://tencent.com
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
BLighthouse Accessibility AuditsScore 89/100 — 3 failing, 25 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.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.w-full > div.flex > div.w-full > div.rounded-md div.w-full > div.flex > div.w-full > div.rounded-md |
div.w-full > div.flex > div.w-full > div.rounded-md div.w-full > div.flex > div.w-full > div.rounded-md |
These are opportunities to improve the usage of ARIA in your application which 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 |
|---|
Stars on GitHub div.w-full > ul.w-full > li > div.text-gray-3 |
Active Deno users div.w-full > ul.w-full > li > div.text-gray-3 |
Community modules div.w-full > ul.w-full > li > div.text-gray-3 |
Now offering enterprise support for the Deno runtime div.mx-auto > div.w-full > div.flex > div.!text-gray-3 |
More is better div.flex > div.w-full > div.border-b > p.text-gray-2 |
* Ubuntu 22 on ec2 m5.metal; Deno 2.5.2 vs. Node 18.12.1 div.w-full > div.grid > div.flex > small.text-gray-2 |
Manu (Qwik) div.w-full > div.grid > figure > figcaption.text-gray-2 |
These are opportunities to improve the legibility of your content.
Internationalization and localization
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
$ deno lint --watch div.w-full > div.mt-16 > div.border > div.text-gray-50 |
$ deno test server_test.ts div.mt-16 > div.border > div.-mx-6 > div.text-gray-50 |
$ deno fmt --line-width=120 div.w-full > div.mt-16 > div.border > div.text-gray-50 |
These are opportunities to improve the interpretation of your content by users in different locales.
A+Landmark Structure4 landmarksPASS
A+Heading Hierarchy34 headingsPASS
- H1 Uncomplicate JavaScript
- H2 Install Deno 2.7.11
- H2 Deno is the open-source JavaScript runtime for the modern web.
- H3 Enterprise-grade JavaScript
- H2 All your favorite tools, built-in and ready to go
- H3 Just run
- H3 Seamless
- H2 Built on web standards
- H3 Consistent code from browser to backend
- H2 Batteries included
- H3 Code linter
- H3 Test runner
- H3 Standalone executables
- H3 Code formatter
- H2 Secure by default
- H3 Prevent supply chain attacks
- H4 Other runtimes
- H4 Deno
- H3 High-performance networking
- H4 Requests per second*
- H2 Built for the cloud
- H3 — Deno runs on —
- H2 — The cloud built for modern JavaScript —
- H3 Project hosting made for Deno
- H3 Unlock the full power of Deno
- H3 Built for anything built with JavaScript
- H2 Get the most out of Deno with Fresh 2.0
- H3 Build fast sites fast
- H3 Ship less JavaScript
- H2 Ready to get started with Deno?
- H2 Open-source
- H2 Products
- H2 Deno Resources
- H2 Company
A+Alt Text QualityAll 43 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
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 Uncomplicate JavaScr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Install Deno | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Deno is the open-sou… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 All your favorite to… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Built on web standar… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Batteries included | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Secure by default | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Built for the cloud | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get the most out of … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ready to get started… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Open-source | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Deno Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Company | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Enterprise-grade Jav… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Just run | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Seamless | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Consistent code from… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Code linter | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Test runner | 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.