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 & BrandingAction2 icon(s) detectedFIX
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
CLandmark StructureAction12 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
BAlt Text Quality2 of 28 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
BLink & Button Quality181 links, 29 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.microsoft.com | Microsoft | img no alt | Add alt attribute to the image |
| https://www.microsoft.com/en-us/windows/… | Explore offer on our webpage | new tab | Add '(opens in new tab)' to text |
| https://www.microsoft.com/en-us/windows/… | Continue to business version o… | new tab | Add '(opens in new tab)' to text |
| https://support.microsoft.com/windows | Learn more about Windows Suppo… | new tab | Add '(opens in new tab)' to text |
| http://www.facebook.com/windows | Follow Microsoft Windows on Fa… | new tab | Add '(opens in new tab)' to text |
| http://www.twitter.com/windows | Follow Microsoft Windows on X … | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/sharer/sharer.p… | Share this page on Facebook | new tab | Add '(opens in new tab)' to text |
| http://twitter.com/share?url=https://www… | Share this page on X (formerly… | new tab | Add '(opens in new tab)' to text |
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://www.microsoft.com/en-us/windows/back-to-school-offer; https://www.microsoft.com/en-us/windows/business/windows-11-pro; https://support.microsoft.com/windows; http://www.facebook.com/windows; http://www.twitter.com/windows; https://www.facebook.com/sharer/sharer.php?m2w&s=100&u=https://www.microsoft.…; http://twitter.com/share?url=https://www.microsoft.com/en-us/windows/
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+Heading Hierarchy19 headingsPASS
- H2 Global
- H2 Choose a Windows PC
- H2 Find the Windows PC that’s right for you
- H1 Welcome to Windows
- H2 Explore Windows 11’s new features
- H2 Get the best Windows yet
- H2 Find the right PC for you
- H2 Find a PC that meets your needs
- H2 What’s new in Windows 11
- H3 A new AI era begins
- H3 Sync your phone and PC
- H2 Explore Windows 11 features
- H3 Smart security
- H3 Windows 11 works how you work
- H3 Gaming never looked so good
- H3 Creativity meets intelligence
- H2 Start your Windows 11 journey
- H3 Follow Microsoft Windows
- H3 Share this page
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #cli_shellHeaderSearchInput | search | Search Expanded | aria-label |
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 Welcome to Windows | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Global | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Choose a Windows PC | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find the Windows PC … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Windows 11… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get the best Windows… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find the right PC fo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find a PC that meets… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What’s new in Wind… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Explore Windows 11 … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Start your Windows … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 A new AI era begins | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sync your phone and … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Smart security | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Windows 11 works ho… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Gaming never looked … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Creativity meets int… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Follow Microsoft Win… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Share this page | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Experience the Power… | 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 96/100 — 2 failing, 25 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 |
Windows div.theme-light > div.c-uhfh-gcontainer-st > div.cat-logo-button-cont > button#uhfCatLogoButton |
Search or ask a question 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 |
|---|
View Copilot+ PCs nav.c-link-navigation > ul > li > a.c-hyperlink |
View laptops nav.c-link-navigation > ul > li > a.c-hyperlink |
View desktop computers nav.c-link-navigation > ul > li > a.c-hyperlink |
View gaming PCs nav.c-link-navigation > ul > li > a.c-hyperlink |
View 2-in-1s nav.c-link-navigation > ul > li > a.c-hyperlink |