-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(radiogroup, checkboxgroup): deprecate radiogroup and checkboxgroup rules #1640
Conversation
Should also get @dylanb or @WilcoFiers approval before merging. |
Please hold this until we have had a discussion about the best path for replacement |
"metadata": { | ||
"description": "Ensures related <input type=\"checkbox\"> elements have a group and that the group designation is consistent", | ||
"help": "Checkbox inputs with the same name attribute value must be part of a group" | ||
}, | ||
"enabled": false, | ||
"all": [], | ||
"any": ["group-labelledby", "fieldset"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created an issue, because these two checks will also have to be deprecated. That has to be in a different PR though: #1733
Are there suggested replacement rules to use in place of the deprecated ones ? |
As per #176 (comment), deprecating the rules as they cause too many false positives.
As per our discussion on deprecating rules:
deprecated
tagLinked issue: #176
Closes: #1315
Reviewer checks
Required fields, to be filled out by PR reviewer(s)