Skip to content

Commit e871726

Browse files
authored
Merge pull request #289 from siusin/main
chore: update the editor list
2 parents 3faf529 + a296150 commit e871726

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818
},
1919
testSuiteURI: "https://wpt.live/web-share/",
2020
group: "webapps",
21-
editors: [{
21+
editors: [
22+
{
23+
name: "Marcos Cáceres",
24+
company: "Apple Inc.",
25+
companyURL: "https://apple.com",
26+
w3cid: 39125,
27+
}],
28+
formerEditors: [{
2229
name: "Matt Giuca",
2330
company: "Google Inc.",
2431
companyURL: "https://google.com",
@@ -29,12 +36,6 @@
2936
company: "Google Inc.",
3037
companyURL: "https://google.com",
3138
w3cid: 67534
32-
},
33-
{
34-
name: "Marcos Cáceres",
35-
company: "Apple Inc.",
36-
companyURL: "https://apple.com",
37-
w3cid: 39125,
3839
}],
3940
caniuse: {
4041
feature: "web-share",

0 commit comments

Comments
 (0)