GoScrobble/web/node_modules/eslint-plugin-jsx-a11y/docs/rules/scope.md

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 />

Accessibility guidelines

Resources