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
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ configuration file by mapping each custom component name to a DOM element type.
145
145
|[media-has-caption](docs/rules/media-has-caption.md)| Enforces that `<audio>` and `<video>` elements must have a `<track>` for captions. | ☑️ 🔒 |||
146
146
|[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. | ☑️ 🔒 |||
147
147
|[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. | ☑️ 🔒 |||
148
+
|[no-aria-hidden-on-focusable](docs/rules/no-aria-hidden-on-focusable.md)| Disallow `aria-hidden="true"` from being set on focusable elements. ||||
148
149
|[no-autofocus](docs/rules/no-autofocus.md)| Enforce autoFocus prop is not used. | ☑️ 🔒 |||
149
150
|[no-distracting-elements](docs/rules/no-distracting-elements.md)| Enforce distracting elements are not used. | ☑️ 🔒 |||
150
151
|[no-interactive-element-to-noninteractive-role](docs/rules/no-interactive-element-to-noninteractive-role.md)| Interactive elements should not be assigned non-interactive roles. | ☑️ 🔒 |||
0 commit comments