|
8 | 8 | <script class='remove'>
|
9 | 9 | var respecConfig = {
|
10 | 10 | group: "webperf",
|
11 |
| - shortName: "network-error-logging", |
| 11 | + github: "w3c/network-error-logging", |
12 | 12 | specStatus: "ED",
|
13 |
| - edDraftURI: "https://w3c.github.io/network-error-logging/", |
14 | 13 | editors: [{
|
15 | 14 | name: "Douglas Creager",
|
16 | 15 | url: "https://dcreager.net/",
|
17 |
| - |
18 | 16 | company: "GitHub",
|
19 |
| - w3cid: "103120" |
| 17 | + w3cid: "103120", |
20 | 18 | }, {
|
21 | 19 | name: "Ian Clelland",
|
22 |
| - |
23 | 20 | company: "Google",
|
24 |
| - w3cid: "76841" |
| 21 | + w3cid: "76841", |
25 | 22 | }],
|
26 | 23 | formerEditors: [{
|
27 | 24 | name: "Ilya Grigorik",
|
28 | 25 | url: "https://www.igvita.com/",
|
29 |
| - |
30 | 26 | company: "Google",
|
31 |
| - note: "Until August 2019", |
32 |
| - w3cid: "56102" |
| 27 | + retiredDate: "2019-08-01", |
33 | 28 | }, {
|
34 | 29 | name: "Julia Tuttle",
|
35 |
| - |
36 | 30 | company: "Google",
|
37 |
| - note: "Until September 2017", |
38 |
| - w3cid: "97131" |
| 31 | + retiredDate: "2017-09-01", |
39 | 32 | }, {
|
40 | 33 | name: "Arvind Jain",
|
41 | 34 | company: "Google",
|
42 |
| - note: "Until January 2015", |
43 |
| - w3cid: "45188" |
| 35 | + retiredDate: "2015-01-01", |
44 | 36 | }, {
|
45 | 37 | name: "Alois Reitbauer",
|
46 |
| - |
47 | 38 | company: "Compuware Corp.",
|
48 |
| - note: "Until October 2014", |
49 |
| - w3cid: "48276" |
| 39 | + retiredDate: "2014-10-01", |
50 | 40 | }, {
|
51 | 41 | name: "Jatinder Mann",
|
52 |
| - |
53 | 42 | company: "Microsoft",
|
54 |
| - note: "Until February 2014", |
55 |
| - w3cid: "44357" |
| 43 | + retiredDate: "2014-02-01", |
56 | 44 | }],
|
57 |
| - noLegacyStyle: true, |
58 |
| - otherLinks: [{ |
59 |
| - key: 'Repository', |
60 |
| - data: [{ |
61 |
| - value: 'We are on Github.', |
62 |
| - href: 'https://github.com/w3c/network-error-logging/' |
63 |
| - }, { |
64 |
| - value: 'File a bug.', |
65 |
| - href: 'https://github.com/w3c/network-error-logging/issues' |
66 |
| - }, { |
67 |
| - value: 'Commit history.', |
68 |
| - href: 'https://github.com/w3c/network-error-logging/commits/gh-pages/index.html' |
69 |
| - }] |
70 |
| - }] |
71 | 45 | };
|
72 | 46 | </script>
|
73 | 47 | <style>
|
|
0 commit comments