From 34c91b8cc415eb38c44a2041c502df1a3de83e0c Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Mon, 28 May 2018 12:58:03 +0200 Subject: [PATCH] fix: Update tags to accesskey & link-name rules --- lib/rules/accesskeys.json | 3 +-- lib/rules/link-name.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/rules/accesskeys.json b/lib/rules/accesskeys.json index ed68a50d91..9403d6fdb8 100644 --- a/lib/rules/accesskeys.json +++ b/lib/rules/accesskeys.json @@ -3,8 +3,7 @@ "selector": "[accesskey]", "excludeHidden": false, "tags": [ - "wcag2a", - "wcag211", + "best-practice", "cat.keyboard" ], "metadata": { diff --git a/lib/rules/link-name.json b/lib/rules/link-name.json index ea5e3b2f17..c86c2d03ac 100644 --- a/lib/rules/link-name.json +++ b/lib/rules/link-name.json @@ -5,7 +5,6 @@ "tags": [ "cat.name-role-value", "wcag2a", - "wcag111", "wcag412", "wcag244", "section508",