-
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(checks,rules): remove deprecated checks and rules #2214
Conversation
| [layout-table](https://dequeuniversity.com/rules/axe/3.5/layout-table?application=RuleDescription) | Ensures presentational <table> elements do not use <th>, <caption> elements or the summary attribute | Serious | cat.semantics, wcag2a, wcag131, deprecated | failure | | ||
| [radiogroup](https://dequeuniversity.com/rules/axe/3.5/radiogroup?application=RuleDescription) | Ensures related <input type="radio"> elements have a group and that the group designation is consistent | Critical | cat.forms, best-practice, deprecated | failure | | ||
| [video-description](https://dequeuniversity.com/rules/axe/3.5/video-description?application=RuleDescription) | Ensures <video> elements have audio descriptions | Critical | cat.text-alternatives, wcag2aa, wcag125, section508, section508.22.b, deprecated | needs review | | ||
| Rule ID | Description | Impact | Tags | Issue Type | |
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.
This should have better text than just column headers. Something like None
would be better. Wdyt?
| [radiogroup](https://dequeuniversity.com/rules/axe/3.5/radiogroup?application=RuleDescription) | Ensures related <input type="radio"> elements have a group and that the group designation is consistent | Critical | cat.forms, best-practice, deprecated | failure | | ||
| [video-description](https://dequeuniversity.com/rules/axe/3.5/video-description?application=RuleDescription) | Ensures <video> elements have audio descriptions | Critical | cat.text-alternatives, wcag2aa, wcag125, section508, section508.22.b, deprecated | needs review | | ||
| Rule ID | Description | Impact | Tags | Issue Type | | ||
| :------ | :---------- | :----- | :--- | :--------- | |
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.
This shouldn't be an empty table, maybe we can replace this with something like "No deprecated rules"
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'll create a tech debt ticket and fix it in another pr
So begins our breaking changes to axe-core. Also remove 2 unused table checks (
headers-visible-text
andth-single-row-column
).Partially closes issue: #2189
Reviewer checks
Required fields, to be filled out by PR reviewer(s)