scope
The scope scope should be used only on <th> elements.
References
Rule details
This rule takes no arguments.
Succeed
<th scope="col" />
<th scope={scope} />Fail
<div scope />Last updated
Was this helpful?