Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction9 of 32 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 9 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
FLink & Button QualityAction9 issue(s) across 88 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | Prettier | img no alt | Add alt attribute to the image |
| https://opencollective.com/prettier | Donate | new tab | Add '(opens in new tab)' to text |
| https://github.com/prettier/prettier | GitHub repository | new tab | Add '(opens in new tab)' to text |
| https://tidelift.com/subscription/pkg/np… | PRETTIER FOR ENTERPRISE | new tab | Add '(opens in new tab)' to text |
| https://sentry.shop/products/syntax-pret… | Limited edition tshirts are no… | new tab | Add '(opens in new tab)' to text |
| https://github.com/prettier/prettier/edi… | Send a PR | new tab | Add '(opens in new tab)' to text |
| https://facebook.com | (empty) | empty | Add link text or aria-label |
| https://reactjs.org | (empty) | empty | Add link text or aria-label |
| https://jestjs.io | (empty) | empty | Add link text or aria-label |
| https://yarnpkg.com | (empty) | empty | Add link text or aria-label |
| https://babeljs.io | (empty) | empty | Add link text or aria-label |
| https://webpack.js.org/ | (empty) | empty | Add link text or aria-label |
| https://dropbox.com/ | (empty) | empty | Add link text or aria-label |
| http://danger.systems/js/ | (empty) | empty | Add link text or aria-label |
| https://storybook.js.org/ | (empty) | empty | Add link text or aria-label |
| https://2021.stateofjs.com/en-US/other-t… | Statistic for utility tools in… | new tab | Add '(opens in new tab)' to text |
| https://2021.stateofjs.com/en-US/other-t… | More than 83% of respondents t… | new tab | Add '(opens in new tab)' to text |
| https://2020.stateofjs.com/en-US/other-t… | More than 70% of respondents t… | new tab | Add '(opens in new tab)' to text |
| https://github.com/prettier/prettier | Prettier on GitHub | new tab | Add '(opens in new tab)' to text |
| https://github.com/prettier/prettier/net… | Check Them Out | new tab | Add '(opens in new tab)' to text |
| https://npmjs.com/package/prettier | Prettier on NPM | new tab | Add '(opens in new tab)' to text |
| https://www.npmjs.com/browse/depended/pr… | See every dependent npm packag… | new tab | Add '(opens in new tab)' to text |
| https://www.netlify.com | Deploys by Netlify | new tab | Add '(opens in new tab)' to text |
| http://stackoverflow.com/questions/tagge… | Stack Overflow | new tab | Add '(opens in new tab)' to text |
| https://x.com/PrettierCode | @PrettierCode on X | new tab | Add '(opens in new tab)' to text |
| https://github.com/prettier/prettier | GitHub | new tab | Add '(opens in new tab)' to text |
| https://github.com/prettier/prettier/iss… | Issues | new tab | Add '(opens in new tab)' to text |
| https://github.com/prettier/prettier | Star this project on GitHub | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://facebook.com; https://reactjs.org; https://jestjs.io; https://yarnpkg.com; https://babeljs.io; https://webpack.js.org/; https://dropbox.com/; http://danger.systems/js/; https://storybook.js.org/
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
Add '(opens in new tab)' to link text or aria-label.
https://opencollective.com/prettier; https://github.com/prettier/prettier; https://tidelift.com/subscription/pkg/npm-prettier?utm_source=npm-prettier&utm_medium=referral&utm_campaign=website; https://github.com/prettier/prettier/edit/main/website/data/editors.yml; https://2021.stateofjs.com/en-US/other-tools/#utilities; https://2020.stateofjs.com/en-US/other-tools/#utilities; https://github.com/prettier/prettier/network/dependents; https://www.npmjs.com/browse/depended/prettier; https://www.netlify.com; http://stackoverflow.com/questions/tagged/prettier (+4 more)
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
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionValid manifestFIX
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure4 landmarksREVIEW
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
BHeading Hierarchy14 headingsREVIEW
- H2 What is Prettier?
- H2 Why?
- H2 Works with the Tools You Use
- H2 Editor Support
- H3 Emacs
- H3 Espresso
- H3 Nova
- H3 Sublime Text
- H3 Vim
- H3 Visual Studio
- H3 VS Code
- H3 WebStorm
- H2 Used By People You Rely On
- H2 Established in the Ecosystem
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 What is Prettier? | 12.27:1 | 3.0:1 | #000000 | #F8BC45 | Pass |
| h2 Why? | 12.27:1 | 3.0:1 | #000000 | #F8BC45 | Pass |
| h2 Works with the Tools… | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h2 Editor Support | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h2 Used By People You R… | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h2 Established in the E… | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 Emacs | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 Espresso | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 Nova | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 Sublime Text | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 Vim | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 Visual Studio | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 VS Code | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| h3 WebStorm | 1.27:1 | 3.0:1 | #000000 | #182025 | Fail |
| title Prettier · Opiniona… | 1.44:1 | 4.5:1 | #000000 | #1A2B34 | Fail |
| a Skip to main content | 1.44:1 | 4.5:1 | #000000 | #1A2B34 | Fail |
| b Prettier | 4.51:1 | 3.0:1 | #000000 | #9E6843 | Pass |
| a stable | 3.05:1 | 4.5:1 | #000000 | #72543E | Fail |
| a next | 1.44:1 | 4.5:1 | #000000 | #1A2B34 | Fail |
| a stable | 1.44:1 | 4.5:1 | #000000 | #1A2B34 | 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.
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 94/100 — 3 failing, 22 passedPASS
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 |
|---|
See others div.container > div.userSectionButtonContainer_A7EE > div > a.button |
Check Them Out div.ecosystemGrid_S49d > div.ecosystemGridItem_CCpy > div > a.button |
See them all div.ecosystemGrid_S49d > div.ecosystemGridItem_CCpy > div > a.button |
These are opportunities to improve the legibility of your content.
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.plugin-pages html.plugin-pages |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
See them all div.ecosystemGrid_S49d > div.ecosystemGridItem_CCpy > div > a.button |