From 9c7b9f1d887db69edac6cff96b56a096a9e02e7a Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Thu, 8 Feb 2018 04:24:44 +0100 Subject: [PATCH] fix(audio-caption): Change tag wcag122 to wcag121 #686 (#721) --- doc/rule-descriptions.md | 2 +- lib/rules/audio-caption.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 84f18d1d73..742202b8c3 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -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 | diff --git a/lib/rules/audio-caption.json b/lib/rules/audio-caption.json index 8328d5e624..4a7452cd71 100644 --- a/lib/rules/audio-caption.json +++ b/lib/rules/audio-caption.json @@ -5,7 +5,7 @@ "tags": [ "cat.time-and-media", "wcag2a", - "wcag122", + "wcag121", "section508", "section508.22.a" ],