Skip to content
https://sherwin-williams.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
49
GRADE
F
FIX
6
REVIEW
6
PASS
1
INFO
0
Checks
13
1 PASS 6 REVIEW 6 FIX
D
Heading Hierarchy
Action
43 headings, 3 skip(s)
FIX
43 headings, 3 skip(s)
Warning::
Multiple H1 headings (4 found)
A page should have only one H1. Multiple H1s dilute the document outline.
Warning::
Heading level skipped: H1 → H4 (missing H2)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H1 → H4 (missing H2)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H2 → H6 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
1 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H1 Our Commitment to ID&E
  • H2 It looks like you're in {COUNTRY}. Would you like to visit that site?
  • H1 Change region, country & language duplicate H1
  • H4 Sherwin-Williams Color Expert™ App skipped
  • H4 Sherwin-Williams Color Expert™ App
  • H1 (empty)
  • H4 Sherwin-Williams PRO+ Program skipped
  • H4 Sherwin-Williams PRO+ Program
  • H3 Top Colors
  • H2 View our most popular colors
  • H6 SW 7005 skipped
  • H5 Pure White
  • H6 SW 7029
  • H5 Agreeable Gray
  • H6 SW 7015
  • H5 Repose Gray
  • H6 SW 7008
  • H5 Alabaster
  • H6 SW 7004
  • H5 Snowbound
  • H6 SW 7036
  • H5 Accessible Beige
  • H6 SW 6385
  • H5 Dover White
  • H6 SW 7043
  • H5 Worldly Gray
  • H6 SW 6258
  • H5 Tricorn Black
  • H6 SW 7016
  • H5 Mindful Gray
  • H6 SW 6106
  • H5 Kilim Beige
  • H6 SW 7014
  • H5 Eider White
  • H2 Every client, every contract, every job - we're with you.
  • H2 Performance Coatings
  • H1 News & updates duplicate H1
  • H2 The latest from around the globe
  • H2 Color to Go
  • H2 New Partnership with the Mercedes-AMG PETRONAS Formula One Team
  • H2 2025 Sherwin-Williams Annual Report
  • H2 All the brands you love.
  • H2 Get to know our Company

A page should have only one H1. Multiple H1s dilute the document outline.

Why this matters

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

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

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

F
Favicon & Branding
Action
1 icon(s) detected
FIX
1 icon(s) detected
Info::
favicon.ico present at site root
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
favicon.ico Present
PNG Icons Missing
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
F
Web Manifest
Action
Invalid JSON
FIX
Invalid JSON
Warning::
Manifest contains invalid JSON
Manifest at https://sherwin-williams.com/manifest.json contains invalid JSON. Browsers cannot parse it.
Got: https://sherwin-williams.com/manifest.json

Manifest contains invalid JSON.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

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::
1 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 1 <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.
C
Landmark Structure
Action
6 landmarks
REVIEW
6 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
1 <nav> landmark(s) found
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 (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

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
Alt Text Quality
Action
1 of 36 images have issues
REVIEW
1 of 36 images have issues
Critical::
1 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
1 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
4 image(s) with alt text over 125 characters
Info::
31 image(s) with good alt text
36 images 31 good alt text 1 missing
IssueCount
missing1 image(s)
too long4 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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

An image inside a link with no alt creates an empty link.

Why this matters

Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.

Learn more

An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.

Source: WCAG 2.1 SC 2.4.4

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
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Master Custom Styling Navigation Homepage Link Search Form
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 8 fail WCAG AA
REVIEW

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

12 pass 8 fail WCAG AA 1 pass AA only
h1 News & updates
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
32px · bottom of viewport
h2 View our most popular colors
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Every client, every contract, every job …
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Performance Coatings
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 The latest from around the globe
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 All the brands you love.
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Get to know our Company
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Top Colors
1.00:1
#000000
on
#000000
needs 3.0:1 (large text)
19px · bottom of viewport
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Our Commitment to ID…17.74:13.0:1
#000000
#EDECE6
Pass
h1 Change region, count…21.00:13.0:1
#000000
#FFFFFF
Pass
h1 News & updates1.00:13.0:1
#000000
#000000
Fail
h2 It looks like you're…17.74:13.0:1
#000000
#EDECE6
Pass
h2 View our most popula…1.00:13.0:1
#000000
#000000
Fail
h2 Every client, every …1.00:13.0:1
#000000
#000000
Fail
h2 Performance Coatings1.00:13.0:1
#000000
#000000
Fail
h2 The latest from arou…1.00:13.0:1
#000000
#000000
Fail
h2 All the brands you l…1.00:13.0:1
#000000
#000000
Fail
h2 Get to know our Comp…1.00:13.0:1
#000000
#000000
Fail
h3 Top Colors1.00:13.0:1
#000000
#000000
Fail
title Sherwin-Williams Pai…17.74:14.5:1
#000000
#EDECE6
Pass
p Our global sustainab…17.74:14.5:1
#000000
#EDECE6
Pass
button Update Region19.05:14.5:1
#000000
#F4F4F0
Pass
span Not in {COUNTRY}? Se…9.90:14.5:1
#000000
#B2B2B2
Pass
p Currently viewing: U…9.90:14.5:1
#000000
#B2B2B1
Pass
span Close13.78:14.5:1
#000000
#E4CDBF
Pass
span North America12.13:14.5:1
#000000
#D9C0B1
Pass
span South America13.08:14.5:1
#000000
#CCCCCC
Pass
span Central America4.89:14.5:1
#000000
#7A7A7A
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.

C
Lighthouse Accessibility Audits
Action
Score 73/100 — 9 failing, 24 passed
REVIEW
73

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.

ARIA

Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Shop Products & Color div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-1
EXPLORE COLOR div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-0
COLOR TOOLS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-1
GET INSPIRED div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-2
HOMEOWNER PAINTS, STAINS & SUPPLIES div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-3
PROFESSIONAL PAINT & SUPPLIES div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-4
INDUSTRIAL PRODUCTS BY INDUSTRY div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-1-sublink-5
Services & Resources div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-2
HOME PAINTING div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-0
PROFESSIONAL BUSINESS TOOLS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-1
PROFESSIONAL & COMMERCIAL PAINTING div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-2
INDUSTRIAL & MANUFACTURING div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-2-sublink-3
Industrial Coatings div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-3
INDUSTRIAL COATINGS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-3-sublink-0
Our Company div.cmp-nav__tabs > ul.cmp-nav__tab-list > li.cmp-nav__tab-item > button#tab-4
ABOUT US div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-0
NEWS CENTER div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-1
CAREERS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-2
CONTACT US div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-3
SUSTAINABILITY div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-4
INVESTOR RELATIONS div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item > button#tab-4-sublink-5
Painting Contractors div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Property Managers div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Industrial Contractors div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Home Builders div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Architects div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Designers div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Privacy Policy div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Accessibility Statement div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Terms of Use div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Forced Labor and Human Trafficking div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item
Doing Business with Us div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list > li.cmp-linklist__item

ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
div#container-733c7fd1c9 > div.regionselector > div > div#dialog1 div#container-733c7fd1c9 > div.regionselector > div > div#dialog1

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Carousel Navigation div#container-d990c93ce8 > div.container > div#container-143b7b23be-ow > div.tns-controls

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

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.container > div#container-143b7b23be-ow > div.tns-controls > button div.container > div#container-143b7b23be-ow > div.tns-controls > button
div.container > div#container-143b7b23be-ow > div.tns-controls > button div.container > div#container-143b7b23be-ow > div.tns-controls > button

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.cmp-nav__header-images > div.cmp-nav__logo > a > img div.cmp-nav__header-images > div.cmp-nav__logo > a > img

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.

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
SW 7005 div#color-carousel-slides-item0 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg > h6.cmp-color-carousel__slides__slide__colorcode

These are opportunities to improve keyboard navigation in your application.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Painting Contractors Property Managers Industrial Contractors Home Builders … div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list
Industrial Overview div.cmp-content-carousel > div.cmp-content-carousel__blocks > div.cmp-content-carousel__blocks__slideshow-stack > ul.cmp-cc-slideshow
Privacy Policy Accessibility Statement Terms of Use Forced Labor and Human T… div.linklist > div.cmp-linklist > div.cmp-linklist__links > ul.cmp-linklist__links-list

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
EXPLORE COLOR div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
COLOR TOOLS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
GET INSPIRED div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
HOMEOWNER PAINTS, STAINS & SUPPLIES div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
PROFESSIONAL PAINT & SUPPLIES div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
INDUSTRIAL PRODUCTS BY INDUSTRY div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
HOME PAINTING div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
PROFESSIONAL BUSINESS TOOLS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
PROFESSIONAL & COMMERCIAL PAINTING div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
INDUSTRIAL & MANUFACTURING div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
INDUSTRIAL COATINGS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
ABOUT US div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
NEWS CENTER div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
CAREERS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
CONTACT US div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
SUSTAINABILITY div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item
INVESTOR RELATIONS div.cmp-nav__megamenu-content > div.cmp-nav__sublinks--font-light > ul#panel-1 > li.cmp-nav__sublinks-item

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

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
SW 7005 Pure White div#color-carousel-slides > div#color-carousel-slides-item0 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg
SW 7029 Agreeable Gray div#color-carousel-slides > div#color-carousel-slides-item1 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg
SW 7015 Repose Gray div#color-carousel-slides > div#color-carousel-slides-item2 > div.cmp-color-carousel__slides__slide > a.cmp-color-carousel__slides__slide__bg
Your Privacy Choices body#page-7408d854b1 > section#ensConsentWidget > div#consentWidget__text
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
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<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
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
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.
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+
Form Accessibility
All 4 controls labeled
PASS
All 4 controls labeled
Info::
4 control(s) properly labeled
4 controls
4 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#Targeted AdvertisingSlidecheckboxDo Not Sell or Share My Personal Information / Targeting Cookiesnone
#Performance CookiesSlidecheckboxPerformance Cookiesnone
#Functional CookiesSlidecheckboxFunctional Cookiesnone
#defaultSlidecheckboxRequired Cookiesnone
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback