Skip to content

Commit 079df5e

Browse files
authored
Update for 2.2 publication Dec 2024 (#4163)
1 parent 7aad7a7 commit 079df5e

File tree

1 file changed

+8
-48
lines changed

1 file changed

+8
-48
lines changed

guidelines/respec-config.js

Lines changed: 8 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ var respecConfig = {
88
permalinkHide: false,
99
tocIntroductory: true,
1010
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
11-
specStatus: "ED",
11+
specStatus: "REC",
1212
//crEnd: "2012-04-30",
1313
//perEnd: "2013-07-23",
14-
publishDate: "2023-10-05",
14+
publishDate: "2024-12-12",
1515
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
1616

1717
// the specifications short name, as in https://www.w3.org/TR/short-name/
@@ -62,62 +62,22 @@ var respecConfig = {
6262
companyURI: "https://loc.gov/",
6363
w3cid: 90310
6464
},
65-
{
65+
{
6666
name: "Michael Cooper",
6767
url: 'https://www.w3.org/People/cooper',
68-
//mailto: "cooper@w3.org",
6968
company: "W3C",
7069
companyURI: "https://www.w3.org",
71-
w3cid: 34017
70+
w3cid: 34017,
71+
retiredDate: "2023-07-31"
7272
},
7373
{
7474
name: "Andrew Kirkpatrick",
75-
//url: "http://www.adobe.com/",
76-
mailto: "akirkpat@adobe.com",
7775
company: "Adobe",
7876
companyURI: "http://www.adobe.com/",
79-
w3cid: 39770
77+
w3cid: 39770,
78+
retiredDate: "2020-03-04"
8079
}
81-
],
82-
/*
83-
formerEditors: [
84-
{
85-
name: "Ben Caldwell",
86-
company: "Trace R&D Center, University of Wisconsin-Madison",
87-
w3cid: 33602
88-
},
89-
{
90-
name: "Loretta Guarino Reid",
91-
company: "Google, Inc.",
92-
w3cid: 35436
93-
},
94-
{
95-
name: "Gregg Vanderheiden",
96-
company: "Trace R&D Center, University of Wisconsin-Madison",
97-
w3cid: 3442
98-
},
99-
{
100-
name: "Wendy Chisholm",
101-
company: "W3C",
102-
w3cid: 4099
103-
},
104-
{
105-
name: "John Slatin",
106-
company: "Accessibility Institute, University of Texas at Austin",
107-
w3cid: 35537
108-
},
109-
{
110-
name: "Jason White",
111-
company: "University of Melbourne",
112-
w3cid: 74028
113-
},
114-
{
115-
name: "Joshue O Connor",
116-
company: "Invited Expert, InterAccess",
117-
w3cid: 41218
118-
}
119-
],
120-
*/
80+
],
12181

12282
// authors, add as many as you like.
12383
// This is optional, uncomment if you have authors as well as editors.

0 commit comments

Comments
 (0)