From d2b090143ddf77e972c20fc2231490a8b63b393d Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Thu, 2 Nov 2023 17:56:28 +0100 Subject: [PATCH] Fix issue in rule mapping --- wcag-mapping.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wcag-mapping.json b/wcag-mapping.json index f8e8eb25..a46d0d5d 100644 --- a/wcag-mapping.json +++ b/wcag-mapping.json @@ -215,13 +215,13 @@ "proposed": false }, { - "title": "Line height in style attributes is not !important", + "title": "Important line height in style attributes is wide enough", "permalink": "/standards-guidelines/act/rules/78fd32/", "successCriteria": [ "text-spacing" ], "wcagTechniques": [], - "deprecated": true, + "deprecated": false, "proposed": false }, { @@ -334,13 +334,13 @@ "proposed": false }, { - "title": "Word spacing in style attributes is not !important", + "title": "Important word spacing in style attributes is wide enough", "permalink": "/standards-guidelines/act/rules/9e45ec/", "successCriteria": [ "text-spacing" ], "wcagTechniques": [], - "deprecated": true, + "deprecated": false, "proposed": false }, {