Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
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
BLink & Button Quality3 issue(s) across 76 links and 19 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| 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
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, 3 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 Learning for everyon… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Microsoft Build 2026 | 6.61:1 | 3.0:1 | #000000 | #52A31B | Pass |
| h2 Popular technical re… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get started with Mic… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Discover AI, Azure, … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Take in-demand train… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Additional resources | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Microsoft Learn: Bui… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| p June 2-3, 2026 | 7.40:1 | 4.5:1 | #000000 | #1FAF6A | Pass |
| p Go deep on real code… | 5.53:1 | 4.5:1 | #000000 | #01947C | Pass |
| span Learn more | 2.41:1 | 4.5:1 | #000000 | #015730 | Fail |
| span Dismiss alert | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p This browser is no l… | 18.42:1 | 4.5:1 | #000000 | #F1F0EC | Pass |
| p Upgrade to Microsoft… | 16.82:1 | 4.5:1 | #000000 | #E8E6DF | Pass |
| a Download Microsoft E… | 16.82:1 | 4.5:1 | #000000 | #E8E6DF | Pass |
| a More info about Inte… | 14.36:1 | 4.5:1 | #171717 | #E8E6DF | Pass |
| span Learn | 16.82:1 | 4.5:1 | #000000 | #E8E6DF | Pass |
| span Suggestions will fil… | 16.82:1 | 4.5:1 | #000000 | #E8E6DF | Pass |
| a Sign in | 16.82:1 | 4.5:1 | #000000 | #E8E6DF | 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 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.