Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction2 issue(s) across 57 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | OpenJS Foundation | img no alt | Add alt attribute to the image |
| https://slack-invite.openjsf.org | (empty) | empty | Add link text or aria-label |
| https://calendar.openjsf.org/ | (empty) | empty | Add link text or aria-label |
| /blog/burnout-is-real-for-open-source-ma… | March 31, 2026Burnout Is Real … | img no alt | Add alt attribute to the image |
| /blog/rsac-2026-robin-bender-ginn | March 26, 2026The Real Supply … | img no alt | Add alt attribute to the image |
| /blog/nodejs-lts-upgrade-program | March 4, 2026Announcing the No… | img no alt | Add alt attribute to the image |
| / | OpenJS Foundation | img no alt | Add alt attribute to the image |
| https://javascriptlandia.com/ | JavaScriptLandia | new tab | Add '(opens in new tab)' to text |
| https://www.openvisualization.org/ | Open Visualization | new tab | Add '(opens in new tab)' to text |
| https://openjsworld2021.openjsf.org/ | OpenJS World 2021 | new tab | Add '(opens in new tab)' to text |
| https://events.linuxfoundation.org/openj… | OpenJS World 2022 | new tab | Add '(opens in new tab)' to text |
| https://events.linuxfoundation.org/open-… | OpenJS World 2023 | new tab | Add '(opens in new tab)' to text |
| https://github.com/openjs-foundation/cro… | Code of Conduct | new tab | Add '(opens in new tab)' to text |
| https://training.linuxfoundation.org/app… | Training | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/openjsf | new tab | Add '(opens in new tab)' to text | |
| https://bsky.app/profile/openjsf.org | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/openjs-… | new tab | Add '(opens in new tab)' to text | |
| https://github.com/openjs-foundation/ | GitHub | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/OpenJSFoundati… | YouTube | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://slack-invite.openjsf.org; https://calendar.openjsf.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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/"]; a[href="/blog/burnout-is-real-for-open-source-maintainers"]; a[href="/blog/rsac-2026-robin-bender-ginn"]; a[href="/blog/nodejs-lts-upgrade-program"]; a[href="/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://javascriptlandia.com/; https://www.openvisualization.org/; https://openjsworld2021.openjsf.org/; https://events.linuxfoundation.org/openjs-world/; https://events.linuxfoundation.org/open-source-summit-north-america/about/ope…; https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_…; https://training.linuxfoundation.org/application-development/; https://twitter.com/openjsf; https://bsky.app/profile/openjsf.org; https://www.linkedin.com/company/openjs-foundation (+2 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 ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction3 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
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
A+Heading Hierarchy12 headingsPASS
- H1 A safe and modern home for the webself.__wrap_n=self.__wrap_n||(self.CSS&&CSS.supports("text-wrap","balance")?1:2);self.__wrap_b=(e,t,r)=>{let n=null==(r=r||document.querySelector(`[data-br="${e}"]`))
- H2 Join the OpenJS Foundation
- H2 Recent posts
- H3 Burnout Is Real for Open Source Maintainers: A Conversation with John-David Dalton, Creator of Lodash
- H3 The Real Supply Chain Risk: Unsupported Dependencies, Overloaded Maintainers
- H3 Announcing the Node.js LTS Upgrade and Modernization Program
- H2 Footer
- H3 About
- H3 Community
- H3 Legal
- H3 Explore
- H3 Connect with us!
A+Alt Text QualityAll 21 images OKPASS
A+Form AccessibilityNo form controlsPASS
A404 Error PageHTTP 404, custom pagePASS
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 Join the OpenJS Foun… | 19.80:1 | 3.0:1 | #000000 | #F5F9F9 | Pass |
| h2 Recent posts | 19.92:1 | 3.0:1 | #000000 | #F5FAF9 | Pass |
| h2 Footer | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 Burnout Is Real for … | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 The Real Supply Chai… | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 Announcing the Node.… | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 About | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 Community | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 Legal | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 Explore | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| h3 Connect with us! | 20.15:1 | 3.0:1 | #000000 | #F7FBFB | Pass |
| title A safe and modern ho… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span OpenJS Foundation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Open main menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button About | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button About | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Projects | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Projects | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Blog | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Blog | 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.
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 24 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 |
|---|
Participate in the community div.w-full > div.max-w-xl > div.mt-10 > a.rounded-md |
Browse all projects div.flex > div.flex > p.relative > a.font-semibold |
These are opportunities to improve the legibility of your content.