Skip to content

Commit cf6321c

Browse files
authored
chore: add Editor IDs (#301)
1 parent 90fcf9d commit cf6321c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,35 @@
1818
email: "marcosc@apple.com",
1919
company: "Apple Inc.",
2020
companyURL: "https://apple.com",
21+
w3cid: 39125,
2122
},
2223
{
2324
name: "Tim Cappalli",
2425
email: "tim.cappalli@okta.com",
2526
company: "Okta",
2627
companyURL: "https://okta.com",
28+
w3cid: 111190,
2729
},
2830
{
2931
name: "Mohamed Amir Yosef",
3032
email: "mamir@google.com",
3133
company: "Google Inc.",
3234
companyURL: "https://google.com",
35+
w3cid: 158857,
3336
},
3437
{
3538
name: "Sam Goto",
3639
email: "goto@google.com",
3740
company: "Google Inc.",
3841
companyURL: "https://google.com",
3942
retiredDate: "2025-05-02",
43+
w3cid: 50308,
4044
},
4145
// Add additional editors here.
4246
// https://github.com/w3c/respec/wiki/editors
4347
],
4448
latestVersion: null,
49+
canonicalURI: "TR",
4550
shortName: "digital-credentials",
4651
specStatus: "ED",
4752
edDraftURI: "https://w3c-fedid.github.io/digital-credentials/",

0 commit comments

Comments
 (0)