Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DHeading HierarchyAction43 headings, 3 skip(s)FIX
- 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.
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.
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.
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.
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.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
FFavicon & BrandingAction1 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 StructureAction6 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
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.
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
CAlt Text QualityAction1 of 36 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
| too long | 4 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
An image inside a link with no alt creates an empty link.
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
CLink & Button QualityAction3 issue(s) across 849 links and 65 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /store-locator | Find A Store | new tab | Add '(opens in new tab)' to text |
| https://www.sherwin-williams.com/ | Sherwin-Williams Logo | img no alt | Add alt attribute to the image |
| https://samples.sherwin-williams.com/ | Order Paint Samples | new tab | Add '(opens in new tab)' to text |
| https://jobs.paintprotraining.com/ | Careers in Painting | new tab | Add '(opens in new tab)' to text |
| https://www.sherwin-williams.com/homeown… | Color To Go. | new tab | Add '(opens in new tab)' to text |
| https://www.sherwin-williams.com/homeown… | Color to Go | new tab | Add '(opens in new tab)' to text |
| https://s2.q4cdn.com/918177852/files/doc… | Sherwin-Williams Success by De… | new tab | Add '(opens in new tab)' to text |
| https://s2.q4cdn.com/918177852/files/doc… | 2025 Sherwin-Williams Annual R… | new tab | Add '(opens in new tab)' to text |
| https://images.sherwin-williams.com/cont… | Forced Labor and Human Traffic… | new tab | Add '(opens in new tab)' to text |
| https://privacy.sherwin-williams.com/pri… | click here | generic text | Replace with descriptive text |
Before: click here Suggested: Privacy Policy#Jurisdiction Specific Disclosures | |||
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
https://privacy.sherwin-williams.com/privacy-policy#jurisdiction-specific-dis… ("click here")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
/store-locator; https://samples.sherwin-williams.com/; https://jobs.paintprotraining.com/; https://www.sherwin-williams.com/homeowners/products/color-to-go; https://www.sherwin-williams.com/homeowners/products/color-to-go; https://s2.q4cdn.com/918177852/files/doc_financials/2025/ar/SHW_2025AR_FINAL_…; https://s2.q4cdn.com/918177852/files/doc_financials/2025/ar/SHW_2025AR_FINAL_…; https://images.sherwin-williams.com/content_images/sw-pdf-2023-ye-forced-labo…
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 (#5440 on page); button (#5441 on page)
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
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 Our Commitment to ID… | 17.74:1 | 3.0:1 | #000000 | #EDECE6 | Pass |
| h1 Change region, count… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 News & updates | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 It looks like you're… | 17.74:1 | 3.0:1 | #000000 | #EDECE6 | Pass |
| h2 View our most popula… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Every client, every … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Performance Coatings | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The latest from arou… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 All the brands you l… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Get to know our Comp… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Top Colors | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Sherwin-Williams Pai… | 17.74:1 | 4.5:1 | #000000 | #EDECE6 | Pass |
| p Our global sustainab… | 17.74:1 | 4.5:1 | #000000 | #EDECE6 | Pass |
| button Update Region | 19.05:1 | 4.5:1 | #000000 | #F4F4F0 | Pass |
| span Not in {COUNTRY}? Se… | 9.90:1 | 4.5:1 | #000000 | #B2B2B2 | Pass |
| p Currently viewing: U… | 9.90:1 | 4.5:1 | #000000 | #B2B2B1 | Pass |
| span Close | 13.78:1 | 4.5:1 | #000000 | #E4CDBF | Pass |
| span North America | 12.13:1 | 4.5:1 | #000000 | #D9C0B1 | Pass |
| span South America | 13.08:1 | 4.5:1 | #000000 | #CCCCCC | Pass |
| span Central America | 4.89:1 | 4.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.
CLighthouse Accessibility AuditsActionScore 73/100 — 9 failing, 24 passedREVIEW
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 |
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #Targeted AdvertisingSlide | checkbox | Do Not Sell or Share My Personal Information / Targeting Cookies | none |
| #Performance CookiesSlide | checkbox | Performance Cookies | none |
| #Functional CookiesSlide | checkbox | Functional Cookies | none |
| #defaultSlide | checkbox | Required Cookies | none |