Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 5 violations

# Description Axe rule ID WCAG Impact Count
1 ARIA input fields must have an accessible name aria-input-field-name WCAG 2 Level A, WCAG 4.1.2 serious 1
2 ARIA toggle fields must have an accessible name aria-toggle-field-name WCAG 2 Level A, WCAG 4.1.2 serious 3
3 All page content should be contained by landmarks region Best practice moderate 1

Failed

1. ARIA input fields must have an accessible name

Learn more

aria-input-field-name

WCAG 2 Level A, WCAG 4.1.2

Ensure every ARIA input field has an accessible name

serious

Issue Tags: cat.aria wcag2a wcag412 TTv5 TT5.c EN-301-549 EN-9.4.1.2 ACT RGAAv4 RGAA-11.1.1

# Issue Description To solve this violation, you need to...
1

Element location

.product-color-container

Element source

<div aria-invalid="false" role="listbox" class="product-color-container" data-testid="product-color-selector">

Fix any of the following:

  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute

2. ARIA toggle fields must have an accessible name

Learn more

aria-toggle-field-name

WCAG 2 Level A, WCAG 4.1.2

Ensure every ARIA toggle field has an accessible name

serious

Issue Tags: cat.aria wcag2a wcag412 TTv5 TT5.c EN-301-549 EN-9.4.1.2 ACT RGAAv4 RGAA-7.1.1

# Issue Description To solve this violation, you need to...
1

Element location

.Swatch-module-dotContainer-Xlc3R[role="option"]:nth-child(1)

Element source

<div class="Swatch-module-dotContainer-Xlc3R" role="option"><div class="Swatch-module-dot-GnUN6"><div class="Swatch-module-dotInner-yPiD9" style="background-color: rgb(212, 129, 58);"><span class="Swatch-module-dotLine-Xo+Ne"></span></div></div></div>

Fix any of the following:

  • Element does not have text that is visible to screen readers
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
2

Element location

.Swatch-module-dotContainer-Xlc3R[role="option"]:nth-child(2)

Element source

<div class="Swatch-module-dotContainer-Xlc3R" role="option"><div class="Swatch-module-dot-GnUN6"><div class="Swatch-module-dotInner-yPiD9" style="background-color: rgb(160, 82, 45);"><span class="Swatch-module-dotLine-Xo+Ne"></span></div></div></div>

Fix any of the following:

  • Element does not have text that is visible to screen readers
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
3

Element location

.Swatch-module-dotContainer-Xlc3R[role="option"]:nth-child(3)

Element source

<div class="Swatch-module-dotContainer-Xlc3R" role="option"><div class="Swatch-module-dot-GnUN6 Swatch-module-dotDisabled-W90gX"><div class="Swatch-module-dotInner-yPiD9" style="background-color: rgb(112, 128, 144);"><span class="Swatch-module-dotLine-Xo+Ne"></span></div></div></div>

Fix any of the following:

  • Element does not have text that is visible to screen readers
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute

3. All page content should be contained by landmarks

Learn more

region

Best practice

Ensure all page content is contained by landmarks

moderate

Issue Tags: cat.keyboard best-practice RGAAv4 RGAA-9.2.1

# Issue Description To solve this violation, you need to...
1

Element location

#storybook-root

Element source

<div id="storybook-root">

Fix any of the following:

  • Some page content is not contained by landmarks