Skip to content

Commit 25b03eb

Browse files
committed
Update README for no-distracting-elements rule.
1 parent 875a835 commit 25b03eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can also enable all the recommended rules at once. Add `plugin:jsx-a11y/reco
9999
- [lang](docs/rules/lang.md): Enforce lang attribute has a valid value.
100100
- [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.
101101
- [no-access-key](docs/rules/no-access-key.md): Enforce that the `accessKey` prop is not used on any element to avoid complications with keyboard commands used by a screenreader.
102-
- [no-marquee](docs/rules/no-marquee.md): Enforce `<marquee>` elements are not used.
102+
- [no-distracting-elements](docs/rules/no-distracting-elements.md): Enforce distracting elements are not used.
103103
- [no-onchange](docs/rules/no-onchange.md): Enforce usage of `onBlur` over `onChange` on select menus for accessibility.
104104
- [no-static-element-interactions](docs/rules/no-static-element-interactions.md): Enforce non-interactive elements have no interactive handlers.
105105
- [onclick-has-focus](docs/rules/onclick-has-focus.md): Enforce that elements with `onClick` handlers must be focusable.

0 commit comments

Comments
 (0)