Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 4 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 3

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[aria-labelledby="label-single-field-address"]

Element source

<input aria-labelledby="label-single-field-address" class="TextInput-module-input-FNjui light-theme" data-testid="placeAutocompleteInput" aria-label="single-field-address" autocomplete="street-name" name="singleFieldAddress" placeholder="Your street number and 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

#label-single-field-address

Element source

<label id="label-single-field-address" class="InputLabel-module-label-5t4Qs InputLabel-module-topLabel-+cb51">Address lookup </label>

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

input[aria-labelledby="label-single-field-address"]

Element source

<input aria-labelledby="label-single-field-address" class="TextInput-module-input-FNjui light-theme" data-testid="placeAutocompleteInput" aria-label="single-field-address" autocomplete="street-name" name="singleFieldAddress" placeholder="Your street number and street name" value="">

Fix any of the following:

  • Some page content is not contained by landmarks
3

Element location

.StreetAddressFields-module-innerWrapper-NStfj

Element source

<div class="StreetAddressFields-module-addressFields-DejDP StreetAddressFields-module-innerWrapper-NStfj">

Fix any of the following:

  • Some page content is not contained by landmarks