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 Interactive controls must not be nested nested-interactive WCAG 2 Level A, WCAG 4.1.2 serious 1
3 All page content should be contained by landmarks region 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 RGAAv4 RGAA-3.2.1

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

Element location

.Button-module-tertiary-2nYxp > .Button-module-content-dqpRA

Element source

<span class="Button-module-content-dqpRA">Edit monthly plan</span>

Fix any of the following:

  • Element has insufficient color contrast of 2.65 (foreground color: #2548b3, background color: #000000, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

.CardContainer-module-container-ULeqT
body

2. Interactive controls must not be nested

Learn more

nested-interactive

WCAG 2 Level A, WCAG 4.1.2

Ensure interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies

serious

Issue Tags: cat.keyboard wcag2a wcag412 TTv5 TT6.a EN-301-549 EN-9.4.1.2 RGAAv4 RGAA-7.1.1

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

Element location

.Card-module-subtitleWrapper-xab97

Element source

<button type="button" class="Card-module-subtitleWrapper-xab97"><button class="Button-module-cta--An+P Button-module-medium-a7lNm Button-module-tertiary-2nYxp" type="button" data-testid="edit-plan-button"><span class="Button-module-content-dqpRA">Edit monthly plan</span></button></button>

Fix any of the following:

  • Element has focusable descendants

Related node:

.Button-module-tertiary-2nYxp

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

.Card-module-textContent-oLPhu

Element source

<div class="Card-module-textContent-oLPhu"><div class="Card-module-title-0Fm45" data-testid="">Monthly plan</div><div class="Card-module-description-7KsRf">You can subscribe to up to 5 cartons. (50 packs)</div></div>

Fix any of the following:

  • Some page content is not contained by landmarks