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
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Some of the rules are already implemented, but some of them don't cover all cases: #3640
Sources of truths
eslint-plugin-jsx-a11y, the documentation will probably have examples that are more up to date;
former accessibility rules, let's use these names, the implementation in this code base might be out of date, let's use the plugin to identify edge cases;
Description
This umbrella is meant to track only accessibility rules.
Contributions guidelines in case people would like to contribute.
Some of the rules are already implemented, but some of them don't cover all cases: #3640
Sources of truths
eslint-plugin-jsx-a11y
, the documentation will probably have examples that are more up to date;Tasks
rome_aria
metadata for ARIA attributes #3949rome_aria
metadata aboutbaseConcepts
#3950These metadata are required for
noRedundantRoles
andnoNoninteractiveTabindex
useKeyWithClickEvents
and userome_aria
if neededbuild.rs
script #3951Rules
useAriaPropsForRole
#3822useAriaPropTypes
#3886useAriaProps
#3887The text was updated successfully, but these errors were encountered: