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.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
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
BFavicon & Branding6 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
A+Heading Hierarchy17 headingsPASS
- H1 Angular v21 is here!
- H2 ProductivityMeets scalability
- H3 The framework for building scalable web apps with confidence
- H2 Features that actually help you solve problems
- H2 Enabling you to buildsmarter and faster
- H3 AI-forward resources and integrations to supercharge your development with AI
- H3 Opinionated & versatile, organized yet modular thanks to Angular components and dependency injection
- H3 Reactive and fast state updates with fine-grained reactivity based on Angular Signals
- H3 Fully featured platform where everything works together with Angular's first-party modules for forms, routing, and more
- H2 Where performance matters
- H3 Trusted by millions to build fast, reliable applications that scale with the size of your team
- H2 What to learn more about Angular?
- H2 Want to learn more about Angular ?
- H2 Social Media
- H2 Community
- H2 Resources
- H2 Community translations
A+Alt Text QualityNo imagesPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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
ALink & Button Quality39 links, 11 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://policies.google.com/technologies… | Learn more about how Google us… | new tab | Add '(opens in new tab)' to text |
| events/v21 | Angular v21 is here!🕹️ St… | new tab | Add '(opens in new tab)' to text |
| https://blog.angular.dev | Blog | new tab | Add '(opens in new tab)' to text |
| https://x.com/angular | X (formerly Twitter) | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/angular.dev | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/angular | YouTube | new tab | Add '(opens in new tab)' to text |
| https://discord.gg/angular | Discord | new tab | Add '(opens in new tab)' to text |
| https://github.com/angular/angular | GitHub | new tab | Add '(opens in new tab)' to text |
| https://stackoverflow.com/questions/tagg… | Stack Overflow | new tab | Add '(opens in new tab)' to text |
| https://github.com/angular/angular/blob/… | Contribute | new tab | Add '(opens in new tab)' to text |
| https://github.com/angular/code-of-condu… | Code of Conduct | new tab | Add '(opens in new tab)' to text |
| https://github.com/angular/angular/issue… | Report Issues | new tab | Add '(opens in new tab)' to text |
| https://devlibrary.withgoogle.com/produc… | Google's DevLibrary | new tab | Add '(opens in new tab)' to text |
| https://developers.google.com/community/… | Angular Google Developer Exper… | new tab | Add '(opens in new tab)' to text |
| https://angular.az/ | Azərbaycanca | new tab | Add '(opens in new tab)' to text |
| https://angular-docs.tr/ | Türkçe | new tab | Add '(opens in new tab)' to text |
| https://angular-docs.ru/ | Русский | new tab | Add '(opens in new tab)' to text |
| https://angular.kr/ | 한국어 | new tab | Add '(opens in new tab)' to text |
| https://angular.jp/ | 日本語版 | new tab | Add '(opens in new tab)' to text |
| https://angular.cn/ | 简体中文版 | new tab | Add '(opens in new tab)' to text |
| https://dev.angular.tw/ | 正體中文版 | new tab | Add '(opens in new tab)' to text |
| https://creativecommons.org/licenses/by/… | CC BY 4.0 | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://policies.google.com/technologies/cookies; events/v21; https://blog.angular.dev; https://x.com/angular; https://bsky.app/profile/angular.dev; https://www.youtube.com/angular; https://discord.gg/angular; https://github.com/angular/angular; https://stackoverflow.com/questions/tagged/angular; https://github.com/angular/angular/blob/main/CONTRIBUTING.md (+12 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
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 Angular v21 is here! | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Productivity | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Meets scalability | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Features that actual… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h2 help you solve probl… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Enabling you to buil… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 smarter and faster | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Where performance ma… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What to learn more a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Want to learn more a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Social Media | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Community | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Community translatio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The framework for bu… | 20.82:1 | 3.0:1 | #000000 | #FEFEFE | Pass |
| h3 resources and integr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 organized yet modula… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 and fast state updat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 platform where every… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Trusted by millions … | 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.
A+Lighthouse Accessibility AuditsScore 97/100 — 1 failing, 28 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 |
|---|
// Source signals for state. pre.shiki > code > span.line > span |
These are opportunities to improve the legibility of your content.