Skip to content

Commit b280be3

Browse files
committed
Dealing with pubrules and Gregg's editor status
1 parent 3822f4c commit b280be3

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

spec/index.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,21 @@
3131
prevRecShortname: "trig",
3232

3333
editors: [
34-
{ name: "Gregg Kellogg", w3cid: "44770" },
34+
{
35+
name: "Gregg Kellogg",
36+
w3cid: "44770",
37+
//retiredDate: "2025-09-06", // Respec would automatically move Gregg to the 'Former Editors' section
38+
note: "until 2025-09-06",
39+
extras: [
40+
{name: "in memoriam", class: "former"},
41+
],
42+
},
3543
{ name: "Dominik Tomaszuk", w3cid: "44239"},
3644
],
3745

3846
formerEditors: [
39-
{ name: "Gavin Carothers" },
40-
{ name: "Andy Seaborne" }
47+
{ name: "Gavin Carothers" , note: "RDF 1.1" },
48+
{ name: "Andy Seaborne" , note: "RDF 1.1" },
4149
],
4250

4351
authors: [

0 commit comments

Comments
 (0)