Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 2 violations

# Description Axe rule ID WCAG Impact Count
1 autocomplete attribute must be used correctly autocomplete-valid WCAG 2.1 Level AA, WCAG 1.3.5 serious 1
2 All page content should be contained by landmarks region Best practice moderate 1

Failed

1. autocomplete attribute must be used correctly

Learn more

autocomplete-valid

WCAG 2.1 Level AA, WCAG 1.3.5

Ensure the autocomplete attribute is correct and suitable for the form field

serious

Issue Tags: cat.forms wcag21aa wcag135 EN-301-549 EN-9.1.3.5 ACT

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

Element location

input

Element source

<input class="TextInput-module-input-FNjui light-theme" data-testid="yandex-place-input" aria-label="Street name" autocomplete="street-name" value="">

Fix all of the following:

  • the autocomplete attribute is incorrectly formatted

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

#storybook-root

Element source

<div id="storybook-root">

Fix any of the following:

  • Some page content is not contained by landmarks