Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 5 violations

# Description Axe rule ID WCAG Impact Count
1 Heading levels should only increase by one heading-order Best practice moderate 2
2 All page content should be contained by landmarks region Best practice moderate 3

Failed

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

h3

Element source

<h3 class="Typography-module-variant-h3-RNdjq Typography-module-font-weight-light-0T4lI">Heading 3</h3>

Fix any of the following:

  • Heading order invalid
2

Element location

h5

Element source

<h5 class="Typography-module-variant-h3-RNdjq Typography-module-font-weight-light-0T4lI">Heading 5</h5>

Fix any of the following:

  • Heading order invalid

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

.IconBannerCard-module-container-V3usb:nth-child(1) > .IconBannerCard-module-textWrapper-Q7Sn-

Element source

<div class="IconBannerCard-module-textWrapper-Q7Sn-"><h1 class="Typography-module-variant-h3-RNdjq Typography-module-font-weight-light-0T4lI">Heading 1</h1><div class="IconBannerCard-module-description-+O2uS">This is the default description for the IconBannerCard.</div></div>

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

.IconBannerCard-module-container-V3usb:nth-child(2) > .IconBannerCard-module-textWrapper-Q7Sn-

Element source

<div class="IconBannerCard-module-textWrapper-Q7Sn-"><h3 class="Typography-module-variant-h3-RNdjq Typography-module-font-weight-light-0T4lI">Heading 3</h3><div class="IconBannerCard-module-description-+O2uS">This is the default description for the IconBannerCard.</div></div>

Fix any of the following:

  • Some page content is not contained by landmarks
3

Element location

.IconBannerCard-module-container-V3usb:nth-child(3) > .IconBannerCard-module-textWrapper-Q7Sn-

Element source

<div class="IconBannerCard-module-textWrapper-Q7Sn-"><h5 class="Typography-module-variant-h3-RNdjq Typography-module-font-weight-light-0T4lI">Heading 5</h5><div class="IconBannerCard-module-description-+O2uS">This is the default description for the IconBannerCard.</div></div>

Fix any of the following:

  • Some page content is not contained by landmarks