Skip to content

Commit

Permalink
feat(checks,rules): remove deprecated checks and rules (dequelabs#2214)
Browse files Browse the repository at this point in the history
* feat(checks,rules): remove deprecated checks and rules

* fix locales

* fix test

* remove weird description test in caption test
  • Loading branch information
straker committed May 7, 2020
1 parent 2429355 commit 317545a
Show file tree
Hide file tree
Showing 55 changed files with 4 additions and 2,628 deletions.
10 changes: 3 additions & 7 deletions doc/rule-descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ Rules we are still testing and developing. They are not enabled by default in ax

Deprecated rules are not enabled by default and will be removed in the next major release.

| Rule ID | Description | Impact | Tags | Issue Type |
| :----------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------- | :------- | :------------------------------------------------------------------------------- | :---------------- |
| [aria-dpub-role-fallback](https://dequeuniversity.com/rules/axe/3.5/aria-dpub-role-fallback?application=RuleDescription) | Ensures unsupported DPUB roles are only used on elements with implicit fallback roles | Moderate | cat.aria, wcag2a, wcag131, deprecated | failure |
| [checkboxgroup](https://dequeuniversity.com/rules/axe/3.5/checkboxgroup?application=RuleDescription) | Ensures related <input type="checkbox"> elements have a group and that the group designation is consistent | Critical | cat.forms, best-practice, deprecated | failure |
| [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 |
| :------ | :---------- | :----- | :--- | :--------- |

12 changes: 0 additions & 12 deletions lib/checks/aria/implicit-role-fallback-evaluate.js

This file was deleted.

12 changes: 0 additions & 12 deletions lib/checks/aria/implicit-role-fallback.json

This file was deleted.

29 changes: 0 additions & 29 deletions lib/checks/forms/fieldset-after.js

This file was deleted.

115 changes: 0 additions & 115 deletions lib/checks/forms/fieldset-evaluate.js

This file was deleted.

20 changes: 0 additions & 20 deletions lib/checks/forms/fieldset.json

This file was deleted.

20 changes: 0 additions & 20 deletions lib/checks/forms/group-labelledby-after.js

This file was deleted.

72 changes: 0 additions & 72 deletions lib/checks/forms/group-labelledby-evaluate.js

This file was deleted.

17 changes: 0 additions & 17 deletions lib/checks/forms/group-labelledby.json

This file was deleted.

14 changes: 0 additions & 14 deletions lib/checks/media/description-evaluate.js

This file was deleted.

11 changes: 0 additions & 11 deletions lib/checks/media/description.json

This file was deleted.

5 changes: 0 additions & 5 deletions lib/checks/tables/has-caption-evaluate.js

This file was deleted.

12 changes: 0 additions & 12 deletions lib/checks/tables/has-caption.json

This file was deleted.

5 changes: 0 additions & 5 deletions lib/checks/tables/has-summary-evaluate.js

This file was deleted.

12 changes: 0 additions & 12 deletions lib/checks/tables/has-summary.json

This file was deleted.

Loading

0 comments on commit 317545a

Please sign in to comment.