Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 303 Bytes

scope.md

File metadata and controls

22 lines (15 loc) · 303 Bytes

scope

The scope scope should be used only on <th> elements.

References

  1. Deque University

Rule details

This rule takes no arguments.

Succeed

<th scope="col" />
<th scope={scope} />

Fail

<div scope />