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.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction1 issue(s) across 172 links and 32 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.microsoft.com | Microsoft | img no alt | Add alt attribute to the image |
| https://learn.microsoft.com/lifecycle/pr… | product lifecycle information … | new tab | Add '(opens in new tab)' to text |
| https://learn.microsoft.com/lifecycle/fa… | Microsoft support lifecycle po… | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/windows/view-a… | View Windows 11 PCs | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/d/Products/DG7… | Windows 11 Home | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/d/Products/DG7… | Windows 11 Pro | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/windows/view-a… | View Windows 11 PCs | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/d/Products/DG7… | Windows 11 Home | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/d/Products/DG7… | Windows 11 Pro | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/sharer.php?u=ht… | Share on Facebook | new tab | Add '(opens in new tab)' to text |
| https://linkedin.com/shareArticle?mini=t… | Share on LinkedIn | new tab | Add '(opens in new tab)' to text |
| mailto://?subject=I%20think%20you%27d%20… | Share by email | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/microsoft-365?… | Microsoft 365 subscription ben… | new tab | Add '(opens in new tab)' to text |
| https://learn.microsoft.com/answers/ | Ask the Microsoft Community | new tab | Add '(opens in new tab)' to text |
| https://techcommunity.microsoft.com/ | Microsoft Tech Community | new tab | Add '(opens in new tab)' to text |
| https://insider.windows.com | Windows Insiders | new tab | Add '(opens in new tab)' to text |
| https://insider.office.com | Microsoft 365 Insiders | new tab | Add '(opens in new tab)' to text |
| https://support.microsoft.com/contactus | Online support | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a#uhfLogo
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://learn.microsoft.com/lifecycle/products/?terms=windows; https://learn.microsoft.com/lifecycle/faq/general-lifecycle; https://www.microsoft.com/windows/view-all-devices; https://www.microsoft.com/d/Products/DG7GMGF0KRT0; https://www.microsoft.com/d/Products/DG7GMGF0D8H4; https://www.microsoft.com/windows/view-all-devices; https://www.microsoft.com/d/Products/DG7GMGF0KRT0; https://www.microsoft.com/d/Products/DG7GMGF0D8H4; https://www.facebook.com/sharer.php?u=https%3A%2F%2Fsupport.microsoft.com%2Fe…; https://linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fsupport.microso… (+7 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
Icon-only buttons need an aria-label so screen readers can announce them.
button#searchsubmit
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
BFavicon & Branding4 icon(s) detectedREVIEW
ALandmark Structure17 landmarksPASS
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 Hierarchy13 headingsPASS
- H2 Global
- H1 What does it mean if Windows isn't supported?
- H2 When does support end for my version of Windows?
- H2 What does end of support mean?
- H2 Can I still use Windows after support ends?
- H2 What options do I have for staying supported on Windows?
- H2 How do I get Windows 11?
- H2 Are there free options to upgrade to Windows 10 or Windows 11?
- H2 How do I transfer my personal files to a new computer?
- H3 Need more help?
- H3 Want more options?
- H2 Was this information helpful?
- H2 Thank you for your feedback!
A+Alt Text QualityAll 13 images OKPASS
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #cli_shellHeaderSearchInput | search | Search Expanded | aria-label |
| #verbatimFeedbackInput | textarea | Any additional feedback? (Optional) | for/id |
| #supHomeAndLandingPageSearchBox | search | (How can we help you?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="query" id="supHomeAndLandingPageSearchBox">
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
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 What does it mean if… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Global | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 When does support en… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Was this information… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Thank you for your f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Need more help? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Want more options? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title What does it mean if… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Microsoft | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Support | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Support | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Support | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Microsoft 365 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Office | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Products | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Microsoft 365 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Outlook | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Microsoft Teams | 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 97/100 — 2 failing, 29 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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content div#headerArea > div#headerRegion > div#headerUniversalHeader > a#uhfSkipToMain |
All Microsoft expand to see list of Microsoft products and services header.c-uhfh > div.theme-light > div.c-uhfh-gcontainer-st > button.c-action-trigger |
Microsoft header.c-uhfh > div.theme-light > div.c-uhfh-gcontainer-st > a#uhfLogo |
Support div.theme-light > div.c-uhfh-gcontainer-st > div.cat-logo-button-cont > button#uhfCatLogoButton |
Search for help div.c-uhfh-gcontainer-st > div.c-uhfh-actions > form#searchForm > button#search |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SUBSCRIBE RSS FEEDS div.row > main#supArticleContent > div.ocArticleFooterFeedPickerContainer > a.ocArticleFooterRssFeedPicker |