Files
old-slucajna-televizija/web/node_modules/eslint-plugin-jsx-a11y/docs/rules/scope.md
2017-10-16 11:19:46 +02:00

303 B

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