eslint-config/docs/roadmap/jsx-a11y.md
Valentin Popov 429404c8e2 Restructured ROADMAP.md
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 11:26:49 +04:00

39 lines
1.1 KiB
Markdown

# jsx-a11y
- [ ] "accessible-emoji"
- [ ] "alt-text"
- [ ] "anchor-has-content"
- [ ] "anchor-is-valid"
- [ ] "aria-activedescendant-has-tabindex"
- [ ] "aria-props"
- [ ] "aria-proptypes"
- [ ] "aria-role"
- [ ] "aria-unsupported-elements"
- [ ] "autocomplete-valid"
- [ ] "click-events-have-key-events"
- [ ] "control-has-associated-label"
- [ ] "heading-has-content"
- [ ] "html-has-lang"
- [ ] "iframe-has-title"
- [ ] "img-redundant-alt"
- [ ] "interactive-supports-focus"
- [ ] "label-has-associated-control"
- [ ] "label-has-for"
- [ ] "lang"
- [ ] "media-has-caption"
- [ ] "mouse-events-have-key-events"
- [ ] "no-access-key"
- [ ] "no-autofocus"
- [ ] "no-distracting-elements"
- [ ] "no-interactive-element-to-noninteractive-role"
- [ ] "no-noninteractive-element-interactions"
- [ ] "no-noninteractive-element-to-interactive-role"
- [ ] "no-noninteractive-tabindex"
- [ ] "no-onchange"
- [ ] "no-redundant-roles"
- [ ] "no-static-element-interactions"
- [ ] "role-has-required-aria-props"
- [ ] "role-supports-aria-props"
- [ ] "scope"
- [ ] "tabindex-no-positive"