From 569540fd410b84aca8efde83afe024da31f02447 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 11 Jul 2022 15:26:52 -0700 Subject: [PATCH] Allow WAI-Adapt vocab in feeds --- scripts/bin/validate-feed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bin/validate-feed b/scripts/bin/validate-feed index 9008b46..8417f5e 100755 --- a/scripts/bin/validate-feed +++ b/scripts/bin/validate-feed @@ -61,7 +61,7 @@ validate_feed() { # 'should not contian" has a false positive triggered by ARIA # entries with the same timestamp isn't a big deal # unregistered link relationship is a false positive caused by an unknown namespace. - full_regex="Use of unknown namespace|Self reference doesn't match|should not contain (role|aria-labelledby|aria-label|aria-describedby|aria-hidden|controls) attribute|$rel_mention_string|entries with the same value|Validating $url" + full_regex="Use of unknown namespace|Self reference doesn't match|should not contain (role|aria-labelledby|aria-label|aria-describedby|aria-hidden|controls|data-literal) attribute|$rel_mention_string|entries with the same value|Validating $url" run_validator \ | grep -Ev "$full_regex"