From 079df5e52d7a2d16b3240c4398d489d53d0c777b Mon Sep 17 00:00:00 2001 From: Kevin White Date: Fri, 6 Dec 2024 15:54:29 +0000 Subject: [PATCH] Update for 2.2 publication Dec 2024 (#4163) --- guidelines/respec-config.js | 56 ++++++------------------------------- 1 file changed, 8 insertions(+), 48 deletions(-) diff --git a/guidelines/respec-config.js b/guidelines/respec-config.js index a6189081a5..75d1ff7d1d 100644 --- a/guidelines/respec-config.js +++ b/guidelines/respec-config.js @@ -8,10 +8,10 @@ var respecConfig = { permalinkHide: false, tocIntroductory: true, // specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED. - specStatus: "ED", + specStatus: "REC", //crEnd: "2012-04-30", //perEnd: "2013-07-23", - publishDate: "2023-10-05", + publishDate: "2024-12-12", diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl", // the specifications short name, as in https://www.w3.org/TR/short-name/ @@ -62,62 +62,22 @@ var respecConfig = { companyURI: "https://loc.gov/", w3cid: 90310 }, - { + { name: "Michael Cooper", url: 'https://www.w3.org/People/cooper', - //mailto: "cooper@w3.org", company: "W3C", companyURI: "https://www.w3.org", - w3cid: 34017 + w3cid: 34017, + retiredDate: "2023-07-31" }, { name: "Andrew Kirkpatrick", - //url: "http://www.adobe.com/", - mailto: "akirkpat@adobe.com", company: "Adobe", companyURI: "http://www.adobe.com/", - w3cid: 39770 + w3cid: 39770, + retiredDate: "2020-03-04" } - ], - /* - formerEditors: [ - { - name: "Ben Caldwell", - company: "Trace R&D Center, University of Wisconsin-Madison", - w3cid: 33602 - }, - { - name: "Loretta Guarino Reid", - company: "Google, Inc.", - w3cid: 35436 - }, - { - name: "Gregg Vanderheiden", - company: "Trace R&D Center, University of Wisconsin-Madison", - w3cid: 3442 - }, - { - name: "Wendy Chisholm", - company: "W3C", - w3cid: 4099 - }, - { - name: "John Slatin", - company: "Accessibility Institute, University of Texas at Austin", - w3cid: 35537 - }, - { - name: "Jason White", - company: "University of Melbourne", - w3cid: 74028 - }, - { - name: "Joshue O Connor", - company: "Invited Expert, InterAccess", - w3cid: 41218 - } - ], - */ + ], // authors, add as many as you like. // This is optional, uncomment if you have authors as well as editors.