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
@@ -93,6 +93,7 @@ You can also enable all the recommended rules at once. Add `plugin:jsx-a11y/reco
93
93
## Supported Rules
94
94
95
95
-[accessible-emoji](docs/rules/accessible-emoji.md): Enforce emojis are wrapped in <span> and provide screenreader access.
96
+
-[alt-text](docs/rules/alt-text.md): Enforce all elements that require alternative text have meaningful information to relay back to end user.
96
97
-[anchor-has-content](docs/rules/anchor-has-content.md): Enforce all anchors to contain accessible content.
97
98
-[aria-activedescendant-has-tabindex](docs/rules/aria-activedescendant-has-tabindex.md): Enforce elements with aria-activedescendant are tabbable.
98
99
-[aria-props](docs/rules/aria-props.md): Enforce all `aria-*` props are valid.
@@ -104,7 +105,6 @@ You can also enable all the recommended rules at once. Add `plugin:jsx-a11y/reco
104
105
-[href-no-hash](docs/rules/href-no-hash.md): Enforce an anchor element's `href` prop value is not just `#`.
105
106
-[html-has-lang](docs/rules/html-has-lang.md): Enforce `<html>` element has `lang` prop.
106
107
-[iframe-has-title](docs/rules/iframe-has-title.md): Enforce iframe elements have a title attribute.
107
-
-[img-has-alt](docs/rules/img-has-alt.md): Enforce that `<img>` JSX elements use the `alt` prop.
108
108
-[img-redundant-alt](docs/rules/img-redundant-alt.md): Enforce `<img>` alt prop does not contain the word "image", "picture", or "photo".
109
109
-[interactive-supports-focus](docs/rules/interactive-supports-focus.md): Enforce that elements with interactive handlers like `onClick` must be focusable.
110
110
-[label-has-for](docs/rules/label-has-for.md): Enforce that `<label>` elements have the `htmlFor` prop.
0 commit comments