Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 7 violations

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

Failed

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

# 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

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

.PaymentSummary-module-summaryHeader-0tFsf

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

.PaymentSummary-module-summaryHeader-0tFsf