Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 6 violations

# Description Axe rule ID WCAG Impact Count
1 Links must have discernible text link-name WCAG 2 Level A, WCAG 2.4.4, WCAG 4.1.2 serious 1
2 All page content should be contained by landmarks region Best practice moderate 4
3 [role="img"] elements must have an alternative text role-img-alt WCAG 2 Level A, WCAG 1.1.1 serious 1

Failed

1. Links must have discernible text

Learn more

link-name

WCAG 2 Level A, WCAG 2.4.4, WCAG 4.1.2

Ensure links have discernible text

serious

Issue Tags: cat.name-role-value wcag2a wcag244 wcag412 section508 section508.22.a TTv5 TT6.a EN-301-549 EN-9.2.4.4 EN-9.4.1.2 ACT

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

Element location

.ProductItemImage-module-productImageLink-Wb6LP

Element source

<a href="http://localhost/fake-pdp-url" target="blank" class="ProductItemImage-module-productImageLink-Wb6LP"><div class="Image-module-container-0Cw8H ProductItemImage-module-productImage-t1hoj" role="img" style="background-image: url(&quot;/img/sticks1.png&quot;);"></div></a>

Fix all of the following:

  • Element is in tab order and does not have accessible text

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. 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

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

Element location

.ProductBlock-module-productImage-qYPa6

Element source

<div class="ProductBlock-module-productImage-qYPa6" data-testid="product-thumbnail">

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

header

Element source

<header class="ProductBlock-module-productInfoTitle-WBHlV"><a class="ProductBlock-module-productName-UvWl4 ProductBlock-module-productNameLink-aU85M" href="http://localhost/fake-pdp-url" target="_blank" rel="noreferrer">Subscription Product with Image</a><div>Monthly subscription</div></header>

Fix any of the following:

  • Some page content is not contained by landmarks
3

Element location

.ProductBlock-module-monthlyPaymentReminderLabel-0dqeh > span

Element source

<span>This item will be automatically reordered</span>

Fix any of the following:

  • Some page content is not contained by landmarks
4

Element location

.ProductBlock-module-productPrices-T2iZL

Element source

<div class="ProductBlock-module-productPrices-T2iZL" data-testid="product-block-price">

Fix any of the following:

  • Some page content is not contained by landmarks

3. [role="img"] elements must have an alternative text

Learn more

role-img-alt

WCAG 2 Level A, WCAG 1.1.1

Ensure [role="img"] elements have alternative text

serious

Issue Tags: cat.text-alternatives wcag2a wcag111 section508 section508.22.a TTv5 TT7.a EN-301-549 EN-9.1.1.1 ACT

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

Element location

.Image-module-container-0Cw8H

Element source

<div class="Image-module-container-0Cw8H ProductItemImage-module-productImage-t1hoj" role="img" style="background-image: url(&quot;/img/sticks1.png&quot;);"></div>

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