-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed as not planned
Labels
Description
Describe the problem
The current a11y check is far from perfect. There are many open and closed issues related to it.
If a user cares about the quality of his project, including accessibility, he probably uses eslint anyway. For others, frequent warnings only annoy them and they have to turn off the check manually.
Describe the proposed solution
The a11y check is a large number of checks of various sizes and complexity that can be disabled or configured. This is literally a regular eslint plugin.
In addition, it needs to be greatly improved: slots, actions, custom elements, etc. It is better to put all this in a separate repository.
Alternatives considered
Leave everything as it is.
Importance
would make my life easier
j3rem1e, gterras, eunukasiko, mugpet, EricRovell and 35 morebrunnerh, tipsypastels, mallsoft and Sebi2020