Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 2 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 1
2 <li> elements must be contained in a <ul> or <ol> listitem WCAG 2 Level A, WCAG 1.3.1 serious 1

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

Element source

<img draggable="false" class="CategoryFilterItem-module-image-xwiFm" alt="Category 1" src="./location-pin.svg">

Fix all of the following:

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

2. <li> elements must be contained in a <ul> or <ol>

Learn more

listitem

WCAG 2 Level A, WCAG 1.3.1

Ensure <li> elements are used semantically

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

.CategoryFilterItem-module-wrapper-E6hBD

Element source

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

Fix any of the following:

  • List item does not have a <ul>, <ol> parent element