Back to Accessibility Report

Axe-core® Accessibility Results

axe-core found 11 violations

# Description Axe rule ID WCAG Impact Count
1 Buttons must have discernible text button-name WCAG 2 Level A, WCAG 4.1.2 critical 3
2 Elements must meet minimum color contrast ratio thresholds color-contrast WCAG 2 Level AA, WCAG 1.4.3 serious 6
3 Document should not have more than one banner landmark landmark-no-duplicate-banner Best practice moderate 1
4 Landmarks should have a unique role or role/label/title (i.e. accessible name) combination landmark-unique Best practice moderate 1

Failed

1. Buttons must have discernible text

Learn more

button-name

WCAG 2 Level A, WCAG 4.1.2

Ensure buttons have discernible text

critical

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

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

Element location

.Card-module-noSubcontent-DXt3W.Card-module-wrapper-HB4SY > .Card-module-subtitleWrapper-xab97.Card-module-collapsible-XJxCi[type="button"]

Element source

<button type="button" class="Card-module-subtitleWrapper-xab97 Card-module-collapsible-XJxCi">

Fix any of the following:

  • Element does not have inner 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
  • Element does not have an implicit (wrapped) <label>
  • Element does not have an explicit <label>
  • Element's default semantics were not overridden with role="none" or role="presentation"
2

Element location

.checkout-loyalty-points > .CardContainer-module-container-ULeqT.CardContainer-module-variant-variant6-ZJLTN[data-variant="card-variant6"] > .Card-module-noSubcontent-DXt3W.Card-module-wrapper-HB4SY > .Card-module-subtitleWrapper-xab97[type="button"]

Element source

<button type="button" class="Card-module-subtitleWrapper-xab97"></button>

Fix any of the following:

  • Element does not have inner 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
  • Element does not have an implicit (wrapped) <label>
  • Element does not have an explicit <label>
  • Element's default semantics were not overridden with role="none" or role="presentation"
3

Element location

.Card-module-hasSubcontent-Rf8rD > .Card-module-subtitleWrapper-xab97.Card-module-collapsible-XJxCi[type="button"]

Element source

<button type="button" class="Card-module-subtitleWrapper-xab97 Card-module-collapsible-XJxCi">

Fix any of the following:

  • Element does not have inner 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
  • Element does not have an implicit (wrapped) <label>
  • Element does not have an explicit <label>
  • Element's default semantics were not overridden with role="none" or role="presentation"

2. Elements must meet minimum color contrast ratio thresholds

Learn more

color-contrast

WCAG 2 Level AA, WCAG 1.4.3

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds

serious

Issue Tags: cat.color wcag2aa wcag143 TTv5 TT13.c EN-301-549 EN-9.1.4.3 ACT RGAAv4 RGAA-3.2.1

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

Element location

div:nth-child(1) > .ShippingDetailsSection-module-title-aDwL0

Element source

<div class="ShippingDetailsSection-module-title-aDwL0">Shipping address</div>

Fix any of the following:

  • Element has insufficient color contrast of 2.73 (foreground color: #9b9d9b, background color: #ffffff, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1

Related node:

.DeliveryPageContent-module-shippingDetailsSection-sbkti
2

Element location

div[data-testid="AddressInfoStreet"]

Element source

<div data-testid="AddressInfoStreet">streetName streetNumber  streetAdditional</div>

Fix any of the following:

  • Element has insufficient color contrast of 2.68 (foreground color: #9d9e9f, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

.DeliveryPageContent-module-shippingDetailsSection-sbkti
3

Element location

div[data-testid="AddressInfoCity"]

Element source

<div data-testid="AddressInfoCity">city postcode countryName</div>

Fix any of the following:

  • Element has insufficient color contrast of 2.68 (foreground color: #9d9e9f, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

.DeliveryPageContent-module-shippingDetailsSection-sbkti
4

Element location

div:nth-child(2) > .ShippingDetailsSection-module-title-aDwL0

Element source

<div class="ShippingDetailsSection-module-title-aDwL0">Contact details</div>

Fix any of the following:

  • Element has insufficient color contrast of 2.73 (foreground color: #9b9d9b, background color: #ffffff, font size: 19.5pt (26px), font weight: normal). Expected contrast ratio of 3:1

Related node:

.DeliveryPageContent-module-shippingDetailsSection-sbkti
5

Element location

.ShippingDetailsSection-module-contactData-Zg0b3 > div:nth-child(1)

Element source

<div>firstname lastname</div>

Fix any of the following:

  • Element has insufficient color contrast of 3.94 (foreground color: #808080, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

.DeliveryPageContent-module-shippingDetailsSection-sbkti
6

Element location

.checkout-loyalty-points__discounts--additional-info

Element source

<span class="checkout-loyalty-points__discounts--additional-info">Why can’t I use all of my points balance</span>

Fix any of the following:

  • Element has insufficient color contrast of 4.24 (foreground color: #3567ff, background color: #f5f5f5, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

.checkout-loyalty-points > .CardContainer-module-container-ULeqT.CardContainer-module-variant-variant6-ZJLTN[data-variant="card-variant6"]

3. Document should not have more than one banner landmark

Learn more

landmark-no-duplicate-banner

Best practice

Ensure the document has at most one banner landmark

moderate

Issue Tags: cat.semantics best-practice

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

Element location

.checkout-loyalty-points__discounts-header

Element source

<header class="checkout-loyalty-points__discounts-header">

Fix any of the following:

  • Document has more than one banner landmark

Related node:

.PaymentSummaryBase-module-summaryHeader-VzJLe

4. Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

Learn more

landmark-unique

Best practice

Ensure landmarks are unique

moderate

Issue Tags: cat.semantics best-practice

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

Element location

.checkout-loyalty-points__discounts-header

Element source

<header class="checkout-loyalty-points__discounts-header">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable

Related node:

.PaymentSummaryBase-module-summaryHeader-VzJLe