diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index a0df1e7d8f..57e3fd1067 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -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 | \ No newline at end of file diff --git a/lib/rules/video-caption.json b/lib/rules/video-caption.json index 81470fb595..7b052f3157 100644 --- a/lib/rules/video-caption.json +++ b/lib/rules/video-caption.json @@ -6,7 +6,6 @@ "cat.text-alternatives", "wcag2a", "wcag122", - "wcag123", "section508", "section508.22.a" ],