Skip to content

Files

Latest commit

 

History

History
16 lines (10 loc) · 367 Bytes

a11y-misplaced-scope.md

File metadata and controls

16 lines (10 loc) · 367 Bytes

Pattern: Misplaced scope attribute

Issue: -

Description

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

<!-- A11y: The scope attribute should only be used with <th> elements -->
<div scope="row" />

Further Reading