From 28f44779c6e6d809cff243937651cb97462fe327 Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Thu, 6 Jul 2017 15:33:03 +0200 Subject: [PATCH] fix: Align impact levels with Deque Way --- lib/checks/color/link-in-text-block.json | 2 +- lib/checks/keyboard/accesskeys.json | 2 +- lib/checks/lists/listitem.json | 2 +- lib/checks/media/description.json | 2 +- lib/checks/navigation/header-present.json | 2 +- lib/checks/navigation/heading-order.json | 2 +- lib/checks/navigation/internal-link-present.json | 2 +- lib/checks/navigation/p-as-heading.json | 2 +- lib/checks/navigation/skip-link.json | 2 +- lib/checks/shared/aria-label.json | 2 +- lib/checks/shared/aria-labelledby.json | 2 +- lib/checks/shared/doc-has-title.json | 2 +- lib/checks/shared/has-visible-text.json | 2 +- lib/checks/shared/is-on-screen.json | 2 +- lib/checks/shared/non-empty-title.json | 2 +- lib/checks/shared/role-none.json | 2 +- lib/checks/shared/role-presentation.json | 2 +- lib/checks/tables/caption-faked.json | 2 +- lib/checks/tables/html5-scope.json | 2 +- lib/checks/tables/same-caption-summary.json | 2 +- lib/checks/tables/th-has-data-cells.json | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/lib/checks/color/link-in-text-block.json b/lib/checks/color/link-in-text-block.json index add008b132..bcfd359747 100644 --- a/lib/checks/color/link-in-text-block.json +++ b/lib/checks/color/link-in-text-block.json @@ -2,7 +2,7 @@ "id": "link-in-text-block", "evaluate": "link-in-text-block.js", "metadata": { - "impact": "critical", + "impact": "serious", "messages": { "pass": "Links can be distinguished from surrounding text in a way that does not rely on color", "fail": "Links can not be distinguished from surrounding text in a way that does not rely on color", diff --git a/lib/checks/keyboard/accesskeys.json b/lib/checks/keyboard/accesskeys.json index ed313c8f0e..d0c7328053 100644 --- a/lib/checks/keyboard/accesskeys.json +++ b/lib/checks/keyboard/accesskeys.json @@ -3,7 +3,7 @@ "evaluate": "accesskeys.js", "after": "accesskeys-after.js", "metadata": { - "impact": "critical", + "impact": "serious", "messages": { "pass": "Accesskey attribute value is unique", "fail": "Document has multiple elements with the same accesskey" diff --git a/lib/checks/lists/listitem.json b/lib/checks/lists/listitem.json index 0e6daecd85..0b0512ad1c 100644 --- a/lib/checks/lists/listitem.json +++ b/lib/checks/lists/listitem.json @@ -2,7 +2,7 @@ "id": "listitem", "evaluate": "listitem.js", "metadata": { - "impact": "critical", + "impact": "serious", "messages": { "pass": "List item has a