Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 3 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 1
2 All page content should be contained by landmarks region Best practice moderate 2

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

.InternationalTelephone-module-editButton-0JlMC

Element source

<button class="InternationalTelephone-module-editButton-0JlMC" type="button" data-testid="editButton">Edit</button>

Fix any of the following:

  • Element has insufficient color contrast of 3.73 (foreground color: #3567ff, background color: #e6e7e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

.InternationalTelephone-module-phoneInputContainer-QZxyG

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

#label-undefined

Element source

<label id="label-undefined" class="InputLabel-module-label-5t4Qs InputLabel-module-topLabel-+cb51">Phone number </label>

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

.PhoneInputInput

Element source

<input type="tel" autocomplete="tel" aria-labelledby="label-undefined" name="internationalPhone" class="PhoneInputInput" value="">

Fix any of the following:

  • Some page content is not contained by landmarks