Skip to content

Commit

Permalink
feat: Deprecate audio-caption rule (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Aug 21, 2018
1 parent fb6438b commit 3b05fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rule-descriptions.md
Expand Up @@ -12,7 +12,7 @@
| aria-roles | Ensures all elements with a role attribute use a valid value | Serious, Critical | cat.aria, wcag2a, wcag412 | true |
| aria-valid-attr-value | Ensures all ARIA attributes have valid values | Critical | cat.aria, wcag2a, wcag412 | true |
| aria-valid-attr | Ensures attributes that begin with aria- are valid ARIA attributes | Critical | cat.aria, wcag2a, wcag412 | true |
| audio-caption | Ensures <audio> elements have captions | Critical | cat.time-and-media, wcag2a, wcag121, section508, section508.22.a | true |
| audio-caption | Ensures <audio> elements have captions | Critical | cat.time-and-media, wcag2a, wcag121, section508, section508.22.a | false |
| autocomplete-valid | Ensure the autocomplete attribute is correct and suitable for the form field | Serious | cat.forms, wcag21aa, wcag135 | true |
| blink | Ensures <blink> elements are not used | Serious | cat.time-and-media, wcag2a, wcag222, section508, section508.22.j | true |
| button-name | Ensures buttons have discernible text | Serious, Critical | cat.name-role-value, wcag2a, wcag412, section508, section508.22.a | true |
Expand Down
1 change: 1 addition & 0 deletions lib/rules/audio-caption.json
@@ -1,6 +1,7 @@
{
"id": "audio-caption",
"selector": "audio",
"enabled": false,
"excludeHidden": false,
"tags": [
"cat.time-and-media",
Expand Down

1 comment on commit 3b05fee

@jeankaplansky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The audio-caption rule will be "unpublished" in 3.1 axe-core rule help.

Please sign in to comment.