blob: 14af64c2ca98614055081fb55999df8e12ee7ded [file] [log] [blame]
{
"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": []
}