Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 10 violations

# Description Axe rule ID WCAG Impact Count
1 Alternative text of images should not be repeated as text image-redundant-alt Best practice minor 4
2 All page content should be contained by landmarks region Best practice moderate 6

Failed

1. Alternative text of images should not be repeated as text

Learn more

image-redundant-alt

Best practice

Ensure image alternative is not repeated as text

minor

Issue Tags: cat.text-alternatives best-practice

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

Element location

img[alt="All"]

Element source

<img draggable="false" class="CategoryFilterItem-module-image-XyW6x" alt="All" src="img/filter_all.png">

Fix all of the following:

  • Element contains <img> element with alt text that duplicates existing text
2

Element location

img[alt="Lottery"]

Element source

<img draggable="false" class="CategoryFilterItem-module-image-XyW6x" alt="Lottery" src="img/filter_lottery.png">

Fix all of the following:

  • Element contains <img> element with alt text that duplicates existing text
3

Element location

img[alt="Virtual"]

Element source

<img draggable="false" class="CategoryFilterItem-module-image-XyW6x" alt="Virtual" src="img/filter_virtual.png">

Fix all of the following:

  • Element contains <img> element with alt text that duplicates existing text
4

Element location

img[alt="Physical"]

Element source

<img draggable="false" class="CategoryFilterItem-module-image-XyW6x" alt="Physical" src="img/filter_physical.png">

Fix all of the following:

  • Element contains <img> element with alt text that duplicates existing text

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

h4

Element source

<h4 class="CategoryFilter-module-categoryFilterTitle-1Vr08">Filter by category</h4>

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

img[alt="All"]

Element source

<img draggable="false" class="CategoryFilterItem-module-image-XyW6x" alt="All" src="img/filter_all.png">

Fix any of the following:

  • Some page content is not contained by landmarks
3

Element location

.CategoryFilterItem-module-wrapper-j95iz:nth-child(1) > .CategoryFilterItem-module-label-TsW7n

Element source

<p class="CategoryFilterItem-module-label-TsW7n">All</p>

Fix any of the following:

  • Some page content is not contained by landmarks
4

Element location

.CategoryFilterItem-module-wrapper-j95iz:nth-child(2)

Element source

<li class="CategoryFilterItem-module-wrapper-j95iz">

Fix any of the following:

  • Some page content is not contained by landmarks
5

Element location

.CategoryFilterItem-module-wrapper-j95iz:nth-child(3)

Element source

<li class="CategoryFilterItem-module-wrapper-j95iz">

Fix any of the following:

  • Some page content is not contained by landmarks
6

Element location

.CategoryFilterItem-module-wrapper-j95iz:nth-child(4)

Element source

<li class="CategoryFilterItem-module-wrapper-j95iz">

Fix any of the following:

  • Some page content is not contained by landmarks