axe-core
Version:
Accessibility engine for automated Web UI testing
13 lines (12 loc) • 312 B
JSON
{
"id": "tabindex",
"selector": "[tabindex]",
"tags": ["cat.keyboard", "best-practice"],
"metadata": {
"description": "Ensures tabindex attribute values are not greater than 0",
"help": "Elements should not have tabindex greater than zero"
},
"all": [],
"any": ["tabindex"],
"none": []
}