Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autocomplete-valid with multiple values fails #4581

Open
1 task done
emmasax opened this issue Sep 16, 2024 · 0 comments
Open
1 task done

autocomplete-valid with multiple values fails #4581

emmasax opened this issue Sep 16, 2024 · 0 comments
Labels
ungroomed Ticket needs a maintainer to prioritize and label

Comments

@emmasax
Copy link

emmasax commented Sep 16, 2024

Product

axe-core

Product Version

4.10.0

Latest Version

  • I have tested the issue with the latest version of the product

Issue Description

Expectation

Setting the value of autocomplete with a space separated list should pass the tests

Actual

Only a single value passes

How to Reproduce

Fail

<label for="searchTextInput">Enter postcode, town or city*</label>
<input autocomplete="street-address postal-code" id="searchTextInput" aria-required="true" aria-label="Enter postcode, town or city" minlength="2"  type="text" value="" name="searchValue" />

Pass

<label for="searchTextInput">Enter postcode, town or city*</label>
<input autocomplete="postal-code" id="searchTextInput" aria-required="true" aria-label="Enter postcode, town or city" minlength="2" type="text" value="" name="searchValue" />

Pass

<label for="searchTextInput">Enter postcode, town or city*</label>
<input autocomplete="street-address" id="searchTextInput" aria-required="true" aria-label="Enter postcode, town or city" minlength="2" type="text" value="" name="searchValue" />

Additional context

@emmasax emmasax added the ungroomed Ticket needs a maintainer to prioritize and label label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ungroomed Ticket needs a maintainer to prioritize and label
Projects
None yet
Development

No branches or pull requests

1 participant