Skip to content

Commit

Permalink
Merge pull request #78 from yoavweiss/change_editors
Browse files Browse the repository at this point in the history
Change editors
  • Loading branch information
yoavweiss committed Mar 8, 2021
2 parents f1cc70d + 070626f commit 0268b1c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>User Timing Level 3</title>
<meta charset="utf-8">
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove">
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove">
</script>
<script class="remove">
// (this is to make tidy happy)
Expand All @@ -12,20 +12,21 @@
specStatus: 'ED',
shortName: 'user-timing-3',
editors: [{
name: 'Ilya Grigorik',
url: 'https://www.igvita.com/',
mailto: 'igrigorik@gmail.com',
company: 'Google',
companyURL: 'https://google.com/',
w3cid: '56102'
}, {
name: 'Nicolas Pena Moreno',
name: "Nicolás Peña Moreno",
url: 'https://github.com/npm1',
company: 'Google',
companyURL: 'https://google.com/',
w3cid: '103755'
}],
formerEditors: [{
name: 'Ilya Grigorik',
url: 'https://www.igvita.com/',
mailto: 'igrigorik@gmail.com',
company: 'Google',
companyURL: 'https://google.com/',
w3cid: '56102'
},
{
name: 'Jatinder Mann',
company: 'Microsoft Corp.',
note: 'Until February 2014',
Expand All @@ -44,8 +45,7 @@
note: 'until March 2011',
w3cid: '45288'
}],
wg: 'Web Performance Working Group',
wgURI: 'https://www.w3.org/webperf/',
group:"webperf",
wgPublicList: 'public-web-perf',
subjectPrefix: '[UserTiming]',
testSuiteURI: "https://wpt.fyi/results/user-timing",
Expand All @@ -63,7 +63,6 @@
// This is important for Rec-track documents, do not copy a patent URI
// from a random document unless you know what you're doing. If in
// doubt ask your friendly neighbourhood Team Contact.
wgPatentURI: 'https://www.w3.org/2004/01/pp-impl/45211/status',
xref: true,
};
</script>
Expand Down

0 comments on commit 0268b1c

Please sign in to comment.