mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
501 B
501 B
scope
The scope
scope should be used only on <th>
elements.
Rule details
This rule takes no arguments.
Succeed
<th scope="col" />
<th scope={scope} />
Fail
<div scope />