tabindex.json 312 B

123456789101112
  1. {
  2. "id": "tabindex",
  3. "selector": "[tabindex]",
  4. "tags": ["cat.keyboard", "best-practice"],
  5. "metadata": {
  6. "description": "Ensures tabindex attribute values are not greater than 0",
  7. "help": "Elements should not have tabindex greater than zero"
  8. },
  9. "all": [],
  10. "any": ["tabindex"],
  11. "none": []
  12. }