Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 4 violations

# Description Axe rule ID WCAG Impact Count
1 <ul> and <ol> must only directly contain <li>, <script> or <template> elements list WCAG 2 Level A, WCAG 1.3.1 serious 1
2 All page content should be contained by landmarks region Best practice moderate 3

Failed

1. <ul> and <ol> must only directly contain <li>, <script> or <template> elements

Learn more

list

WCAG 2 Level A, WCAG 1.3.1

Ensure that lists are structured correctly

serious

Issue Tags: cat.structure wcag2a wcag131 EN-301-549 EN-9.1.3.1

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

Element location

.FooterList-module-list-w9Zdt

Element source

<ul class="FooterList-module-list-w9Zdt">

Fix all of the following:

  • List element has direct children that are not allowed: div

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

a[href="/"] > .RedirectionLinkCard-module-title-lZeBT

Element source

<span class="RedirectionLinkCard-module-title-lZeBT">Home</span>

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

a[href$="shop"] > .RedirectionLinkCard-module-title-lZeBT

Element source

<span class="RedirectionLinkCard-module-title-lZeBT">Shop</span>

Fix any of the following:

  • Some page content is not contained by landmarks
3

Element location

a[href$="ploom-flavour-bundle"] > .RedirectionLinkCard-module-title-lZeBT

Element source

<span class="RedirectionLinkCard-module-title-lZeBT">Ploom Flavour Bundle</span>

Fix any of the following:

  • Some page content is not contained by landmarks