Skip to content

Commit 3dd34f3

Browse files
committed
Dealing with pubrules and Gregg's editor status
1 parent acd5212 commit 3dd34f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

spec/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@
3030
prevRecShortname: "rdf-syntax-grammar",
3131

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

3644
formerEditors: [

0 commit comments

Comments
 (0)