axe-core
Version:
Accessibility engine for automated Web UI testing
18 lines (17 loc) • 332 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": []
}