Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 3 violations

# Description Axe rule ID WCAG Impact Count
1 ARIA role should be appropriate for the element aria-allowed-role Best practice minor 2
2 <ul> and <ol> must only directly contain <li>, <script> or <template> elements list WCAG 2 Level A, WCAG 1.3.1 serious 1

Failed

1. ARIA role should be appropriate for the element

Learn more

aria-allowed-role

Best practice

Ensure role attribute has an appropriate value for the element

minor

Issue Tags: cat.aria best-practice

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

Element location

.aem-navigationStoreSelector__link[role="link"][data-testid="navigation-store-selector-link"]:nth-child(1)

Element source

<li class="aem-navigationStoreSelector__link" tabindex="0" role="link" data-testid="navigation-store-selector-link">

Fix any of the following:

  • ARIA role link is not allowed for given element
2

Element location

.aem-navigationStoreSelector__link[role="link"][data-testid="navigation-store-selector-link"]:nth-child(2)

Element source

<li class="aem-navigationStoreSelector__link" tabindex="0" role="link" data-testid="navigation-store-selector-link">

Fix any of the following:

  • ARIA role link is not allowed for given element

2. <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

.aem-navigationStoreSelector__links-container

Element source

<ul class="aem-navigationStoreSelector__links-container">

Fix all of the following:

  • List element has direct children that are not allowed: [role=link]