Skip to content

Commit

Permalink
Mark Justin as former editor
Browse files Browse the repository at this point in the history
only current WG participants can be spec editors
  • Loading branch information
dontcallmedom committed Aug 29, 2024
1 parent fc5fbd9 commit 2836db6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ var respecConfig = {
editors: [
// { name: "Your Name", url: "http://example.org/",
// company: "Your Company", companyURL: "http://example.com/" },
{ name: "Justin Uberti", company: "Google", w3cid: 51065 },
{ name: "Guido Urdaneta", company: "Google", w3cid: 84810 },
{ name: "Youenn Fablet", company: "Apple", w3cid: 96458 }
],
formerEditors: [
{ name: "Justin Uberti", company: "Google", w3cid: 51065, retiredDate: "2021-06-23" },
],

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

0 comments on commit 2836db6

Please sign in to comment.