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 2
2 Interactive controls must not be nested nested-interactive WCAG 2 Level A, WCAG 4.1.2 serious 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

.Card-module-description-7KsRf

Element source

<div class="Card-module-description-7KsRf">You can subscribe to up to 5 cartons. (50 packs)</div>

Fix any of the following:

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

Related node:

.CardContainer-module-container-ULeqT
body
2

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.81 (foreground color: #7295ff, background color: #ffffff, 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