You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ will be evaluated as an `h3`. If no `polymorphicPropName` is set, then the compo
157
157
|[img-redundant-alt](docs/rules/img-redundant-alt.md)| Enforce `<img>` alt prop does not contain the word "image", "picture", or "photo". | ☑️ 🔒 |||
158
158
|[interactive-supports-focus](docs/rules/interactive-supports-focus.md)| Enforce that elements with interactive handlers like `onClick` must be focusable. | ☑️ 🔒 |||
159
159
|[label-has-associated-control](docs/rules/label-has-associated-control.md)| Enforce that a `label` tag has a text label and an associated control. | ☑️ 🔒 |||
160
-
|[label-has-for](docs/rules/label-has-for.md)| Enforce that `<label>` elements have the `htmlFor` (or `for`) prop. || ☑️ 🔒 | ❌ |
160
+
|[label-has-for](docs/rules/label-has-for.md)| Enforce that `<label>` elements have the `htmlFor` (or `for`) prop. || ☑️ 🔒 | ❌ |
161
161
|[lang](docs/rules/lang.md)| Enforce lang attribute has a valid value. ||||
162
162
|[media-has-caption](docs/rules/media-has-caption.md)| Enforces that `<audio>` and `<video>` elements must have a `<track>` for captions. | ☑️ 🔒 |||
163
163
|[mouse-events-have-key-events](docs/rules/mouse-events-have-key-events.md)| Enforce that `onMouseOver`/`onMouseOut` are accompanied by `onFocus`/`onBlur` for keyboard-only users. | ☑️ 🔒 |||
0 commit comments