jsx-eslint / eslint-plugin-jsx-a11y

Static AST checker for a11y rules on JSX elements.
MIT License
3.41k stars 635 forks source link

`aria-activedescendant-has-tabindex` docs are outdated #924

Closed dummdidumm closed 1 year ago

dummdidumm commented 1 year ago

https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/docs/rules/aria-activedescendant-has-tabindex.md says that a negative tabindex makes this rule fail. But that was updated in #708, but the docs generator likely wasn't run again for those docs.

ljharb commented 1 year ago

The docs generator doesn't handle most of the prose :-) a PR to fix the examples would be appreciated.