autocomplete-valid.json 386 B

123456789101112
  1. {
  2. "id": "autocomplete-valid",
  3. "matches": "autocomplete-matches",
  4. "tags": ["cat.forms", "wcag21aa", "wcag135"],
  5. "metadata": {
  6. "description": "Ensure the autocomplete attribute is correct and suitable for the form field",
  7. "help": "autocomplete attribute must be used correctly"
  8. },
  9. "all": ["autocomplete-valid", "autocomplete-appropriate"],
  10. "any": [],
  11. "none": []
  12. }