Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 2.2 publication Dec 2024 #4163

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 8 additions & 48 deletions guidelines/respec-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -62,62 +62,22 @@ var respecConfig = {
companyURI: "https://loc.gov/",
w3cid: 90310
},
{
{
name: "Michael Cooper",
url: 'https://www.w3.org/People/cooper',
//mailto: "[email protected]",
company: "W3C",
companyURI: "https://www.w3.org",
w3cid: 34017
w3cid: 34017,
retiredDate: "2023-07-31"
},
{
name: "Andrew Kirkpatrick",
//url: "http://www.adobe.com/",
mailto: "[email protected]",
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.
Expand Down