500 B
500 B
scope
The scope prop should be used only on <th> elements.
Rule details
This rule takes no arguments.
Succeed
<th scope="col" />
<th scope={scope} />
Fail
<div scope />
The scope prop should be used only on <th> elements.
This rule takes no arguments.
<th scope="col" />
<th scope={scope} />
<div scope />