diff options
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -328,6 +328,45 @@ - [ ] "prefer-default-export" - [ ] "unambiguous" +## 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" + ## Security - [ ] "detect-buffer-noassert" |