From 5a00d4c7944e809361e61cd34986080ac06e0d45 Mon Sep 17 00:00:00 2001 From: Kevin White Date: Wed, 15 May 2024 09:31:21 +0300 Subject: [PATCH] Fix user ids --- guidelines/respec-config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guidelines/respec-config.js b/guidelines/respec-config.js index 29197d4..35d2f4e 100644 --- a/guidelines/respec-config.js +++ b/guidelines/respec-config.js @@ -9,7 +9,7 @@ var respecConfig = { specStatus: "ED", //crEnd: "2012-04-30", //perEnd: "2013-07-23", - //publishDate: "2013-08-22", + publishDate: "2024-05-16", // the specifications short name, as in https://www.w3.org/TR/short-name/ shortName: "wcag-3.0", @@ -45,13 +45,13 @@ var respecConfig = { mailto: "charles.adams@oracle.com", company: "Oracle", companyURI: "https://www.oracle.com/", - w3cid: 34017 + w3cid: 104852 }, { name: "Alastair Campbell", mailto: "acampbell@nomensa.com", company: "Nomensa", companyURI: "https://www.nomensa.com/", - w3cid: 34017 + w3cid: 44689 }, { name: "Kevin White", mailto: "kevin@w3.org",