-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from yoavweiss/change_editors
Change editors
- Loading branch information
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -12,20 +12,21 @@ | |
specStatus: 'ED', | ||
shortName: 'user-timing-3', | ||
editors: [{ | ||
name: 'Ilya Grigorik', | ||
url: 'https://www.igvita.com/', | ||
mailto: '[email protected]', | ||
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: '[email protected]', | ||
company: 'Google', | ||
companyURL: 'https://google.com/', | ||
w3cid: '56102' | ||
}, | ||
{ | ||
name: 'Jatinder Mann', | ||
company: 'Microsoft Corp.', | ||
note: 'Until February 2014', | ||
|
@@ -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", | ||
|
@@ -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> | ||
|