From 3eb1691cfab82ade2b306527db115b2284308f88 Mon Sep 17 00:00:00 2001 From: Boris Doubrov Date: Tue, 7 May 2024 17:16:14 +0300 Subject: [PATCH] Update validationErrorStatus.json added WCAG 2.2, 4.1.2-55 removed WCAG 2.2, 4.1.3-1 --- .../layouts/pages/inspect/validationErrorStatus.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/common/components/layouts/pages/inspect/validationErrorStatus.json b/src/common/components/layouts/pages/inspect/validationErrorStatus.json index 1bc4d462..95501fea 100644 --- a/src/common/components/layouts/pages/inspect/validationErrorStatus.json +++ b/src/common/components/layouts/pages/inspect/validationErrorStatus.json @@ -346,13 +346,11 @@ "STATUS": "warning", "CATEGORY": "code", "RATIONALE": "If a note is tagged as a normal paragraph, a screenreader will not recognise it as a note and will read it inline with the rest of the text." - } - }, - "4.1.3": { - "1": { - "STATUS": "error", + }, + "55": { + "STATUS": "warning", "CATEGORY": "code", - "RATIONALE": "If content has been tagged inappropriately, reader software for people with visual impairments will not read the document out in the correct way or order." + "RATIONALE": "Section heading must be grouped with the content of the corresponding content" } } },