Skip to content

Commit

Permalink
Merge pull request dequelabs#832 from dequelabs/video-sc-nums
Browse files Browse the repository at this point in the history
fix: Tag video-caption only as SC 1.2.2
  • Loading branch information
dylanb committed Apr 6, 2018
2 parents b48c5ed + 87818e7 commit 8293fdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -65,5 +65,5 @@
| td-headers-attr | Ensure that each cell in a table using the headers refers to another cell in that table | cat.tables, wcag2a, wcag131, section508, section508.22.g | true |
| th-has-data-cells | Ensure that each table header in a data table refers to data cells | cat.tables, wcag2a, wcag131, section508, section508.22.g | true |
| valid-lang | Ensures lang attributes have valid values | cat.language, wcag2aa, wcag312 | true |
| video-caption | Ensures <video> elements have captions | cat.text-alternatives, wcag2a, wcag122, wcag123, section508, section508.22.a | true |
| video-caption | Ensures <video> elements have captions | cat.text-alternatives, wcag2a, wcag122, section508, section508.22.a | true |
| video-description | Ensures <video> elements have audio descriptions | cat.text-alternatives, wcag2aa, wcag125, section508, section508.22.b | true |
1 change: 0 additions & 1 deletion lib/rules/video-caption.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"cat.text-alternatives",
"wcag2a",
"wcag122",
"wcag123",
"section508",
"section508.22.a"
],
Expand Down

0 comments on commit 8293fdd

Please sign in to comment.