We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3822f4c commit b280be3Copy full SHA for b280be3
1 file changed
spec/index.html
@@ -31,13 +31,21 @@
31
prevRecShortname: "trig",
32
33
editors: [
34
- { name: "Gregg Kellogg", w3cid: "44770" },
+ {
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
+ },
43
{ name: "Dominik Tomaszuk", w3cid: "44239"},
44
],
45
46
formerEditors: [
- { name: "Gavin Carothers" },
- { name: "Andy Seaborne" }
47
+ { name: "Gavin Carothers" , note: "RDF 1.1" },
48
+ { name: "Andy Seaborne" , note: "RDF 1.1" },
49
50
51
authors: [
0 commit comments