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
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
BLink & Button Quality12 links, 15 buttons — all OKREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | Teams meetings | img no alt | Add alt attribute to the image |
| https://insider.teams.com/whats-new/ | Updates | img no alt | Add alt attribute to the image |
| https://support.microsoft.com/office/mic… | Need help? | img no alt | Add alt attribute to the image |
| https://aka.ms/yourcaliforniaprivacychoi… | Your Privacy Choices | img no alt | Add alt attribute to the image |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="#"]; a[href="https://insider.teams.com/whats-new/"]; a[href="https://support.microsoft.com/office/microsoft-teams-free-help-08fd2b61-1c3e-…"]; a[href="https://aka.ms/yourcaliforniaprivacychoices"]
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
AHeading Hierarchy16 headingsPASS
- H1 Video calls with anyone, anytime
- H1 Connect with anyone, anytime duplicate H1
- H2 Join with a meeting ID
- H2 Share meeting links with anyone on any device
- H2 Meet for free up to 60 mins
- H2 View Live captions
- H2 Entertain the crowd
- H2 Share your screen
- H2 Choose backgrounds and views to set the scene
- H2 Continue your Skype conversations in Teams
- H2 Video calls
- H2 Collaboration tools
- H2 Files
- H2 Chat themes
- H2 Share meeting links with anyone on any device
- H2 See what's new!
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 39 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #MEETING_ID | input | Meeting ID * | for/id |
| #MEETING_PASSCODE | input | Meeting passcode * | for/id |
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 Video calls with any… | 13.47:1 | 3.0:1 | #000000 | #CBCEE2 | Pass |
| h1 Connect with anyone,… | 20.62:1 | 3.0:1 | #000000 | #FFFCFF | Pass |
| h2 Join with a meeting … | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Share meeting links … | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 Meet for free up to … | 19.77:1 | 3.0:1 | #000000 | #F8F8F8 | Pass |
| h2 View Live captions | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Entertain the crowd | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Share your screen | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Choose backgrounds a… | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Continue your Skype … | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Video calls | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Collaboration tools | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Files | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Chat themes | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 Share meeting links … | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| h2 See what's new! | 18.43:1 | 3.0:1 | #000000 | #F0F0F0 | Pass |
| title Free Online Meetings… | 19.47:1 | 4.5:1 | #000000 | #F5F6FC | Pass |
| a Teams meetings | 16.05:1 | 4.5:1 | #000000 | #DFE0EF | Pass |
| a What's new | 13.29:1 | 4.5:1 | #000000 | #C9CDE0 | Pass |
| button Download Teams | 13.54:1 | 4.5:1 | #000000 | #CBCFE0 | 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 100/100 — 0 failing, 15 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.