Skip to content

Commit

Permalink
fix(audio-caption): Change tag wcag122 to wcag121 #686 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoFiers committed Feb 8, 2018
1 parent 0440c9b commit 9c7b9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/rule-descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| aria-roles | Ensures all elements with a role attribute use a valid value | cat.aria, wcag2a, wcag131, wcag411, wcag412 | true |
| aria-valid-attr-value | Ensures all ARIA attributes have valid values | cat.aria, wcag2a, wcag131, wcag411, wcag412 | true |
| aria-valid-attr | Ensures attributes that begin with aria- are valid ARIA attributes | cat.aria, wcag2a, wcag411 | true |
| audio-caption | Ensures <audio> elements have captions | cat.time-and-media, wcag2a, wcag122, section508, section508.22.a | true |
| audio-caption | Ensures <audio> elements have captions | cat.time-and-media, wcag2a, wcag121, section508, section508.22.a | true |
| blink | Ensures <blink> elements are not used | cat.time-and-media, wcag2a, wcag222, section508, section508.22.j | true |
| button-name | Ensures buttons have discernible text | cat.name-role-value, wcag2a, wcag412, section508, section508.22.a | true |
| bypass | Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content | cat.keyboard, wcag2a, wcag241, section508, section508.22.o | true |
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/audio-caption.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"tags": [
"cat.time-and-media",
"wcag2a",
"wcag122",
"wcag121",
"section508",
"section508.22.a"
],
Expand Down

0 comments on commit 9c7b9f1

Please sign in to comment.