-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathindex.html
760 lines (633 loc) · 25.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
<!DOCTYPE html><html lang="en-US" data-gid="45211"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title class="group-data" data-query="group">Web Performance Working Group</title>
<meta name="description" content="A group page">
<link rel="preconnect" href="https://api.w3.org">
<link rel="preconnect" href="https://w3c.github.io">
<!--
To get your own API key, go to https://www.w3.org/users/myprofile/apikeys
-->
<style>
@keyframes fadeInOpacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body {
display: flex;
flex-direction: column;
max-width: 1240px;
margin: 0 auto;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
padding: 0 0.25cm;
}
a:link,
a:visited {
text-decoration: none;
color: #0d1321;
}
a:hover {
color: #1955a5;
}
dl,
h1,
h2,
ul,
p {
margin: 0;
padding: 0;
font-weight: normal;
}
li {
list-style: none;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
margin: 2rem 0 4rem;
flex-wrap: wrap;
}
header h1 {
font-weight: normal;
color: #0d1321;
font-size: 1.7em;
}
header p {
flex: 100%;
padding: 0 0em 0;
}
header nav a:hover {
color: black;
padding-bottom: 0.1cm;
border-bottom: 0.1cm solid black;
}
main {
margin-bottom: 4rem;
}
nav {
flex-grow: 1;
}
nav ul {
display: flex;
justify-content: flex-end;
}
header nav ul li:not(:first-child) {
margin-left: 0.5cm;
}
header li {
margin: 0;
padding: 0;
}
main section {
display: flex;
align-items: center;
align-items: stretch;
margin-bottom: 1cm;
}
main section>h2 {
font-size: 1.3em;
min-width: 4cm;
font-weight: bold;
}
#specs dl,
#repos dl,
#events dl {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 0;
max-height: 1000vh;
transition: max-height 5s ease-in-out 0s;
overflow: hidden;
}
#specs .status,
#repos .type {
color: #333;
}
#specs div,
#repos div,
#events div {
flex: 1 0 35%;
margin-bottom: 0.5cm;
opacity: 1;
max-width: calc(50% - 0.4cm);
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 1s;
}
#specs dd,
#repos dd,
#events dd {
margin: 0.1cm 0 0 0;
font-size: 0.8em;
color: #555;
}
#about {
height: 3cm;
display: flex;
align-items: stretch;
margin-bottom: 3rem;
}
#about * {
flex: 1;
box-sizing: border-box;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
#about h2 {
color: #748cab;
background-color: #1d2d44;
}
#about p {
padding: 1rem;
text-align: center;
}
footer {
padding: 1cm 1cm;
border-bottom: thin solid silver;
border-top: thin solid silver;
margin-bottom: 1cm;
}
footer ul {
align-items: stretch;
}
footer nav ul {
justify-content: space-between;
align-items: stretch;
}
.loading {
height: 1.5cm;
}
#participations {
columns: 4;
column-gap: 2cm;
}
#participations li {
margin-bottom: 0.2cm;
break-inside: avoid;
}
@media (max-width: 700px) {
body {
padding: 0;
}
header {
color: white;
display: flex;
margin: 0;
background: black;
padding: 0.2cm 0cm;
}
header h1 {
flex: 1;
order: 1;
font-weight: bold;
font-size: 1em;
text-align: center;
color: white;
}
header p {
order: 2;
font-size: 0.8em;
text-align: center;
flex: 100%;
}
header nav {
margin-top: 0.25cm;
order: 3;
padding: 0 0.2cm;
}
header nav ul {
padding: 0.2cm 0.2cm;
display: flex;
justify-content: space-between;
}
header nav ul li:not(:first-child) {
margin-left: 0.3cm;
}
header nav a:link,
header nav a:visited {
color: white;
}
main section:first-child {
margin-top: 1cm;
}
main section {
display: block;
padding: 0 1cm;
}
main section h2 {
margin-bottom: 0.5cm;
}
#specs div {
flex: 1 0 100%;
max-width: unset;
}
main {
margin-bottom: 0;
}
#participations {
columns: 2;
}
footer {
padding: 0.2cm 0 0.2cm 0;
border-bottom: thin solid silver;
border-top: thin solid silver;
font-size: 0.75em;
margin-bottom: 1cm;
}
footer nav {
padding: 0 0.2cm;
}
}
</style>
</head>
<body>
<header class="group-data" data-query="group">
<h1>Web Performance Working Group</h1>
<nav>
<ul>
<li>
<a href="https://www.w3.org/2021/02/webperf.html">Charter</a>
</li>
<li data-query="services.*[type=repository]"><a href="https://www.w3.org/PM/Groups/repositories.html?gid=45211">GitHub</a></li>
<li data-query="services.*[type=lists]"><a href="https://lists.w3.org/Archives/Public/public-web-perf/">Mailing
list</a></li>
<li data-query="services.*[type=twitter]"><a href="https://twitter.com/webperfwg">Twitter</a></li>
</ul>
</nav>
</header>
<main class="group-data" data-query="group">
<section id="mission">
<h2>Mission</h2>
<p>The mission of the Web Performance Working Group is to provide methods to measure aspects of application performance of user agent features and APIs.</p>
</section>
<section id="specs">
<h2>Specs</h2>
<dl id="specList" data-query="specifications.*[latest-status!=Retired]">
<div id="navigation-timing">
<dt><a href="https://www.w3.org/TR/navigation-timing/">Navigation Timing</a> - <span class="status">Recommendation</span></dt>
<dd><p>This document provides an interface for web applications to access timing information related to navigation and elements.</p></dd>
</div>
<div id="page-visibility">
<dt><a href="https://www.w3.org/TR/page-visibility/">Page Visibility (Second Edition)</a> - <span class="status">Recommendation</span></dt>
<dd><p> This specification defines a means for site developers to programmatically determine the current visibility state of the page in order to develop power and CPU efficient web applications. </p></dd>
</div>
<div id="performance-timeline-1">
<dt><a href="https://www.w3.org/TR/performance-timeline/">Performance Timeline</a> - <span class="status">Recommendation</span></dt>
<dd><p> This specification defines an interface for web applications to access timing information related to navigation and elements. It is used by other specifications, like User Timing. </p></dd>
</div>
<div id="resource-timing-1">
<dt><a href="https://www.w3.org/TR/resource-timing-1/">Resource Timing Level 1</a> - <span class="status">Candidate Recommendation Snapshot</span></dt>
<dd><p>This specification defines an interface for web applications to access timing information related to HTML elements.</p></dd>
</div>
<div id="beacon">
<dt><a href="https://www.w3.org/TR/beacon/">Beacon</a> - <span class="status">Candidate Recommendation Snapshot</span></dt>
<dd><p>This specification defines an interoperable means for site developers to asynchronously transfer data from the user agent to a web server, with the user agent taking the responsibility to eventually send the data.</p></dd>
</div>
<div id="longtasks-1">
<dt><a href="https://www.w3.org/TR/longtasks-1/">Long Tasks API 1</a> - <span class="status">First Public Working Draft</span></dt>
<dd><p>This document defines an API that web page authors can use to detect presence of “long tasks” that monopolize the UI thread for extended periods of time and block other critical tasks from being executed - e.g. reacting to user input.</p></dd>
</div>
<div id="paint-timing">
<dt><a href="https://www.w3.org/TR/paint-timing/">Paint Timing 1</a> - <span class="status">First Public Working Draft</span></dt>
<dd><p>This document defines an API that can be used to capture a series of key moments (First Paint, First Contentful Paint) during pageload which developers care about.</p></dd>
</div>
<div id="requestidlecallback">
<dt><a href="https://www.w3.org/TR/requestidlecallback/">Cooperative Scheduling of Background Tasks</a> - <span class="status">Proposed Recommendation</span></dt>
<dd><p>The requestIdleCallback method is a more appropriate way for scheduling background tasks during times when the browser would otherwise be idle.</p></dd>
</div>
<div id="device-memory-1">
<dt><a href="https://www.w3.org/TR/device-memory-1/">Device Memory</a> - <span class="status">First Public Working Draft</span></dt>
<dd><p>This document defines a HTTP Client Hint header to surface device capability for memory i.e. device RAM, in order to enable web apps to customize content depending on device memory constraints.</p></dd>
</div>
<div id="reporting-1">
<dt><a href="https://www.w3.org/TR/reporting-1/">Reporting API</a> - <span class="status">Working Draft</span></dt>
<dd><p>The reporting API provides a generic reporting framework which allows Web developers to associate a set of named reporting endpoints with an origin. Various platform features (like Content Security Policy, Network Error Reporting, and others) will use these endpoints to deliver feature-specific reports in a consistent manner.</p></dd>
</div>
<div id="network-error-logging-1">
<dt><a href="https://www.w3.org/TR/network-error-logging-1/">Network Error Logging</a> - <span class="status">Working Draft</span></dt>
<dd><p>Navigation Error Logging defines an API to store and retrieve error
data related to the previous navigations of a document.</p></dd>
</div>
<div id="user-timing-2">
<dt><a href="https://www.w3.org/TR/user-timing-2/">User Timing Level 2</a> - <span class="status">Recommendation</span></dt>
<dd><p>This specification defines an interface to help web developers measure the performance of their applications by giving them access to high precision timestamps.</p></dd>
</div>
<div id="preload">
<dt><a href="https://www.w3.org/TR/preload/">Preload</a> - <span class="status">Candidate Recommendation Snapshot</span></dt>
<dd><div><p>This specification defines the relationship of the HTML Link Element ().</p><code>preload</code><code><link></code></div></dd>
</div>
<div id="timing-entrytypes-registry">
<dt><a href="https://www.w3.org/TR/timing-entrytypes-registry/">Timing Entry Names Registry</a> - <span class="status">First Public Working Draft</span></dt>
<dd><p>This registry is intended to provide a central location for enumerating identified interface types of PerformanceEntry objects, which contain various data metrics for the full lifecycle of a web application.</p></dd>
</div>
<div id="hr-time-2">
<dt><a href="https://www.w3.org/TR/hr-time-2/">High Resolution Time Level 2</a> - <span class="status">Recommendation</span></dt>
<dd><p>This specification defines a JavaScript interface that provides the current time in sub-millisecond resolution and such that it is not subject to system clock skew or adjustments.</p></dd>
</div>
<div id="resource-hints">
<dt><a href="https://www.w3.org/TR/resource-hints/">Resource Hints</a> - <span class="status">Working Draft</span></dt>
<dd><p>Resource Hints provides hints that authors may use to assist the user
agent in fetching resources to improve page performance.</p></dd>
</div>
<div id="page-visibility-2">
<dt><a href="https://www.w3.org/TR/page-visibility-2/">Page Visibility Level 2</a> - <span class="status">Candidate Recommendation Snapshot</span></dt>
<dd><p>This specification defines a means to programmatically determine the visibility state of a document. This can aid in the development of resource efficient web applications.</p></dd>
</div>
<div id="server-timing">
<dt><a href="https://www.w3.org/TR/server-timing/">Server Timing</a> - <span class="status">Working Draft</span></dt>
<dd><p>Server Timing, part of the performance timeline metrics, provides API
access to request-response cycle performance metrics communicated from
the server to the user agent.</p></dd>
</div>
<div id="performance-timeline">
<dt><a href="https://www.w3.org/TR/performance-timeline/">Performance Timeline</a> - <span class="status">Candidate Recommendation Snapshot</span></dt>
<dd><p>This specification extends the High Resolution Time specification by providing methods to store and retrieve high resolution performance metric data.</p></dd>
</div>
<div id="user-timing">
<dt><a href="https://www.w3.org/TR/user-timing/">User Timing</a> - <span class="status">Candidate Recommendation Snapshot</span></dt>
<dd><p>This specification defines an interface to help web developers measure the performance of their applications by giving them access to high precision timestamps.</p></dd>
</div>
<div id="resource-timing-2">
<dt><a href="https://www.w3.org/TR/resource-timing-2/">Resource Timing Level 2</a> - <span class="status">Working Draft</span></dt>
<dd><p>This specification defines an interface for web applications to access the complete timing information for resources in a document.</p></dd>
</div>
<div id="hr-time-3">
<dt><a href="https://www.w3.org/TR/hr-time-3/">High Resolution Time</a> - <span class="status">Working Draft</span></dt>
<dd><p>This specification defines an API that provides the current time in sub-millisecond resolution and such that it is not subject to system clock skew or adjustments.</p></dd>
</div>
<div id="navigation-timing-2">
<dt><a href="https://www.w3.org/TR/navigation-timing-2/">Navigation Timing Level 2</a> - <span class="status">Working Draft</span></dt>
<dd><p>This document provides an interface for web applications to access timing information related to navigation and elements.</p></dd>
</div>
</dl>
</section>
<section id="repos">
<h2>Repos</h2>
<dl id="repoList" data-query="repositories">
<div id="w3c-beacon">
<dt><a href="https://github.com/w3c/beacon/">w3c/beacon</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Beacon</p>
</dd>
</div>
<div id="w3c-device-memory">
<dt><a href="https://github.com/w3c/device-memory/">w3c/device-memory</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Device Memory</p>
</dd>
</div>
<div id="w3c-event-timing">
<dt><a href="https://github.com/w3c/event-timing/">w3c/event-timing</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>A proposal for an Event Timing specification.</p>
</dd>
</div>
<div id="w3c-hr-time">
<dt><a href="https://github.com/w3c/hr-time/">w3c/hr-time</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>High Resolution Time</p>
</dd>
</div>
<div id="w3c-largest-contentful-paint">
<dt><a href="https://github.com/w3c/largest-contentful-paint/">w3c/largest-contentful-paint</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Specification for the LargestContentfulPaint API</p>
</dd>
</div>
<div id="w3c-longtasks">
<dt><a href="https://github.com/w3c/longtasks/">w3c/longtasks</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Long Task API</p>
</dd>
</div>
<div id="w3c-navigation-timing">
<dt><a href="https://github.com/w3c/navigation-timing/">w3c/navigation-timing</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Navigation Timing</p>
</dd>
</div>
<div id="w3c-network-error-logging">
<dt><a href="https://github.com/w3c/network-error-logging/">w3c/network-error-logging</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Network Error Logging</p>
</dd>
</div>
<div id="w3c-page-visibility">
<dt><a href="https://github.com/w3c/page-visibility/">w3c/page-visibility</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Page Visibility</p>
</dd>
</div>
<div id="w3c-paint-timing">
<dt><a href="https://github.com/w3c/paint-timing/">w3c/paint-timing</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Paint Timing</p>
</dd>
</div>
<div id="w3c-performance-timeline">
<dt><a href="https://github.com/w3c/performance-timeline/">w3c/performance-timeline</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Performance Timeline</p>
</dd>
</div>
<div id="w3c-preload">
<dt><a href="https://github.com/w3c/preload/">w3c/preload</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Preload</p>
</dd>
</div>
<div id="w3c-reporting">
<dt><a href="https://github.com/w3c/reporting/">w3c/reporting</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Reporting API</p>
</dd>
</div>
<div id="w3c-requestidlecallback">
<dt><a href="https://github.com/w3c/requestidlecallback/">w3c/requestidlecallback</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Cooperative Scheduling of Background Tasks</p>
</dd>
</div>
<div id="w3c-resource-hints">
<dt><a href="https://github.com/w3c/resource-hints/">w3c/resource-hints</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Resource Hints</p>
</dd>
</div>
<div id="w3c-resource-timing">
<dt><a href="https://github.com/w3c/resource-timing/">w3c/resource-timing</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Resource Timing</p>
</dd>
</div>
<div id="w3c-server-timing">
<dt><a href="https://github.com/w3c/server-timing/">w3c/server-timing</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>Server Timing</p>
</dd>
</div>
<div id="w3c-user-timing">
<dt><a href="https://github.com/w3c/user-timing/">w3c/user-timing</a>
<span class="type">(rec-track)</span></dt>
<dd>
<p>User Timing</p>
</dd>
</div>
<div id="w3c-perf-security-privacy">
<dt><a href="https://github.com/w3c/perf-security-privacy/">w3c/perf-security-privacy</a>
<span class="type">(note)</span></dt>
<dd>
<p>Performance APIs, Security and Privacy</p>
</dd>
</div>
<div id="w3c-perf-timing-primer">
<dt><a href="https://github.com/w3c/perf-timing-primer/">w3c/perf-timing-primer</a>
<span class="type">(note)</span></dt>
<dd>
<p>A Primer for Web Performance Timing APIs</p>
</dd>
</div>
<div id="w3c-timing-entrytypes-registry">
<dt><a href="https://github.com/w3c/timing-entrytypes-registry/">w3c/timing-entrytypes-registry</a>
<span class="type">(note)</span></dt>
<dd>
<p>Timing Entry Names Registry</p>
</dd>
</div>
<div id="w3c-charter-webperf">
<dt><a href="https://github.com/w3c/charter-webperf/">w3c/charter-webperf</a>
<span class="type">(process)</span></dt>
<dd>
<p>Web Performance Group charter</p>
</dd>
</div>
<div id="w3c-web-performance">
<dt><a href="https://github.com/w3c/web-performance/">w3c/web-performance</a>
<span class="type">(homepage)</span></dt>
<dd>
<p>W3C Web Performance Working Group repo</p>
</dd>
</div>
<div id="w3c-webperf-dashboard">
<dt><a href="https://github.com/w3c/webperf-dashboard/">w3c/webperf-dashboard</a>
<span class="type">(tool)</span></dt>
<dd>
<p>W3C webperf issue tracker</p>
</dd>
</div>
</dl>
</section>
<!--
<section id="events">
<h2>Face-to-face meetings</h2>
<div data-if="events.*">
<dl id="eventList" data-query="events">
<div>
<dt><a href="${href}">${summary}</a></dt>
<dd>
<p>${location} - ${start} to ${end}</p>
</dd>
</div>
</dl>
<p>Group has no face-to-face meetings scheduled.</p>
</div>
</section>
-->
<section id="Contacts">
<h2>Contacts</h2>
<dl>
<dt>Chairs:</dt>
<dd id="chairs">
<span data-query="chairs">
<a href="https://github.com/nicjansma">Nic Jansma</a>,
<a href="https://github.com/yoavweiss">Yoav Weiss</a>,
</span>
</dd>
<dt>Team contacts:</dt>
<dd id="team-contacts">
<span data-query="team-contacts">
<a href="https://github.com/caribouW3">Carine Bournez</a>,
</span>
</dd>
</dl>
</section>
<section>
<h2>Members</h2>
<ul id="participations" data-query="participations.*[individual=false]">
<li>Adobe</li>
<li>Airbnb Inc</li>
<li>Akamai Technologies</li>
<li>Alibaba Group</li>
<li>Amazon</li>
<li>Apple, Inc.</li>
<li>Baidu, Inc.</li>
<li>British Broadcasting Corporation</li>
<li>Cloudflare</li>
<li>Fastly</li>
<li>Google LLC</li>
<li>Igalia</li>
<li>Meta</li>
<li>Microsoft Corporation</li>
<li>Mozilla Foundation</li>
<li>Salesforce</li>
<li>Shopify</li>
<li>The New York Times</li>
<li>Wikimedia Foundation</li>
<li>Wix.com Ltd.</li>
</ul>
</section>
<section>
<h2>Invited Experts</h2>
<ul id="participations" data-query="participations.*[invited-expert=true]">
<li>Dan Shappir</li>
<li>Giacomo Zecchini</li>
<li>Marcos Caceres</li>
<li>Michelle Vu</li>
<li>Noam Rosenthal</li>
<li>Peter Perlepes</li>
</ul>
</section>
</main>
<footer class="group-data" data-query="group">
<nav>
<ul>
<li>
<a href="https://www.w3.org/Consortium/cepc/">Code of conduct</a>
</li>
<li>
<a href="https://www.w3.org/Consortium/membership">Membership</a>
</li>
<li><a href="https://www.w3.org/Consortium/">About W3C</a></li>
<li>
<a href="https://www.w3.org/groups/wg/webperf/join">Join (Member only)</a>
</li>
</ul>
</nav>
</footer>
</body></html>