This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
/
PubStatus.html
796 lines (727 loc) · 26.6 KB
/
PubStatus.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
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name=viewport content="width=device-width">
<title>WebPlatform WG specifications</title>
<link rel=stylesheet type="text/css" href="https://www.w3.org/StyleSheets/TR/base.css">
<link rel="stylesheet" type="text/css" href="css/pubstatus.css">
</head>
<body>
<header>
<div>
<a href="http://www.w3.org/"><img width="72" height="48" alt="W3C"
src="https://www.w3.org/Icons/w3c_home"></a>
</div>
</header>
<main>
<h1>Web Platform WG specifications</h1>
<p>This document contains information about the publication status of specifications developed by
the <a href="https://www.w3.org/WebPlatform/WG/">Web Platform Working Group</a>. These
specifications are identified in the <a
href="https://www.w3.org/2017/08/webplatform-charter.html">Web Platform WG charter</a>.</p>
<nav>
<ul>
<li><a href="#html">HTML specifications</a></li>
<li><a href="#api">API specifications</a></li>
<li><a href="#dom">DOM specifications</a></li>
<li><a href="#editing">Editing specifications</a></li>
<li><a href="#webcomps">Web Components specifications</a></li>
<li><a href="#maintained">Maintained specifications</a></li>
<li><a href="#key">Table key</a></li>
</ul>
</nav>
<h2 id="html">HTML specifications</h2>
<table class="specs">
<thead>
<tr>
<th>Spec</th><th>Editor(s)</th><th>Chair(s)</th><th>Team</th><th>Pub date</th><th>Stage</th><th>Github</th><th>Notes</th>
</tr>
</thead>
<tbody>
<!-- HTML5.3 -->
<tr>
<td scope="row"><a href="https://w3c.github.io/html">HTML5.3</a></td>
<td><ul>
<li><a href="https://github.com/brucelawson">Bruce Lawson</a></li>
<li><a href="https://github.com/patricia-gallardo">Patricia Aas</a></li>
<li><a href="https://github.com/cynthia">Sangwhan Moon</a></li>
<li><a href="https://github.com/scottaohara">Scott O'Hara</a></li>
<li><a href="https://github.com/shwetank">Shwetank Dixit</a></li>
<li><a href="https://github.com/edent">Terence Eden</a></li>
<li><a href="https://github.com/siusin">Xiaoqian Wu</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td><a href="https://w3.org/tr/html53">2018-08-09</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/html">HTML repo</a></td>
<td><ul>
<li><a href="https://w3c.github.io/test-results/html53/implementation-report.html">Draft implementation report</a></li>
<li><a href="https://w3c.github.io/test-results/html53/exit-criteria.html">Draft exit criteria</a></li>
</ul></td>
</tr>
<!-- HTML AAM -->
<tr>
<td scope="row"><a href="https://w3c.github.io/html-aam/">HTML AAM</a></td>
<td><ul>
<li><a href="https://github.com/asurkov">Alexander Surkov</a></li>
<li><a href="https://github.com/scottaohara">Scott O'Hara</a></li>
<li><a href="https://github.com/stevefaulkner">Steve Faulkner</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/tr/html-aam-1.0">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/html-aam">HTML AAM repo</a></td>
<td></td>
</tr>
<!-- HTML Extensions -->
<tr>
<td scope="row"><a href="https://w3c.github.io/html-extensions/">HTML Extensions Note</a></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td>N/A</td>
<td>ED</td>
<td><a href="https://github.com/w3c/html-extensions">HTML Extensions repo</a></td>
<td></td>
</tr>
<!-- ARIA in HTML -->
<tr>
<td scope="row"><a href="http://w3c.github.io/html-aria/">ARIA in HTML</a></td>
<td><ul>
<li><a href="https://github.com/stevefaulkner">Steve Faulkner</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/html-aria/">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/html-aria">ARIA in HTML repo</a></td>
<td><a href="http://stevefaulkner.github.io/HTML5accessibility/tests/ARIA-tests/ARIAinHTML/implementation-report.html">Draft implementation report</a></td>
</tr>
<!-- Using ARIA Note -->
<tr>
<td scope="row"><a href="https://w3c.github.io/using-aria/">Using ARIA Note</a></td>
<td><ul>
<li><a href="https://github.com/stevefaulkner">Steve Faulkner</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/using-aria/">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/using-aria/">Using ARIA repo</a></td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="api">API specifications</h2>
<table class="specs">
<thead>
<tr>
<th>Spec</th><th>Editor(s)</th><th>Chair(s)</th><th>Team</th><th>Pub date</th><th>Stage</th><th>Github</th><th>Notes</th><th>Tests</th>
</tr>
</thead>
<tbody>
<!-- File API -->
<tr>
<td scope="row"><a href="https://w3c.github.io/FileAPI/">File API</a></td>
<td><ul>
<li><a href="github.com/mkruisselbrink">Marijn Kruisselbrink</a></li>
</ul></td>
<td></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/FileAPI/">2018-11-06</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/FileAPI/">File API repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/FileAPI">File API test suite</a><br>
<a href="https://wpt.fyi/results/FileAPI?label=stable&aligned">File API test results</a><br>
Support in Firefox, Safari and Chrome.</td>
</td>
</tr>
<!-- Gamepad -->
<tr>
<td scope="row"><a href="https://w3c.github.io/gamepad/">Gamepad</a></td>
<td><ul>
<li><a href="https://github.com/luser">Ted Mielczarek</a></li>
<li><a href="https://github.com/sagoston">Steve Agoston</a></li>
<li><a href="https://github.com/sgraham">Scott Graham</a></li>
<li><a href="https://github.com/toji">Brandon Jones</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/gamepad/">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/gamepad/">Gamepad API repo</a></td>
<td>Wide review tracker is <a href="https://github.com/w3c/gamepad/issues/69">#69</a></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/gamepad">Gamepad test suite</a><br>
<a href="https://wpt.fyi/results/gamepad?label=stable&aligned">Gamepad test results</a><br>
Support in Firefox, Safari and Chrome.</td>
</tr>
<!-- IndexedDB -->
<tr>
<td scope="row"><a href="https://w3c.github.io/IndexedDB/">IndexedDB API 3.0</a></td>
<td><ul>
<li><a href="https://github.com/inexorabletash">Joshua Bell</a></li>
<li><a href="https://github.com/aliams">Ali Alabbas</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/xfq">Fuqiao Xue</a></td>
<td>N/A</td>
<td>ED</td>
<td><a href="https://github.com/w3c/indexeddb">IndexedDB repo</a></td>
<td><a href="https://lists.w3.org/Archives/Public/public-webapps/2018JanMar/0037.html">Intent to start work on IndexedDB3.0</a></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/IndexedDB">IndexedDB test suite</a><br>
<a href="https://wpt.fyi/results/IndexedDB?label=stable&aligned">IndexedDB test results</a><br>
Support in Firefox, Safari and Chrome.</td>
</tr>
<!-- Intersection Observer -->
<tr>
<td scope="row"><a href="https://w3c.github.io/IntersectionObserver/">Intersection Observer</a></td>
<td><ul>
<li><a href="https://github.com/szager-chromium">Stefan Zager</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td><a href="https://www.w3.org/TR/intersection-observer/">2018-11-06</a></td>
<td>FPWD</td>
<td><a href="https://github.com/w3c/IntersectionObserver">Intersection Observer repo</a></td>
<td><a href="https://lists.w3.org/Archives/Public/public-webapps/2018AprJun/0049.html">Request for progress update [Jun 2018]</a></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/intersection-observer">Intersection Observer test suite</a><br>
<a href="https://wpt.fyi/results/intersection-observer?label=stable&aligned">Intersection Observer test results</a><br>
Support in Firefox and Chrome.</td>
</tr>
<!-- Microdata -->
<tr>
<td scope="row"><a href="https://w3c.github.io/microdata/">Microdata</a></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
<li><a href="https://github.com/danbri">Dan Brickley</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td><a href="https://www.w3.org/TR/microdata/">2018-04-26</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/microdata">Microdata repo</a></td>
<td>Pending W3C/WHATWG negotiations</td>
<td></td>
</tr>
<!-- Pointer Lock -->
<tr>
<td scope="row"><a href="https://w3c.github.io/pointerlock/">Pointer Lock 2.0</a></tD>
<td><ul>
<li><a href="https://github.com/navidz">Navid Zolghadr</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/pointerlock-2/">2018-11-06</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/pointerlock/">Pointer Lock repo</a></td>
<td><a href="https://lists.w3.org/Archives/Public/public-webapps/2018JanMar/0046.html">Progress update [Mar 2018]</a></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/pointerlock">Pointer Lock test suite</a><br>
<a href="https://wpt.fyi/results/pointerlock?label=stable&aligned">Pointer Lock test results</a><br>
Support in Firefox, Chrome and Safari.</td>
</tr>
<!-- Push API -->
<tr>
<td scope="row"><a href="http://w3c.github.io/push-api/">Push API</a></td>
<td><ul>
<li><a href="https://github.com/beverloo">Peter Beverloo</a></li>
<li><a href="https://github.com/martinthomson">Martin Thomson</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/push-api/">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/push-api/">Push API repo</a></td>
<td><a href="https://lists.w3.org/Archives/Public/public-webapps/2018AprJun/0008.html">Progress update [Apr 2018]</a></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/push-api">Push API test suite</a><br>
<a href="https://wpt.fyi/results/push-api?label=stable&aligned">Push API test results</a><br>
Support in Firefox and Chrome.</td>
</tr>
<!-- Screen Orientation API -->
<tr>
<td scope="row"><a href="https://w3c.github.io/screen-orientation/">Screen Orientation API</a></td>
<td><ul>
<li><a href="https://github.com/mounirlamouri">Mounir Lamouri</a></li>
<li><a href="https://github.com/marcoscaceres">Marcos Cáceres</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/xfq">Fuqiao Xue</a></td>
<td><a href="https://www.w3.org/TR/screen-orientation/">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/screen-orientation/">Screen Orientation repo</a></td>
<td>Progress is tracked in <a href="https://github.com/w3c/screen-orientation/issues/102">#102</a></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/screen-orientation">Screen Orientation test suite</a><br>
<a href="https://wpt.fyi/results/screen-orientation?label=stable&aligned">Screen Orientation test results</a><br>
Support in Firefox and Chrome.</td>
</tr>
<!-- Web App Manifest -->
<tr>
<td scope="row"><a href="https://www.w3.org/TR/appmanifest/">Web App Manifest</a></td>
<td><ul>
<li><a href="https://github.com/anssiko">Anssi Kostiainen</a></li>
<li><a href="https://github.com/kenchris">Kenneth Rohde Christiansen</a></li>
<li><a href="https://github.com/marcoscaceres">Marcos Cáceres</a></li>
<li><a href="https://github.com/mgiuca">Matt Giuca</a></li>
<li><a href="https://github.com/mounirlamouri">Mounir Lamouri</a></li>
<li><a href="https://github.com/robdolin">Rob Dolin</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/appmanifest/">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/manifest/">Web App Manifest repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/appmanifest">Web App Manifest test suite</a><br>
<a href="https://wpt.fyi/results/appmanifest?label=stable&aligned">Web App Manifest test results</a><br>
Support in Chrome.</td>
</tr>
<!-- WebIDL -->
<tr>
<td scope="row"><a href="https://heycam.github.io/webidl/">WebIDL</a></td>
<td><ul>
<li><a href="https://github.com/bzbarsky">Boris Zbarsky</a></li>
<li><a href="https://github.com/heycam">Cameron McCormack</a></li>
<li><a href="https://github.com/tobie">Tobie Langel</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td>N/A</td>
<td>ED</td>
<td><a href="https://github.com/heycam/webidl">WebIDL repo</a></td>
<td></td>
<td></td>
</tr>
<!-- Web Sockets -->
<tr>
<td scope="row"><a href="https://w3c.github.io/websockets/">Web Sockets API</a></td>
<td></td>
<td></td>
<td></td>
<td><a href="https://www.w3.org/TR/websockets/">2012-09-20</a></td>
<td>CR</td>
<td><a href="https://github.com/w3c/websockets">Web Sockets repo</a></td>
<td>Pending W3C/WHATWG negotiations</td>
<td></td>
</tr>
<!-- Web Workers -->
<tr>
<td scope="row"><a href="https://w3c.github.io/workers/">Web Workers</a></td>
<td><ul>
<li><a href="https://github.com/cynthia">Sangwhan Moon</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/workers/">2015-09-24</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/workers">Web Workers repo</a></td>
<td>Pending W3C/WHATWG negotiations</td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="dom">DOM specifications</h2>
<table class="specs">
<thead>
<tr>
<th>Spec</th><th>Editor(s)</th><th>Chair(s)</th><th>Team</th><th>Pub date</th><th>Stage</th><th>Github</th><th>Notes</th><th>Tests</th>
</tr>
</thead>
<tbody>
<!-- DOM -->
<tr>
<td scope="row"><a href="https://w3c.github.io/dom/">DOM 4.1</a></td>
<td><ul>
<li><a href="https://github.com/yongsheng">Yongsheng Zhu</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td></td>
<td><a href="https://www.w3.org/TR/dom41/">2018-02-01</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/dom/">DOM repo</a></td>
<td>Pending W3C/WHATWG negotiations</td>
<td></td>
</tr>
<!-- DOM Parsing and Serialization -->
<tr>
<td scope="row"><a href="https://w3c.github.io/DOM-Parsing/">DOM Parsing & Serialization</a></td>
<td><ul>
<li><a href="https://github.com/travisleithead">Travis Leithead</a></li>
</ul></td>
<td></td>
<td><a href="https://github.com/ylafon">Yves Lafon</a></td>
<td><a href="https://www.w3.org/TR/DOM-Parsing/">2016-05-17</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/DOM-Parsing/">DOM Parsing & Serialization repo</a></td>
<td></td>
<td></td>
</tr>
<!-- UI Events -->
<tr>
<td scope="row"><a href="https://w3c.github.io/uievents/">UI Events</a></td>
<td><ul>
<li><a href="https://github.com/garykac">Gary Kacmarcik</a></li>
<li><a href="https://github.com/travisleithead">Travis Leithead</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td></td>
<td><a href="https://www.w3.org/TR/uievents/">2018-11-08</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/uievents/">UI Events repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/uievents">UI Events test suite</a><br>
<a href="https://wpt.fyi/results/uievents?label=stable&aligned">UI Events test results</a><br>
Support in Chrome, Firefox and Safari.</td>
</tr>
<!-- UI Events Keyboard Events Code Values -->
<tr>
<td scope="row"><a href="https://w3c.github.io/uievents-code/">UI Events Keyboard Events Code Values</a></td>
<td><ul>
<li><a href="https://github.com/garykac">Gary Kacmarcik</a></li>
<li><a href="https://github.com/travisleithead">Travis Leithead</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td></td>
<td><a href="https://www.w3.org/TR/uievents-code/">2017-06-01</a></td>
<td>CR</td>
<td><a href="https://github.com/w3c/uievents-code/">UI Events Keyboard Events Code Values repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/uievents/keyboard">UI Events Keyboard Events test suite</a><br></td>
</tr>
<!-- UI Events Keyboard Events Key Values -->
<tr>
<td scope="row"><a href="https://w3c.github.io/uievents-key/">UI Events Keyboard Events Key Values</a></td>
<td><ul>
<li><a href="https://github.com/garykac">Gary Kacmarcik</a></li>
<li><a href="https://github.com/travisleithead">Travis Leithead</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/ljwatson">Léonie Watson</a></li>
</ul></td>
<td></td>
<td><a href="https://www.w3.org/TR/uievents-key/">2017-06-01</a></td>
<td>CR</td>
<td><a href="https://github.com/w3c/uievents-key/">UI Events Keyboard Events Key Values repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/uievents/keyboard">UI Events Keyboard Events test suite</a><br></td>
</tr>
</tbody>
</table>
<h2 id="editing">Editing specifications</h2>
<table class="specs">
<thead>
<tr>
<th>Spec</th><th>Editor(s)</th><th>Chair(s)</th><th>Team</th><th>Pub date</th><th>Stage</th><th>Github</th><th>Notes</th><th>Tests</th>
</tr>
</thead>
<tbody>
<!-- Clipboard API & Events -->
<tr>
<td scope="row"><a href="https://w3c.github.io/clipboard-apis/">Clipboard API & Events</a></td>
<td><ul>
<li><a href="https://github.com/garykac">Gary Kacmarcik</a></li>
<li>Grisha Lyukshin</li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td><a href="https://www.w3.org/TR/clipboard-apis/">2018-11-08</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/clipboard-apis/">Clipboard API & Events repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/clipboard-apis">Clipboard API & Events test suite</a><br>
<a href="https://wpt.fyi/results/clipboard-apis?label=stable&aligned">Clipboard API & Events test results</a><br>
Support in Chrome, Safari and Firefox.</td>
</tr>
<!-- Content Editable -->
<tr>
<td scope="row"><a href="http://w3c.github.io/editing/contentEditable">Content Editable</a></td>
<td><ul>
<li><a href="https://github.com/johanneswilm">Johannes Wilm</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td>N/A</td>
<td>ED</td>
<td><a href="https://github.com/w3c/editing">Editing TF repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/editing">Content Editable test suite</a>
(Tests conform to older version of spec)<br>
<a href="https://wpt.fyi/results/editing?label=stable&aligned">Content Editable test results</a><br>
Support in Chrome, Safari and Firefox.</td>
</tr>
<!-- ExecCommand -->
<tr>
<td scope="row"><a href="http://w3c.github.io/editing/execCommand">ExecCommand</a></td>
<td><ul>
<li><a href="https://github.com/johanneswilm">Johannes Wilm</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td>N/A</td>
<td>ED</td>
<td><a href="https://github.com/w3c/editing">Editing TF repo</a></td>
<td></td>
<td></td>
</tr>
<!-- Input Events -->
<tr>
<td scope="row"><a href="https://rawgit.com/w3c/input-events/v1/">Input Events Level 1</a></td>
<td><ul>
<li><a href="https://github.com/johanneswilm">Johannes Wilm</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td><a href="https://www.w3.org/TR/input-events-1/">2018-11-09</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/editing">Editing TF repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/input-events">Input Events test suite</a> (still a work in progress)<br>
<a href="https://wpt.fyi/results/input-events?label=stable&aligned">Input Events test results</a><br>
Support in Chrome and Safari.</td>
</tr>
<!-- Input Events Level 2 -->
<tr>
<td scope="row"><a href="https://w3c.github.io/input-events/">Input Events Level 2</a></td>
<td><ul>
<li><a href="https://github.com/johanneswilm">Johannes Wilm</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td><a href="https://www.w3.org/TR/input-events-2/">2018-11-08</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/editing">Editing TF repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/input-events">Input Events test suite</a>(still a work in progress)<br>
<a href="https://wpt.fyi/results/input-events?label=stable&aligned">Input Events test results</a><br>
Support in Chrome and Safari.</td>
</tr>
<!-- Selection API -->
<tr>
<td scope="row"><a href="http://w3c.github.io/selection-api/">Selection API</a></td>
<td><ul>
<li><a href="https://github.com/rniwa">Ryosuke Niwa</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td><a href="https://www.w3.org/TR/selection-api/">Continuous</a></td>
<td>WD</td>
<td><a href="https://github.com/w3c/selection-api/">Selection API repo</a></td>
<td></td>
<td><a href="https://github.com/web-platform-tests/wpt/tree/master/selection">Selection API test suite</a><br>
<a href="https://wpt.fyi/results/selection?label=stable&aligned">Selection API test results</a><br>
Support in Chrome, Firefox and Safari.</td>
</tr>
<!-- Static Range -->
<tr>
<td scope="row"><a href="https://w3c.github.io/staticrange/">Static Range</a></td>
<td><ul>
<li><a href="https://github.com/garykac">Gary Kacmarcik</a></li>
</ul></td>
<td><ul>
<li><a href="https://github.com/chaals">Chaals McCathie Nevile</a></li>
</ul></td>
<td><a href="https://github.com/siusin">Xiaoqian Wu</a></td>
<td>N/A</td>
<td>ED</td>
<td><a href="https://github.com/w3c/staticrange">Static Range repo</a></td>
<td>On hold pending W3C/WHATWG negotiations</td>
<td></td>
</tr>
</tbody>
</table>
<h2 id="webcomps">Web Components specifications</h2>
<table class="specs">
<thead>
<tr>
<th>Spec</th><th>Editor(s)</th><th>Chair(s)</th><th>Team</th><th>Pub date</th><th>Stage</th><th>Github</th><th>Notes</th>
</tr>
</thead>
<tbody>
<!-- Custom Elements -->
<tr>
<td scope="row">Custom Elements</td>
<td></td>
<td></td>
<td></td>
<td><a href="https://www.w3.org/TR/custom-elements/">2018-05-03</a></td>
<td>Note</td>
<td><a href="https://github.com/w3c/webcomponents/">Web Components repo</a></td>
<td>Merged into HTML5.3</td>
</tr>
<!-- Shadow DOM -->
<tr>
<td scope="row">Shadow DOM</td>
<td></td>
<td></td>
<td></td>
<td><a href="https://www.w3.org/TR/shadow-dom/">2018-03-01</a></td>
<td>Note</td>
<td><a href="https://github.com/w3c/webcomponents/">Web Components repo</a></td>
<td>Merged into DOM4.1 and HTML5.3</td>
</tr>
</tbody>
</table>
<h2 id="maintained">Maintained specifications</h2>
<table class="specs">
<thead>
<tr>
<th>Spec</th><th>Pub date</th><th>Stage</th><th>Notes</th>
</tr>
</thead>
<tbody>
<!-- HTML Canvas 2D Context -->
<tr>
<td scope="row">HTML Canvas 2D Context</td>
<td><a href="https://www.w3.org/TR/2dcontext/">2015-11-19</a></td>
<td>Rec</td>
<tdPending W3C/WHATWG negotiations></td>
</tr>
<!-- HTML5.1 -->
<tr>
<td scope="row">HTML5.1</td>
<td><a href="https://www.w3.org/TR/html51/">2016-11-01</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- HTML5.1 2nd Edition -->
<tr>
<td scope="row">HTML5.1 2nd Edition</td>
<td><a href="https://www.w3.org/TR/html51/">2017-10-03</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- HTML5.2 -->
<tr>
<td scope="row">HTML5.2</td>
<td><a href="https://www.w3.org/TR/html52">2017-12-14</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- IndexedDB 2.0 -->
<tr>
<td scope="row">IndexedDB API 2.0</td>
<td><a href="https://www.w3.org/TR/IndexedDB-2/">2018-01-30</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- Pointer Lock -->
<tr>
<td scope="row">Pointer Lock</td>
<td><a href="https://www.w3.org/TR/pointerlock/">2016-10-27</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- Progress Events -->
<tr>
<td scope="row">Progress Events</td>
<td><a href="https://www.w3.org/TR/progress-events/">2014-02-11</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- Server Sent Events -->
<tr>
<td scope="row">Server Sent Events</td>
<td><a href="https://www.w3.org/TR/eventsource/">2015-02-03</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- Web Messaging -->
<tr>
<td scope="row">Web Messaging</td>
<td><a href="https://w3c.github.io/webmessaging/">201505-19</a></td>
<td>Rec</td>
<td>Pending W3C/WHATWG negotiations</td>
</tr>
<!-- Web Storage 2nd Edition -->
<tr>
<td scope="row">Web Storage 2nd Edition</td>
<td><a href="https://w3c.github.io/webstorage/">2016-04-19</a></td>
<td>Rec</td>
<td>Pending W3C/WHATWG negotiations</td>
</tr>
<!-- WebIDL Level 1 -->
<tr>
<td scope="row">WebIDL Level 1</td>
<td><a href="https://www.w3.org/TR/2016/REC-WebIDL-1-20161215/">2016-12-15</a></td>
<td>Rec</td>
<td></td>
</tr>
<!-- View-Mode Media Feature -->
<tr>
<td scope="row">View-Mode Media Feature</td>
<td><a href="https://www.w3.org/TR/view-mode/">2012-06-19</a></td>
<td>Rec</td>
<td>CFC to mark View-Mode Obsolete is <a href="https://github.com/w3c/webplatformwg/issues/121">#121</a></td>
</tr>
</tbody>
</table>
<h2 id="key">Table key</h2>
<p>The tables on this page use the following conventions:</p>
<dl>
<dt>ED</dt>
<dd>Editor's Draft</dd>
<dt>FPWD</dt>
<dd>First Public Working Draft</dd>
<dt>WD</dt>
<dd>Working Draft</dd>
<dt>CR</dt>
<dd>Candidate Recommendation</dd>
<dt>PR</dt>
<dd>Proposed Recommendation</dd>
<dt>Rec</dt>
<dd>Recommendation</dd>
</dl>
</main>
</body>
</html>