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.
FFavicon & BrandingAction1 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction3 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #site-header-search-autocomplete-input-mobile | search | Search | aria-label |
| #site-header-search-autocomplete-input | search | Search | aria-label |
| #welcome-page-search-form-autocomplete-input | text | Search | aria-label |
| category | input | (none) | none |
| category | input | (none) | none |
| category | input | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input name="category">; <input name="category">; <input name="category">
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
CLink & Button QualityAction3 issue(s) across 80 links and 23 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://go.microsoft.com/fwlink/?LinkId=… | Privacy Statement | new tab | Add '(opens in new tab)' to text |
| https://aka.ms/3rdpartycookies | Third-Party Cookies | new tab | Add '(opens in new tab)' to text |
| https://aka.ms/MSBuild_FY26_BN_MSLearn_H… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Msbuild Fy26 Bn Mslearn Hero | |||
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://aka.ms/MSBuild_FY26_BN_MSLearn_Hero ("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://go.microsoft.com/fwlink/?LinkId=521839; https://aka.ms/3rdpartycookies
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.visually-hidden (#89 on page); button.visually-hidden (#302 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 |
|---|---|---|---|---|---|
| h1 Learning for everyon… | 16.82:1 | 3.0:1 | #000000 | #E8E6DF | Pass |
| h2 Microsoft Build 2026 | 18.76:1 | 3.0:1 | #000000 | #F2F2F2 | Pass |
| h2 Popular technical re… | 16.82:1 | 3.0:1 | #000000 | #E8E6DF | Pass |
| h2 Get started with Mic… | 16.82:1 | 3.0:1 | #000000 | #E8E6DF | Pass |
| h3 Discover AI, Azure, … | 16.82:1 | 3.0:1 | #000000 | #E8E6DF | Pass |
| h3 Take in-demand train… | 16.82:1 | 3.0:1 | #000000 | #E8E6DF | Pass |
| h3 Additional resources | 16.82:1 | 3.0:1 | #000000 | #E8E6DF | Pass |
| title Microsoft Learn: Bui… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Skip to main content | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p We use optional cook… | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Privacy Statement | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| a Third-Party Cookies | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| button Accept | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| button Reject | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| button Manage cookies | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p June 2-3, 2026 | 18.76:1 | 4.5:1 | #000000 | #F2F2F2 | Pass |
| p Go deep on real code… | 3.39:1 | 4.5:1 | #000000 | #616161 | Fail |
| span Learn more | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Dismiss alert | 2.10:1 | 4.5:1 | #000000 | #2C4A12 | Fail |
| p This browser is no l… | 3.23:1 | 4.5:1 | #000000 | #186D01 | 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+Landmark Structure7 landmarksPASS
A+Heading Hierarchy7 headingsPASS
- H2 Microsoft Build 2026
- H1 Learning for everyone, everywhere
- H2 Popular technical resources and training
- H3 Discover AI, Azure, and Copilot essentials
- H3 Take in-demand training
- H3 Additional resources
- H2 Get started with Microsoft Learn MCP Server
A+Alt Text QualityAll 10 images OKPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.