Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 12 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 8
2 Heading levels should only increase by one heading-order Best practice moderate 1
3 All page content should be contained by landmarks region Best practice moderate 3

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

h2

Element source

<h2 class="Tile-module-title-SqwhI">Title</h2>

Fix any of the following:

  • Element has insufficient color contrast of 1.91 (foreground color: #3a3d3f, background color: #000000, font size: 48.0pt (64px), font weight: normal). Expected contrast ratio of 3:1

Related node:

body
2

Element location

.Tile-module-contentWrapper-ACP\+7[data-testid="tileContent"]:nth-child(1) > h5

Element source

<h5 class="Typography-module-variant-h5-C35KW Typography-module-font-weight-regular-EWCPY Tile-module-contentTitle-cse-M">See How Smooth It Feels</h5>

Fix any of the following:

  • Element has insufficient color contrast of 1.91 (foreground color: #3a3d3f, background color: #000000, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

body
3

Element location

.Tile-module-contentWrapper-ACP\+7[data-testid="tileContent"]:nth-child(1) > .Typography-module-variant-body1-MXcQF.Tile-module-contentText-yWKXs

Element source

<p class="Typography-module-variant-body1-MXcQF Typography-module-font-weight-regular-EWCPY Tile-module-contentText-yWKXs">

Fix any of the following:

  • Element has insufficient color contrast of 3.14 (foreground color: #5c5c5c, background color: #000000, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

body
4

Element location

.Tile-module-contentWrapper-ACP\+7[data-testid="tileContent"]:nth-child(2) > h5

Element source

<h5 class="Typography-module-variant-h5-C35KW Typography-module-font-weight-regular-EWCPY Tile-module-contentTitle-cse-M">Stay in the Moment</h5>

Fix any of the following:

  • Element has insufficient color contrast of 1.91 (foreground color: #3a3d3f, background color: #000000, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

body
5

Element location

.Tile-module-contentWrapper-ACP\+7[data-testid="tileContent"]:nth-child(2) > .Typography-module-variant-body1-MXcQF.Tile-module-contentText-yWKXs

Element source

<p class="Typography-module-variant-body1-MXcQF Typography-module-font-weight-regular-EWCPY Tile-module-contentText-yWKXs">

Fix any of the following:

  • Element has insufficient color contrast of 3.14 (foreground color: #5c5c5c, background color: #000000, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

body
6

Element location

.Tile-module-contentWrapper-ACP\+7[data-testid="tileContent"]:nth-child(3) > h5

Element source

<h5 class="Typography-module-variant-h5-C35KW Typography-module-font-weight-regular-EWCPY Tile-module-contentTitle-cse-M">Don't Rush the Ritual</h5>

Fix any of the following:

  • Element has insufficient color contrast of 1.91 (foreground color: #3a3d3f, background color: #000000, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

body
7

Element location

.Tile-module-contentWrapper-ACP\+7[data-testid="tileContent"]:nth-child(3) > .Typography-module-variant-body1-MXcQF.Tile-module-contentText-yWKXs

Element source

<p class="Typography-module-variant-body1-MXcQF Typography-module-font-weight-regular-EWCPY Tile-module-contentText-yWKXs">

Fix any of the following:

  • Element has insufficient color contrast of 3.14 (foreground color: #5c5c5c, background color: #000000, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

body
8

Element location

.Button-module-content-OxbmJ

Element source

<span class="Button-module-content-OxbmJ">Click me</span>

Fix any of the following:

  • Element has insufficient color contrast of 1.45 (foreground color: #2d2926, background color: #000000, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1

Related node:

body

2. Heading levels should only increase by one

Learn more

heading-order

Best practice

Ensure the order of headings is semantically correct

moderate

Issue Tags: cat.semantics best-practice

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

Element location

.Tile-module-contentWrapper-ACP\+7[data-testid="tileContent"]:nth-child(1) > h5

Element source

<h5 class="Typography-module-variant-h5-C35KW Typography-module-font-weight-regular-EWCPY Tile-module-contentTitle-cse-M">See How Smooth It Feels</h5>

Fix any of the following:

  • Heading order invalid

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

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

Element location

h2

Element source

<h2 class="Tile-module-title-SqwhI">Title</h2>

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

.Tile-module-container-52HTp

Element source

<div class="Tile-module-container-52HTp">

Fix any of the following:

  • Some page content is not contained by landmarks
3

Element location

.Button-module-redirect-94XUv > span

Element source

<span><span class="Button-module-content-OxbmJ">Click me</span></span>

Fix any of the following:

  • Some page content is not contained by landmarks