Skip to content
https://xda-developers.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
54
GRADE
F
FIX
5
REVIEW
7
PASS
1
INFO
0
Checks
13
1 PASS 7 REVIEW 5 FIX
F
Heading Hierarchy
Action
59 headings, 3 skip(s)
FIX
59 headings, 3 skip(s)
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H3 Your monitor's USB hub does more than a docking station, and costs nothing extra
  • H3 I tried running a full desktop OS inside a browser tab, and it actually works for real work
  • H3 I'm sticking with PowerToys Command Palette until Windows fixes taskbar and search
  • H3 Updating my SSD's firmware fixed a chronic Windows problem that nothing else did
  • H3 After two months of Open WebUI updates, I'd pick it over ChatGPT's interface for local LLMs
  • H3 Your surround sound setup is broken, but it's not your speakers' fault
  • H3 I thought I needed a new router, but turning my old one into an access point fixed more than I expected
  • H3 Matter promised to fix smart homes, but created a worse mess instead
  • H3 I used my local LLM to sort hundreds of gaming clips, and it was the laziest solution that worked
  • H3 After years of ViveTool, Microsoft is building the feature flag toggle Windows Insiders actually wanted
  • H3 I thought I needed a NAS, then I used this device for Plex instead
  • H3 Google's Gemma 4 isn't the smartest local LLM I've run, but it's the one I reach for most
  • H3 My Proxmox backups stopped being a storage nightmare with this workaround
  • H3 Amazon’s new Fire TV Stick HD runs Vega OS and ditches the power plug
  • H3 I picked Proxmox over TrueNAS Scale for my home lab, and I'd make the same choice today
  • H3 I ditched Claude, ChatGPT, NotebookLM, and Perplexity for these free open-source tools
  • H2 Deals Center
  • H2 News
  • H3 Windows 11's Recall tool has been cracked open again, and Microsoft doesn't see that as a problem
  • H3 The Optocam Zero is a Raspberry Pi Zero camera you can make with store-bought parts
  • H3 A Microsoft engineer just ported a macOS feature over to Windows with an app
  • H3 Pixel battery drain still hasn't been fixed, but this might be why it's happening
  • H3 Ditch your bulky desktop for this versatile mini PC now at its lowest price ever
  • H2 Must-Reads
  • H5 I tried this Gemini feature and haven't opened Canva, PowerPoint, or Notion since skipped
  • H5 I started using my local LLMs and an MCP server to manage my NAS – it's surprisingly powerful (and safe)
  • H5 OLED burn-in fear is keeping people on worse monitors for no reason in 2026
  • H2 PC Hardware
  • H5 I stopped enabling BIOS 'gaming mode' when I found out what it actually does skipped
  • H5 Stop panicking about your SSD's lifespan — it will probably outlive your PC
  • H5 Don't miss this massive 49-inch gaming monitor with a 144Hz refresh rate at $399
  • H2 Devices
  • H3 I turned my ePaper tablet into a second monitor, and it fixed my focus problem
  • H3 A $40 label maker and QR codes completely changed how I manage my home lab
  • H3 The high-end Legion Go 2's price surges to almost $3,000, likely prompting Lenovo to halt sales
  • H2 Latest
  • H5 Matter promised to fix smart homes, but created a worse mess instead skipped
  • H5 I used my local LLM to sort hundreds of gaming clips, and it was the laziest solution that worked
  • H5 After years of ViveTool, Microsoft is building the feature flag toggle Windows Insiders actually wanted
  • H5 I thought I needed a NAS, then I used this device for Plex instead
  • H5 Google's Gemma 4 isn't the smartest local LLM I've run, but it's the one I reach for most
  • H5 My Proxmox backups stopped being a storage nightmare with this workaround
  • H5 Amazon’s new Fire TV Stick HD runs Vega OS and ditches the power plug
  • H5 I picked Proxmox over TrueNAS Scale for my home lab, and I'd make the same choice today
  • H5 I ditched Claude, ChatGPT, NotebookLM, and Perplexity for these free open-source tools
  • H5 Google just made Gemini and NotebookLM the same tool, here's what that actually changes
  • H5 I wanted to switch from OneNote to Obsidian, but one missing feature made it impossible
  • H5 How Claude replaced my to-do app, notes app, and calendar all in one week
  • H5 OpenAI's new GPT-5.4-Cyber can reverse engineer binaries, and it wants thousands of defenders using it
  • H5 Nvidia's new VRAM compression trick just gave it a reason to keep selling 8GB GPUs
  • H5 Working around Claude's strict limits taught me how to use it properly
  • H5 I replaced my ChatGPT subscription with a local AI coding tool and haven't looked back
  • H5 FreeCAD's learning curve made me quit once, but now I trust it more than any subscription CAD tool
  • H5 Google Antigravity supports VS Code extensions, but I found myself needing fewer of them
  • H5 I've stopped recommending Plex to newcomers, because Jellyfin is ready for families now
  • H5 Stop putting off VLANs in your homelab — Proxmox SDN makes them almost too easy
  • H5 The X2D proves Bambu Lab understands what desktop 3D printing still gets wrong
  • H5 My ISP gave me a Wi-Fi 7 router, and my 2.5GbE wired network still beats it at everything
  • H5 You can now get Google’s AI search on Windows without ever opening a browser

Every page should have one H1 that describes the page content.

Why this matters

No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.

Learn more

The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.

Source: WCAG 2.4.6 / Google Search Central

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.

Learn more

Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.

Source: WCAG 2.1 SC 1.3.1 / W3C WAI

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.

Learn more

Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.

Source: WCAG 2.1 SC 1.3.1 / W3C WAI

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.

Learn more

Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.

Source: WCAG 2.1 SC 1.3.1 / W3C WAI

D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
3 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 3 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
7 landmarks
REVIEW
7 landmarks
Info::
<main> landmark present
Info::
3 <nav> landmark(s) found
Warning::
3 of 3 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN ASIDE CONTENTINFO footer

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

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.

Why this matters

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

C
Form Accessibility
Action
3 of 11 controls have issues
REVIEW
3 of 11 controls have issues
Critical::
2 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="checkbox" id="showMoreToggle">; <input type="checkbox" id="expandMenuListDefault">
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" name="q" id="js-search-input">
Info::
8 control(s) properly labeled
11 controls
8 labeled
1 placeholder only
2 unlabeled
ControlTypeLabelMethod
#side_menucheckboxMenufor/id
#navItems-PC HardwarecheckboxSubmenufor/id
#navItems-SoftwarecheckboxSoftware Submenufor/id
#navItems-Operating SystemscheckboxOperating Systems Submenufor/id
#navItems-DevicescheckboxSubmenufor/id
#navItems-HomecheckboxHome Submenufor/id
#navItems-EntertainmentcheckboxSubmenufor/id
#search-menucheckboxClosefor/id
#js-search-inputtext(Search XDA)placeholder only
#showMoreTogglecheckbox(none)none
#expandMenuListDefaultcheckbox(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="checkbox" id="showMoreToggle">; <input type="checkbox" id="expandMenuListDefault">

Why this matters

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

Placeholder text disappears on focus and is not a reliable label.

<input type="text" name="q" id="js-search-input">

Why this matters

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

B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title XDA Custom Styling Navigation Homepage Link Search Form
C
Favicon & Branding
Action
7 icon(s) detected
REVIEW
7 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color Not set CSS indicators Detected

Detection limited to meta tags and inline styles.

B
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass 2 pass AA only
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Deals Center18.76:13.0:1
#000000
#F2F2F2
Pass
h2 News18.76:13.0:1
#000000
#F2F2F2
Pass
h2 Must-Reads18.76:13.0:1
#000000
#F2F2F2
Pass
h2 PC Hardware18.76:13.0:1
#000000
#F2F2F2
Pass
h2 Devices18.76:13.0:1
#000000
#F2F2F2
Pass
h2 Latest18.76:13.0:1
#000000
#F2F2F2
Pass
title XDA6.17:14.5:1
#000000
#FE398B
Pass
span Menu6.17:14.5:1
#000000
#FE398B
Pass
span Sign in now18.76:14.5:1
#000000
#F2F2F2
Pass
span Close18.76:14.5:1
#000000
#F2F2F2
Pass
span News18.76:14.5:1
#000000
#F2F2F2
Pass
span Tech Deals18.76:14.5:1
#000000
#F2F2F2
Pass
span PC Hardware18.76:14.5:1
#000000
#F2F2F2
Pass
span Submenu18.76:14.5:1
#000000
#F2F2F2
Pass
span CPU18.76:14.5:1
#000000
#F2F2F2
Pass
span GPU18.76:14.5:1
#000000
#F2F2F2
Pass
span Storage18.76:14.5:1
#000000
#F2F2F2
Pass
span Monitors18.76:14.5:1
#000000
#F2F2F2
Pass
span Keyboards & Mice18.76:14.5:1
#000000
#F2F2F2
Pass
span Software18.76:14.5:1
#000000
#F2F2F2
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.

B
Lighthouse Accessibility Audits
Score 82/100 — 6 failing, 21 passed
REVIEW
82

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn
div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number
div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number div.w-display-card-content > div.w-display-card-details > div.w-display-card-extra > a.total-info-number
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
MONITORS div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span
SOFTWARE AND SERVICES div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span
MICROSOFT POWERTOYS div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span
AI div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span
AUDIO div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span
ROUTER div.w-display-card-content > div.w-display-card-category > a.dc-tag-label > span
MORE div.template-grid-tall > div.featured-news > div.sentinel-featuredNews > a.section-view-all-link
SEE MORE section#news > div.w-hub-widgets > div.hub-header > a.section-view-all-link
SEE MORE div.left-column > div.w-hub-video > div.hub-header > a.section-view-all-link
SEE MORE div.right-column > div#left-block > div.hub-header > a.section-view-all-link
Apr 15, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
Apr 15, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
Apr 14, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
SEE MORE section#devices > div.w-hub-widgets > div.hub-header > a.section-view-all-link
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
7 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
8 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
9 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
9 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
11 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
11 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
12 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
13 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
23 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
33 div.w-display-card-extra > div.total-info > a.total-info-number > span.num
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 day ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date

These are opportunities to improve the legibility of your content.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
I tried this Gemini feature and haven't opened Canva, PowerPoint, or Notion sin… div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title
I stopped enabling BIOS 'gaming mode' when I found out what it actually does div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title
Matter promised to fix smart homes, but created a worse mess instead div.sentinel-home-list > div.display-card > div.w-display-card-content > h5.display-card-title

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
AI div.display-card > div.w-display-card-content > div.w-display-card-category > a.dc-tag-label
AUDIO div.display-card > div.w-display-card-content > div.w-display-card-category > a.dc-tag-label
ROUTER div.display-card > div.w-display-card-content > div.w-display-card-category > a.dc-tag-label
1 div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number
Simon Batt div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number
Join Our Team div.footer-content-el > ul > li > a.text
Our Audience div.footer-content-el > ul > li > a.text
About Us div.footer-content-el > ul > li > a.text
Press & Events div.footer-content-el > ul > li > a.text
Media Coverage div.footer-content-el > ul > li > a.text
Contact Us div.footer-content-el > ul > li > a.text
Advertising div.footer-content-el > ul.align-right > li > a.text
Careers div.footer-content-el > ul.align-right > li > a.text
Terms div.footer-content-el > ul.align-right > li > a.text
Privacy div.footer-content-el > ul.align-right > li > a.text
Policies div.footer-content-el > ul.align-right > li > a.text

These items highlight common accessibility best practices.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
DEALS CENTER Updated Weekly Pro-grade gear. Enthusiast-vetted savings. Browse… main.w-content > div.w-promotion-offer > div.promotion-offer-box > a.dc-banner
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Alt Text Quality
All 57 images OK
PASS
All 57 images OK
Info::
57 image(s) with good alt text
57 images 57 good alt text
All images have appropriate alt text.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback