From 1b7b682035cbd6ed713388735d75642d70810eb5 Mon Sep 17 00:00:00 2001 From: daniel-montalvo Date: Thu, 19 Jan 2023 13:04:23 +0100 Subject: [PATCH] #53 --- respec-config.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/respec-config.js b/respec-config.js index c5ce8d8e..9a943967 100644 --- a/respec-config.js +++ b/respec-config.js @@ -65,10 +65,17 @@ var respecConfig = { "date": "2002", "title": "Independent Analysis of the ITC Photosensitive Epilepsy Calibration Test Tape" }, - - "IEC-4WD": { + "UNDERSTANDING-WCAG22" : { + "title": "Understanding Web Content Accessibility Guidelines 2.2", + "href": "https://www.w3.org/WAI/WCAG22/Understanding/", + }, + "WCAG22-TECHS": { + "title": "Techniques for WCAG 2.2", + href: "https://www.w3.org/WAI/WCAG22/Techniques/", + }, + "IEC-4WD": { "date": "May 5, 1998", "title": "IEC/4WD 61966-2-1: Colour Measurement and Management in Multimedia Systems and Equipment - Part 2.1: Default Colour Space - sRGB", - } - } + }, + }, };