From 71c4bf9b67e70802b0c228540f8662d36cc1241b Mon Sep 17 00:00:00 2001 From: Chuck Crandall Date: Wed, 3 Nov 2021 16:32:37 -0600 Subject: [PATCH] Removing rule looking for tag. <noembed> is deprecated. --- src/rules.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rules.json b/src/rules.json index 5f9fcf4..0ecbff5 100644 --- a/src/rules.json +++ b/src/rules.json @@ -9,7 +9,6 @@ "CidiLabs\\PhpAlly\\Rule\\CssTextHasContrast", "CidiLabs\\PhpAlly\\Rule\\CssTextStyleEmphasize", "CidiLabs\\PhpAlly\\Rule\\DocumentReadingDirection", - "CidiLabs\\PhpAlly\\Rule\\EmbedHasAssociatedNoEmbed", "CidiLabs\\PhpAlly\\Rule\\FontIsNotUsed", "CidiLabs\\PhpAlly\\Rule\\HeadersHaveText", "CidiLabs\\PhpAlly\\Rule\\HeadingsInOrder",