Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction3 issue(s) across 56 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://slack.engineering/typescript-at-… | Read | new tab | Add '(opens in new tab)' to text |
| https://angular.io/ | Angular | new tab | Add '(opens in new tab)' to text |
| https://vuejs.org/ | Vue | new tab | Add '(opens in new tab)' to text |
| https://jestjs.io/ | Jest | new tab | Add '(opens in new tab)' to text |
| https://redux.js.org/ | Redux | new tab | Add '(opens in new tab)' to text |
| https://ionicframework.com/ | Ionic | new tab | Add '(opens in new tab)' to text |
| https://probot.github.io/ | Probot | new tab | Add '(opens in new tab)' to text |
| https://deno.land/ | Deno | new tab | Add '(opens in new tab)' to text |
| https://github.com/vercel/vercel | Vercel | new tab | Add '(opens in new tab)' to text |
| https://yarnpkg.com/ | Yarn | new tab | Add '(opens in new tab)' to text |
| https://github.com/desktop/desktop/ | GitHubDesktop | new tab | Add '(opens in new tab)' to text |
| https://insights.stackoverflow.com/surve… | Stack Overflow 2020 Developer … | new tab | Add '(opens in new tab)' to text |
| https://2020.stateofjs.com/en-US/technol… | 2020 State of JS | new tab | Add '(opens in new tab)' to text |
| <input> | (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 |
Add '(opens in new tab)' to link text or aria-label.
https://slack.engineering/typescript-at-slack-a81307fa288d; https://angular.io/; https://vuejs.org/; https://jestjs.io/; https://redux.js.org/; https://ionicframework.com/; https://probot.github.io/; https://deno.land/; https://github.com/vercel/vercel; https://yarnpkg.com/ (+3 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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding18 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BColor Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAREVIEW
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 TypeScript is | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h2 What is TypeScript? | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h2 Get Started | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h2 Adopt TypeScript Gra… | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h2 TypeScript becomes J… | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h2 TypeScript Testimoni… | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h2 Loved by Developers | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h2 Get Started | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h3 JavaScript and More | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h3 A Result You Can Tru… | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h3 Safety at Scale | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h3 Describe Your Data | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h3 Open Source with Typ… | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h3 Using TypeScript | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| h3 Community | 4.63:1 | 3.0:1 | #000000 | #3178C6 | Pass |
| title TypeScript: JavaScri… | 4.63:1 | 4.5:1 | #000000 | #3178C6 | Pass |
| a Skip to main content | 4.63:1 | 4.5:1 | #000000 | #3178C6 | Pass |
| span TypeScript | 4.63:1 | 4.5:1 | #000000 | #3178C6 | Pass |
| a Download | 4.63:1 | 4.5:1 | #000000 | #3178C6 | Pass |
| span Docs | 4.63:1 | 4.5:1 | #000000 | #3178C6 | 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+Landmark Structure4 landmarksPASS
A+Heading Hierarchy15 headingsPASS
- H1 TypeScript is JavaScript with syntax for types.
- H2 What is TypeScript?
- H3 JavaScript and More
- H3 A Result You Can Trust
- H3 Safety at Scale
- H2 Get Started
- H2 Adopt TypeScript Gradually
- H3 Describe Your Data
- H2 TypeScript becomes JavaScript via the delete key.
- H2 TypeScript Testimonials
- H3 Open Source with TypeScript
- H2 Loved by Developers
- H2 Get Started
- H3 Using TypeScript
- H3 Community
A+Alt Text QualityAll 3 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-box-top | search | Search the TypeScript site | aria-label |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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
A+Web ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 1 failing, 26 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Docs
Community
Tools div#top-menu > div.left > nav > ul |
Editor Checks
Auto-complete
Interfaces
JSX div.headline-diagram > div.slides > div.editor > ul.editor-tabs |
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.