Restructured ROADMAP.md

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-06-18 11:26:49 +04:00
parent 75ab45106f
commit 429404c8e2
11 changed files with 667 additions and 673 deletions

38
docs/roadmap/jsx-a11y.md Normal file
View File

@@ -0,0 +1,38 @@
# 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"