-
Notifications
You must be signed in to change notification settings - Fork 884
is-valid-autocomplete missing token #3854
Copy link
Copy link
Closed
Labels
fixBug fixesBug fixesprA pr has been created for the issueA pr has been created for the issuerulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rulestandardsIssues in the ARIA standards objects (lib/standards)Issues in the ARIA standards objects (lib/standards)
Milestone
Metadata
Metadata
Assignees
Labels
fixBug fixesBug fixesprA pr has been created for the issueA pr has been created for the issuerulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rulestandardsIssues in the ARIA standards objects (lib/standards)Issues in the ARIA standards objects (lib/standards)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Product
axe-core
Product Version
4.5.2
Latest Version
Issue Description
Expectation
Allow "webauthn" as a token in the
autocompleteattribute with a maximum of 5 tokens.Actual
Shows an "autocomplete attribute must be used correctly" issue
How to Reproduce
Test with "webauthn" in the autocomplete value
Additional context
inputandtextareaelements.Note: I don't have a need for this addition, it's just something I noticed while trying to figure out if
section-can be followed by any text.