You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
322 B
13 lines
322 B
{
|
|
"id": "scope-attr-valid",
|
|
"selector": "td[scope], th[scope]",
|
|
"tags": ["cat.tables", "best-practice"],
|
|
"metadata": {
|
|
"description": "Ensures the scope attribute is used correctly on tables",
|
|
"help": "scope attribute should be used correctly"
|
|
},
|
|
"all": ["html5-scope", "scope-value"],
|
|
"any": [],
|
|
"none": []
|
|
}
|