-
Notifications
You must be signed in to change notification settings - Fork 840
Labels
fixBug fixesBug fixesrulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rule
Description
Product
axe-core
Product Version
4.10.3
Latest Version
- I have tested the issue with the latest version of the product
Issue Description
We got the following false positive report from an auditor customer today:
Expectation
This input field is not relevant to SC 1.3.5 ("pet type" is not one of the enumerated types of input purposes), so it shouldn't result in an autocomplete-valid
violation. The developer used an autocomplete attribute value of "xoff"
as a state-like value:
<input autocomplete="xoff" name="PetType" type="text">
Actual
autocomplete-valid
violation.
How to Reproduce
See above
Additional context
Metadata
Metadata
Assignees
Labels
fixBug fixesBug fixesrulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rule