browser-specs 2.19.3 → 2.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1726 -0
- package/README.md +26 -0
- package/index.json +1273 -163
- package/package.json +5 -5
package/index.json
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
"series": {
|
|
7
7
|
"shortname": "compat",
|
|
8
8
|
"currentSpecification": "compat",
|
|
9
|
+
"title": "Compatibility Standard",
|
|
10
|
+
"shortTitle": "Compatibility",
|
|
9
11
|
"nightlyUrl": "https://compat.spec.whatwg.org/"
|
|
10
12
|
},
|
|
11
13
|
"nightly": {
|
|
@@ -38,6 +40,8 @@
|
|
|
38
40
|
"series": {
|
|
39
41
|
"shortname": "console",
|
|
40
42
|
"currentSpecification": "console",
|
|
43
|
+
"title": "Console Standard",
|
|
44
|
+
"shortTitle": "Console",
|
|
41
45
|
"nightlyUrl": "https://console.spec.whatwg.org/"
|
|
42
46
|
},
|
|
43
47
|
"organization": "WHATWG",
|
|
@@ -70,6 +74,8 @@
|
|
|
70
74
|
"series": {
|
|
71
75
|
"shortname": "rfc6265bis",
|
|
72
76
|
"currentSpecification": "rfc6265bis",
|
|
77
|
+
"title": "Cookies: HTTP State Management Mechanism",
|
|
78
|
+
"shortTitle": "Cookies: HTTP State Management Mechanism",
|
|
73
79
|
"nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html"
|
|
74
80
|
},
|
|
75
81
|
"organization": "IETF",
|
|
@@ -96,6 +102,8 @@
|
|
|
96
102
|
"series": {
|
|
97
103
|
"shortname": "dom",
|
|
98
104
|
"currentSpecification": "dom",
|
|
105
|
+
"title": "DOM Standard",
|
|
106
|
+
"shortTitle": "DOM",
|
|
99
107
|
"nightlyUrl": "https://dom.spec.whatwg.org/"
|
|
100
108
|
},
|
|
101
109
|
"organization": "WHATWG",
|
|
@@ -129,6 +137,8 @@
|
|
|
129
137
|
"series": {
|
|
130
138
|
"shortname": "css-typed-om",
|
|
131
139
|
"currentSpecification": "css-typed-om-1",
|
|
140
|
+
"title": "CSS Typed OM",
|
|
141
|
+
"shortTitle": "CSS Typed OM",
|
|
132
142
|
"releaseUrl": "https://www.w3.org/TR/css-typed-om/",
|
|
133
143
|
"nightlyUrl": "https://drafts.css-houdini.org/css-typed-om/"
|
|
134
144
|
},
|
|
@@ -164,6 +174,8 @@
|
|
|
164
174
|
"series": {
|
|
165
175
|
"shortname": "font-metrics-api",
|
|
166
176
|
"currentSpecification": "font-metrics-api-1",
|
|
177
|
+
"title": "Font Metrics API",
|
|
178
|
+
"shortTitle": "Font Metrics API",
|
|
167
179
|
"nightlyUrl": "https://drafts.css-houdini.org/font-metrics-api/"
|
|
168
180
|
},
|
|
169
181
|
"seriesVersion": "1",
|
|
@@ -191,6 +203,8 @@
|
|
|
191
203
|
"series": {
|
|
192
204
|
"shortname": "css-animations",
|
|
193
205
|
"currentSpecification": "css-animations-1",
|
|
206
|
+
"title": "CSS Animations",
|
|
207
|
+
"shortTitle": "CSS Animations",
|
|
194
208
|
"releaseUrl": "https://www.w3.org/TR/css-animations/",
|
|
195
209
|
"nightlyUrl": "https://drafts.csswg.org/css-animations/"
|
|
196
210
|
},
|
|
@@ -226,10 +240,13 @@
|
|
|
226
240
|
"series": {
|
|
227
241
|
"shortname": "css-backgrounds",
|
|
228
242
|
"currentSpecification": "css-backgrounds-3",
|
|
243
|
+
"title": "CSS Backgrounds and Borders",
|
|
244
|
+
"shortTitle": "CSS Backgrounds",
|
|
229
245
|
"releaseUrl": "https://www.w3.org/TR/css-backgrounds/",
|
|
230
246
|
"nightlyUrl": "https://drafts.csswg.org/css-backgrounds/"
|
|
231
247
|
},
|
|
232
248
|
"seriesVersion": "4",
|
|
249
|
+
"shortTitle": "CSS Backgrounds 4",
|
|
233
250
|
"seriesPrevious": "css-backgrounds-3",
|
|
234
251
|
"organization": "W3C",
|
|
235
252
|
"groups": [
|
|
@@ -246,7 +263,6 @@
|
|
|
246
263
|
},
|
|
247
264
|
"title": "CSS Backgrounds and Borders Module Level 4",
|
|
248
265
|
"source": "specref",
|
|
249
|
-
"shortTitle": "CSS Backgrounds and Borders 4",
|
|
250
266
|
"tests": {
|
|
251
267
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
252
268
|
"testPaths": [
|
|
@@ -254,41 +270,6 @@
|
|
|
254
270
|
]
|
|
255
271
|
}
|
|
256
272
|
},
|
|
257
|
-
{
|
|
258
|
-
"url": "https://drafts.csswg.org/css-cascade-6/",
|
|
259
|
-
"seriesComposition": "delta",
|
|
260
|
-
"shortname": "css-cascade-6",
|
|
261
|
-
"series": {
|
|
262
|
-
"shortname": "css-cascade",
|
|
263
|
-
"currentSpecification": "css-cascade-4",
|
|
264
|
-
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
265
|
-
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
266
|
-
},
|
|
267
|
-
"seriesVersion": "6",
|
|
268
|
-
"seriesPrevious": "css-cascade-5",
|
|
269
|
-
"organization": "W3C",
|
|
270
|
-
"groups": [
|
|
271
|
-
{
|
|
272
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
273
|
-
"url": "https://www.w3.org/Style/CSS/"
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"nightly": {
|
|
277
|
-
"url": "https://drafts.csswg.org/css-cascade-6/",
|
|
278
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
279
|
-
"sourcePath": "css-cascade-6/Overview.bs",
|
|
280
|
-
"filename": "Overview.html"
|
|
281
|
-
},
|
|
282
|
-
"title": "CSS Cascading and Inheritance Level 6",
|
|
283
|
-
"source": "spec",
|
|
284
|
-
"shortTitle": "CSS Cascading and Inheritance 6",
|
|
285
|
-
"tests": {
|
|
286
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
287
|
-
"testPaths": [
|
|
288
|
-
"css/css-cascade"
|
|
289
|
-
]
|
|
290
|
-
}
|
|
291
|
-
},
|
|
292
273
|
{
|
|
293
274
|
"url": "https://drafts.csswg.org/css-env-1/",
|
|
294
275
|
"seriesComposition": "full",
|
|
@@ -296,6 +277,8 @@
|
|
|
296
277
|
"series": {
|
|
297
278
|
"shortname": "css-env",
|
|
298
279
|
"currentSpecification": "css-env-1",
|
|
280
|
+
"title": "CSS Environment Variables",
|
|
281
|
+
"shortTitle": "CSS Environment Variables",
|
|
299
282
|
"nightlyUrl": "https://drafts.csswg.org/css-env/"
|
|
300
283
|
},
|
|
301
284
|
"seriesVersion": "1",
|
|
@@ -329,6 +312,8 @@
|
|
|
329
312
|
"series": {
|
|
330
313
|
"shortname": "css-extensions",
|
|
331
314
|
"currentSpecification": "css-extensions-1",
|
|
315
|
+
"title": "CSS Extensions",
|
|
316
|
+
"shortTitle": "CSS Extensions",
|
|
332
317
|
"nightlyUrl": "https://drafts.csswg.org/css-extensions/"
|
|
333
318
|
},
|
|
334
319
|
"seriesVersion": "1",
|
|
@@ -356,6 +341,8 @@
|
|
|
356
341
|
"series": {
|
|
357
342
|
"shortname": "css-gcpm",
|
|
358
343
|
"currentSpecification": "css-gcpm-3",
|
|
344
|
+
"title": "CSS Generated Content for Paged Media",
|
|
345
|
+
"shortTitle": "CSS GCPM",
|
|
359
346
|
"releaseUrl": "https://www.w3.org/TR/css-gcpm/",
|
|
360
347
|
"nightlyUrl": "https://drafts.csswg.org/css-gcpm/"
|
|
361
348
|
},
|
|
@@ -391,6 +378,8 @@
|
|
|
391
378
|
"series": {
|
|
392
379
|
"shortname": "css-grid",
|
|
393
380
|
"currentSpecification": "css-grid-2",
|
|
381
|
+
"title": "CSS Grid Layout",
|
|
382
|
+
"shortTitle": "CSS Grid Layout",
|
|
394
383
|
"releaseUrl": "https://www.w3.org/TR/css-grid/",
|
|
395
384
|
"nightlyUrl": "https://drafts.csswg.org/css-grid/"
|
|
396
385
|
},
|
|
@@ -426,6 +415,8 @@
|
|
|
426
415
|
"series": {
|
|
427
416
|
"shortname": "css-multicol",
|
|
428
417
|
"currentSpecification": "css-multicol-1",
|
|
418
|
+
"title": "CSS Multi-column Layout",
|
|
419
|
+
"shortTitle": "CSS Multicol",
|
|
429
420
|
"releaseUrl": "https://www.w3.org/TR/css-multicol/",
|
|
430
421
|
"nightlyUrl": "https://drafts.csswg.org/css-multicol/"
|
|
431
422
|
},
|
|
@@ -461,6 +452,8 @@
|
|
|
461
452
|
"series": {
|
|
462
453
|
"shortname": "css-page",
|
|
463
454
|
"currentSpecification": "css-page-3",
|
|
455
|
+
"title": "CSS Paged Media",
|
|
456
|
+
"shortTitle": "CSS Paged Media",
|
|
464
457
|
"releaseUrl": "https://www.w3.org/TR/css-page/",
|
|
465
458
|
"nightlyUrl": "https://drafts.csswg.org/css-page/"
|
|
466
459
|
},
|
|
@@ -496,6 +489,8 @@
|
|
|
496
489
|
"series": {
|
|
497
490
|
"shortname": "css-shapes",
|
|
498
491
|
"currentSpecification": "css-shapes-1",
|
|
492
|
+
"title": "CSS Shapes",
|
|
493
|
+
"shortTitle": "CSS Shapes",
|
|
499
494
|
"releaseUrl": "https://www.w3.org/TR/css-shapes/",
|
|
500
495
|
"nightlyUrl": "https://drafts.csswg.org/css-shapes/"
|
|
501
496
|
},
|
|
@@ -531,6 +526,8 @@
|
|
|
531
526
|
"series": {
|
|
532
527
|
"shortname": "css-size-adjust",
|
|
533
528
|
"currentSpecification": "css-size-adjust-1",
|
|
529
|
+
"title": "CSS Mobile Text Size Adjustment",
|
|
530
|
+
"shortTitle": "CSS Size Adjustment",
|
|
534
531
|
"nightlyUrl": "https://drafts.csswg.org/css-size-adjust/"
|
|
535
532
|
},
|
|
536
533
|
"seriesVersion": "1",
|
|
@@ -564,6 +561,8 @@
|
|
|
564
561
|
"series": {
|
|
565
562
|
"shortname": "css-transitions",
|
|
566
563
|
"currentSpecification": "css-transitions-1",
|
|
564
|
+
"title": "CSS Transitions",
|
|
565
|
+
"shortTitle": "CSS Transitions",
|
|
567
566
|
"releaseUrl": "https://www.w3.org/TR/css-transitions/",
|
|
568
567
|
"nightlyUrl": "https://drafts.csswg.org/css-transitions/"
|
|
569
568
|
},
|
|
@@ -592,6 +591,43 @@
|
|
|
592
591
|
]
|
|
593
592
|
}
|
|
594
593
|
},
|
|
594
|
+
{
|
|
595
|
+
"url": "https://drafts.csswg.org/css-values-5/",
|
|
596
|
+
"seriesComposition": "delta",
|
|
597
|
+
"shortname": "css-values-5",
|
|
598
|
+
"series": {
|
|
599
|
+
"shortname": "css-values",
|
|
600
|
+
"currentSpecification": "css-values-4",
|
|
601
|
+
"title": "CSS Values and Units",
|
|
602
|
+
"shortTitle": "CSS Values",
|
|
603
|
+
"releaseUrl": "https://www.w3.org/TR/css-values/",
|
|
604
|
+
"nightlyUrl": "https://drafts.csswg.org/css-values/"
|
|
605
|
+
},
|
|
606
|
+
"seriesVersion": "5",
|
|
607
|
+
"shortTitle": "CSS Values 5",
|
|
608
|
+
"seriesPrevious": "css-values-4",
|
|
609
|
+
"organization": "W3C",
|
|
610
|
+
"groups": [
|
|
611
|
+
{
|
|
612
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
613
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"nightly": {
|
|
617
|
+
"url": "https://drafts.csswg.org/css-values-5/",
|
|
618
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
619
|
+
"sourcePath": "css-values-5/Overview.bs",
|
|
620
|
+
"filename": "Overview.html"
|
|
621
|
+
},
|
|
622
|
+
"title": "CSS Values and Units Module Level 5",
|
|
623
|
+
"source": "spec",
|
|
624
|
+
"tests": {
|
|
625
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
626
|
+
"testPaths": [
|
|
627
|
+
"css/css-values"
|
|
628
|
+
]
|
|
629
|
+
}
|
|
630
|
+
},
|
|
595
631
|
{
|
|
596
632
|
"url": "https://drafts.csswg.org/scroll-animations-1/",
|
|
597
633
|
"seriesComposition": "full",
|
|
@@ -599,6 +635,8 @@
|
|
|
599
635
|
"series": {
|
|
600
636
|
"shortname": "scroll-animations",
|
|
601
637
|
"currentSpecification": "scroll-animations-1",
|
|
638
|
+
"title": "Scroll-linked Animations",
|
|
639
|
+
"shortTitle": "Scroll-linked Animations",
|
|
602
640
|
"nightlyUrl": "https://drafts.csswg.org/scroll-animations/"
|
|
603
641
|
},
|
|
604
642
|
"seriesVersion": "1",
|
|
@@ -632,6 +670,8 @@
|
|
|
632
670
|
"series": {
|
|
633
671
|
"shortname": "web-animations",
|
|
634
672
|
"currentSpecification": "web-animations-1",
|
|
673
|
+
"title": "Web Animations",
|
|
674
|
+
"shortTitle": "Web Animations",
|
|
635
675
|
"releaseUrl": "https://www.w3.org/TR/web-animations/",
|
|
636
676
|
"nightlyUrl": "https://drafts.csswg.org/web-animations/"
|
|
637
677
|
},
|
|
@@ -667,6 +707,8 @@
|
|
|
667
707
|
"series": {
|
|
668
708
|
"shortname": "compositing",
|
|
669
709
|
"currentSpecification": "compositing-1",
|
|
710
|
+
"title": "Compositing and Blending",
|
|
711
|
+
"shortTitle": "Compositing",
|
|
670
712
|
"releaseUrl": "https://www.w3.org/TR/compositing/",
|
|
671
713
|
"nightlyUrl": "https://drafts.fxtf.org/compositing/"
|
|
672
714
|
},
|
|
@@ -702,6 +744,8 @@
|
|
|
702
744
|
"series": {
|
|
703
745
|
"shortname": "filter-effects",
|
|
704
746
|
"currentSpecification": "filter-effects-1",
|
|
747
|
+
"title": "Filter Effects",
|
|
748
|
+
"shortTitle": "Filter Effects",
|
|
705
749
|
"releaseUrl": "https://www.w3.org/TR/filter-effects/",
|
|
706
750
|
"nightlyUrl": "https://drafts.fxtf.org/filter-effects/"
|
|
707
751
|
},
|
|
@@ -737,6 +781,8 @@
|
|
|
737
781
|
"series": {
|
|
738
782
|
"shortname": "fetch",
|
|
739
783
|
"currentSpecification": "fetch",
|
|
784
|
+
"title": "Fetch Standard",
|
|
785
|
+
"shortTitle": "Fetch",
|
|
740
786
|
"nightlyUrl": "https://fetch.spec.whatwg.org/"
|
|
741
787
|
},
|
|
742
788
|
"organization": "WHATWG",
|
|
@@ -774,6 +820,8 @@
|
|
|
774
820
|
"series": {
|
|
775
821
|
"shortname": "fullscreen",
|
|
776
822
|
"currentSpecification": "fullscreen",
|
|
823
|
+
"title": "Fullscreen API Standard",
|
|
824
|
+
"shortTitle": "Fullscreen API",
|
|
777
825
|
"nightlyUrl": "https://fullscreen.spec.whatwg.org/"
|
|
778
826
|
},
|
|
779
827
|
"organization": "WHATWG",
|
|
@@ -806,6 +854,8 @@
|
|
|
806
854
|
"series": {
|
|
807
855
|
"shortname": "html",
|
|
808
856
|
"currentSpecification": "html",
|
|
857
|
+
"title": "HTML Standard",
|
|
858
|
+
"shortTitle": "HTML",
|
|
809
859
|
"nightlyUrl": "https://html.spec.whatwg.org/multipage/"
|
|
810
860
|
},
|
|
811
861
|
"nightly": {
|
|
@@ -912,6 +962,8 @@
|
|
|
912
962
|
"series": {
|
|
913
963
|
"shortname": "anchors",
|
|
914
964
|
"currentSpecification": "anchors",
|
|
965
|
+
"title": "WebXR Anchors",
|
|
966
|
+
"shortTitle": "WebXR Anchors",
|
|
915
967
|
"nightlyUrl": "https://immersive-web.github.io/anchors/"
|
|
916
968
|
},
|
|
917
969
|
"organization": "W3C",
|
|
@@ -944,6 +996,8 @@
|
|
|
944
996
|
"series": {
|
|
945
997
|
"shortname": "infra",
|
|
946
998
|
"currentSpecification": "infra",
|
|
999
|
+
"title": "Infra Standard",
|
|
1000
|
+
"shortTitle": "Infra",
|
|
947
1001
|
"nightlyUrl": "https://infra.spec.whatwg.org/"
|
|
948
1002
|
},
|
|
949
1003
|
"organization": "WHATWG",
|
|
@@ -970,6 +1024,8 @@
|
|
|
970
1024
|
"series": {
|
|
971
1025
|
"shortname": "mimesniff",
|
|
972
1026
|
"currentSpecification": "mimesniff",
|
|
1027
|
+
"title": "MIME Sniffing Standard",
|
|
1028
|
+
"shortTitle": "MIME Sniffing",
|
|
973
1029
|
"nightlyUrl": "https://mimesniff.spec.whatwg.org/"
|
|
974
1030
|
},
|
|
975
1031
|
"organization": "WHATWG",
|
|
@@ -1002,6 +1058,8 @@
|
|
|
1002
1058
|
"series": {
|
|
1003
1059
|
"shortname": "notifications",
|
|
1004
1060
|
"currentSpecification": "notifications",
|
|
1061
|
+
"title": "Notifications API Standard",
|
|
1062
|
+
"shortTitle": "Notifications API",
|
|
1005
1063
|
"nightlyUrl": "https://notifications.spec.whatwg.org/"
|
|
1006
1064
|
},
|
|
1007
1065
|
"organization": "WHATWG",
|
|
@@ -1034,6 +1092,8 @@
|
|
|
1034
1092
|
"series": {
|
|
1035
1093
|
"shortname": "private-click-measurement",
|
|
1036
1094
|
"currentSpecification": "private-click-measurement",
|
|
1095
|
+
"title": "Private Click Measurement",
|
|
1096
|
+
"shortTitle": "Private Click Measurement",
|
|
1037
1097
|
"nightlyUrl": "https://privacycg.github.io/private-click-measurement/"
|
|
1038
1098
|
},
|
|
1039
1099
|
"organization": "W3C",
|
|
@@ -1060,6 +1120,8 @@
|
|
|
1060
1120
|
"series": {
|
|
1061
1121
|
"shortname": "storage-access",
|
|
1062
1122
|
"currentSpecification": "storage-access",
|
|
1123
|
+
"title": "The Storage Access API",
|
|
1124
|
+
"shortTitle": "The Storage Access API",
|
|
1063
1125
|
"nightlyUrl": "https://privacycg.github.io/storage-access/"
|
|
1064
1126
|
},
|
|
1065
1127
|
"organization": "W3C",
|
|
@@ -1092,6 +1154,8 @@
|
|
|
1092
1154
|
"series": {
|
|
1093
1155
|
"shortname": "quirks",
|
|
1094
1156
|
"currentSpecification": "quirks",
|
|
1157
|
+
"title": "Quirks Mode Standard",
|
|
1158
|
+
"shortTitle": "Quirks Mode",
|
|
1095
1159
|
"nightlyUrl": "https://quirks.spec.whatwg.org/"
|
|
1096
1160
|
},
|
|
1097
1161
|
"organization": "WHATWG",
|
|
@@ -1124,6 +1188,8 @@
|
|
|
1124
1188
|
"series": {
|
|
1125
1189
|
"shortname": "storage",
|
|
1126
1190
|
"currentSpecification": "storage",
|
|
1191
|
+
"title": "Storage Standard",
|
|
1192
|
+
"shortTitle": "Storage",
|
|
1127
1193
|
"nightlyUrl": "https://storage.spec.whatwg.org/"
|
|
1128
1194
|
},
|
|
1129
1195
|
"organization": "WHATWG",
|
|
@@ -1159,6 +1225,8 @@
|
|
|
1159
1225
|
"series": {
|
|
1160
1226
|
"shortname": "streams",
|
|
1161
1227
|
"currentSpecification": "streams",
|
|
1228
|
+
"title": "Streams Standard",
|
|
1229
|
+
"shortTitle": "Streams",
|
|
1162
1230
|
"nightlyUrl": "https://streams.spec.whatwg.org/"
|
|
1163
1231
|
},
|
|
1164
1232
|
"organization": "WHATWG",
|
|
@@ -1191,6 +1259,8 @@
|
|
|
1191
1259
|
"series": {
|
|
1192
1260
|
"shortname": "svg-animations",
|
|
1193
1261
|
"currentSpecification": "svg-animations",
|
|
1262
|
+
"title": "SVG Animations",
|
|
1263
|
+
"shortTitle": "SVG Animations",
|
|
1194
1264
|
"nightlyUrl": "https://svgwg.org/specs/animations/"
|
|
1195
1265
|
},
|
|
1196
1266
|
"organization": "W3C",
|
|
@@ -1217,6 +1287,8 @@
|
|
|
1217
1287
|
"series": {
|
|
1218
1288
|
"shortname": "ecmascript",
|
|
1219
1289
|
"currentSpecification": "ecmascript",
|
|
1290
|
+
"title": "ECMAScript Language Specification",
|
|
1291
|
+
"shortTitle": "ECMAScript",
|
|
1220
1292
|
"nightlyUrl": "https://tc39.es/ecma262/multipage/"
|
|
1221
1293
|
},
|
|
1222
1294
|
"shortTitle": "ECMAScript",
|
|
@@ -1292,6 +1364,8 @@
|
|
|
1292
1364
|
"series": {
|
|
1293
1365
|
"shortname": "ecma-402",
|
|
1294
1366
|
"currentSpecification": "ecma-402",
|
|
1367
|
+
"title": "ECMAScript Internationalization API Specification",
|
|
1368
|
+
"shortTitle": "ECMAScript Internationalization API",
|
|
1295
1369
|
"nightlyUrl": "https://tc39.es/ecma402/"
|
|
1296
1370
|
},
|
|
1297
1371
|
"tests": {
|
|
@@ -1317,33 +1391,6 @@
|
|
|
1317
1391
|
"source": "specref",
|
|
1318
1392
|
"shortTitle": "ECMAScript Internationalization API"
|
|
1319
1393
|
},
|
|
1320
|
-
{
|
|
1321
|
-
"url": "https://tc39.es/intl-displaynames-v2/",
|
|
1322
|
-
"seriesComposition": "full",
|
|
1323
|
-
"shortname": "tc39-intl-displaynames-v2",
|
|
1324
|
-
"series": {
|
|
1325
|
-
"shortname": "tc39-intl-displaynames",
|
|
1326
|
-
"currentSpecification": "tc39-intl-displaynames-v2",
|
|
1327
|
-
"nightlyUrl": "https://tc39.es/intl-displaynames-v2/"
|
|
1328
|
-
},
|
|
1329
|
-
"seriesVersion": "2",
|
|
1330
|
-
"organization": "Ecma International",
|
|
1331
|
-
"groups": [
|
|
1332
|
-
{
|
|
1333
|
-
"name": "TC39",
|
|
1334
|
-
"url": "https://tc39.es/"
|
|
1335
|
-
}
|
|
1336
|
-
],
|
|
1337
|
-
"nightly": {
|
|
1338
|
-
"url": "https://tc39.es/intl-displaynames-v2/",
|
|
1339
|
-
"repository": "https://github.com/tc39/intl-displaynames-v2",
|
|
1340
|
-
"sourcePath": "index.html",
|
|
1341
|
-
"filename": "index.html"
|
|
1342
|
-
},
|
|
1343
|
-
"title": "Intl.DisplayNames v2 Proposal",
|
|
1344
|
-
"source": "spec",
|
|
1345
|
-
"shortTitle": "Intl.DisplayNames v2 Proposal"
|
|
1346
|
-
},
|
|
1347
1394
|
{
|
|
1348
1395
|
"url": "https://tc39.es/proposal-accessible-object-hasownproperty/",
|
|
1349
1396
|
"seriesComposition": "full",
|
|
@@ -1351,6 +1398,8 @@
|
|
|
1351
1398
|
"series": {
|
|
1352
1399
|
"shortname": "tc39-accessible-object-hasownproperty",
|
|
1353
1400
|
"currentSpecification": "tc39-accessible-object-hasownproperty",
|
|
1401
|
+
"title": "Accessible Object.hasOwnProperty",
|
|
1402
|
+
"shortTitle": "Accessible Object.hasOwnProperty",
|
|
1354
1403
|
"nightlyUrl": "https://tc39.es/proposal-accessible-object-hasownproperty/"
|
|
1355
1404
|
},
|
|
1356
1405
|
"organization": "Ecma International",
|
|
@@ -1377,6 +1426,8 @@
|
|
|
1377
1426
|
"series": {
|
|
1378
1427
|
"shortname": "tc39-array-find-from-last",
|
|
1379
1428
|
"currentSpecification": "tc39-array-find-from-last",
|
|
1429
|
+
"title": "Proposal-array-find-from-last",
|
|
1430
|
+
"shortTitle": "Proposal-array-find-from-last",
|
|
1380
1431
|
"nightlyUrl": "https://tc39.es/proposal-array-find-from-last/"
|
|
1381
1432
|
},
|
|
1382
1433
|
"organization": "Ecma International",
|
|
@@ -1396,6 +1447,34 @@
|
|
|
1396
1447
|
"source": "spec",
|
|
1397
1448
|
"shortTitle": "Proposal-array-find-from-last"
|
|
1398
1449
|
},
|
|
1450
|
+
{
|
|
1451
|
+
"url": "https://tc39.es/proposal-array-grouping/",
|
|
1452
|
+
"seriesComposition": "full",
|
|
1453
|
+
"shortname": "tc39-array-grouping",
|
|
1454
|
+
"series": {
|
|
1455
|
+
"shortname": "tc39-array-grouping",
|
|
1456
|
+
"currentSpecification": "tc39-array-grouping",
|
|
1457
|
+
"title": "Array Grouping",
|
|
1458
|
+
"shortTitle": "Array Grouping",
|
|
1459
|
+
"nightlyUrl": "https://tc39.es/proposal-array-grouping/"
|
|
1460
|
+
},
|
|
1461
|
+
"organization": "Ecma International",
|
|
1462
|
+
"groups": [
|
|
1463
|
+
{
|
|
1464
|
+
"name": "TC39",
|
|
1465
|
+
"url": "https://tc39.es/"
|
|
1466
|
+
}
|
|
1467
|
+
],
|
|
1468
|
+
"nightly": {
|
|
1469
|
+
"url": "https://tc39.es/proposal-array-grouping/",
|
|
1470
|
+
"repository": "https://github.com/tc39/proposal-array-grouping",
|
|
1471
|
+
"sourcePath": "index.html",
|
|
1472
|
+
"filename": "index.html"
|
|
1473
|
+
},
|
|
1474
|
+
"title": "Array Grouping",
|
|
1475
|
+
"source": "spec",
|
|
1476
|
+
"shortTitle": "Array Grouping"
|
|
1477
|
+
},
|
|
1399
1478
|
{
|
|
1400
1479
|
"url": "https://tc39.es/proposal-atomics-wait-async/",
|
|
1401
1480
|
"seriesComposition": "full",
|
|
@@ -1403,6 +1482,8 @@
|
|
|
1403
1482
|
"series": {
|
|
1404
1483
|
"shortname": "tc39-atomics-wait-async",
|
|
1405
1484
|
"currentSpecification": "tc39-atomics-wait-async",
|
|
1485
|
+
"title": "Atomics.waitAsync",
|
|
1486
|
+
"shortTitle": "Atomics.waitAsync",
|
|
1406
1487
|
"nightlyUrl": "https://tc39.es/proposal-atomics-wait-async/"
|
|
1407
1488
|
},
|
|
1408
1489
|
"organization": "Ecma International",
|
|
@@ -1429,6 +1510,8 @@
|
|
|
1429
1510
|
"series": {
|
|
1430
1511
|
"shortname": "tc39-class-fields",
|
|
1431
1512
|
"currentSpecification": "tc39-class-fields",
|
|
1513
|
+
"title": "Public and private instance fields proposal",
|
|
1514
|
+
"shortTitle": "Public and private instance fields proposal",
|
|
1432
1515
|
"nightlyUrl": "https://tc39.es/proposal-class-fields/"
|
|
1433
1516
|
},
|
|
1434
1517
|
"organization": "Ecma International",
|
|
@@ -1455,6 +1538,8 @@
|
|
|
1455
1538
|
"series": {
|
|
1456
1539
|
"shortname": "tc39-class-static-block",
|
|
1457
1540
|
"currentSpecification": "tc39-class-static-block",
|
|
1541
|
+
"title": "ECMAScript class static initialization blocks",
|
|
1542
|
+
"shortTitle": "ECMAScript class static initialization blocks",
|
|
1458
1543
|
"nightlyUrl": "https://tc39.es/proposal-class-static-block/"
|
|
1459
1544
|
},
|
|
1460
1545
|
"organization": "Ecma International",
|
|
@@ -1481,6 +1566,8 @@
|
|
|
1481
1566
|
"series": {
|
|
1482
1567
|
"shortname": "tc39-error-cause",
|
|
1483
1568
|
"currentSpecification": "tc39-error-cause",
|
|
1569
|
+
"title": "Error Cause",
|
|
1570
|
+
"shortTitle": "Error Cause",
|
|
1484
1571
|
"nightlyUrl": "https://tc39.es/proposal-error-cause/"
|
|
1485
1572
|
},
|
|
1486
1573
|
"organization": "Ecma International",
|
|
@@ -1507,6 +1594,8 @@
|
|
|
1507
1594
|
"series": {
|
|
1508
1595
|
"shortname": "tc39-import-assertions",
|
|
1509
1596
|
"currentSpecification": "tc39-import-assertions",
|
|
1597
|
+
"title": "import assertions",
|
|
1598
|
+
"shortTitle": "import assertions",
|
|
1510
1599
|
"nightlyUrl": "https://tc39.es/proposal-import-assertions/"
|
|
1511
1600
|
},
|
|
1512
1601
|
"organization": "Ecma International",
|
|
@@ -1533,6 +1622,8 @@
|
|
|
1533
1622
|
"series": {
|
|
1534
1623
|
"shortname": "tc39-intl-duration-format",
|
|
1535
1624
|
"currentSpecification": "tc39-intl-duration-format",
|
|
1625
|
+
"title": "Intl.DurationFormat",
|
|
1626
|
+
"shortTitle": "Intl.DurationFormat",
|
|
1536
1627
|
"nightlyUrl": "https://tc39.es/proposal-intl-duration-format/"
|
|
1537
1628
|
},
|
|
1538
1629
|
"organization": "Ecma International",
|
|
@@ -1559,6 +1650,8 @@
|
|
|
1559
1650
|
"series": {
|
|
1560
1651
|
"shortname": "tc39-intl-enumeration",
|
|
1561
1652
|
"currentSpecification": "tc39-intl-enumeration",
|
|
1653
|
+
"title": "Intl Enumeration API Specification",
|
|
1654
|
+
"shortTitle": "Intl Enumeration API",
|
|
1562
1655
|
"nightlyUrl": "https://tc39.es/proposal-intl-enumeration/"
|
|
1563
1656
|
},
|
|
1564
1657
|
"organization": "Ecma International",
|
|
@@ -1585,6 +1678,8 @@
|
|
|
1585
1678
|
"series": {
|
|
1586
1679
|
"shortname": "tc39-intl-extend-timezonename",
|
|
1587
1680
|
"currentSpecification": "tc39-intl-extend-timezonename",
|
|
1681
|
+
"title": "Extend TimeZoneName Option Proposal",
|
|
1682
|
+
"shortTitle": "Extend TimeZoneName Option",
|
|
1588
1683
|
"nightlyUrl": "https://tc39.es/proposal-intl-extend-timezonename/"
|
|
1589
1684
|
},
|
|
1590
1685
|
"organization": "Ecma International",
|
|
@@ -1602,7 +1697,7 @@
|
|
|
1602
1697
|
},
|
|
1603
1698
|
"title": "Extend TimeZoneName Option Proposal",
|
|
1604
1699
|
"source": "spec",
|
|
1605
|
-
"shortTitle": "Extend TimeZoneName Option
|
|
1700
|
+
"shortTitle": "Extend TimeZoneName Option"
|
|
1606
1701
|
},
|
|
1607
1702
|
{
|
|
1608
1703
|
"url": "https://tc39.es/proposal-intl-locale-info/",
|
|
@@ -1611,6 +1706,8 @@
|
|
|
1611
1706
|
"series": {
|
|
1612
1707
|
"shortname": "tc39-intl-locale-info",
|
|
1613
1708
|
"currentSpecification": "tc39-intl-locale-info",
|
|
1709
|
+
"title": "Intl Locale Info Proposal",
|
|
1710
|
+
"shortTitle": "Intl Locale Info",
|
|
1614
1711
|
"nightlyUrl": "https://tc39.es/proposal-intl-locale-info/"
|
|
1615
1712
|
},
|
|
1616
1713
|
"organization": "Ecma International",
|
|
@@ -1628,33 +1725,7 @@
|
|
|
1628
1725
|
},
|
|
1629
1726
|
"title": "Intl Locale Info Proposal",
|
|
1630
1727
|
"source": "spec",
|
|
1631
|
-
"shortTitle": "Intl Locale Info
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"url": "https://tc39.es/proposal-intl-segmenter/",
|
|
1635
|
-
"seriesComposition": "full",
|
|
1636
|
-
"shortname": "tc39-intl-segmenter",
|
|
1637
|
-
"series": {
|
|
1638
|
-
"shortname": "tc39-intl-segmenter",
|
|
1639
|
-
"currentSpecification": "tc39-intl-segmenter",
|
|
1640
|
-
"nightlyUrl": "https://tc39.es/proposal-intl-segmenter/"
|
|
1641
|
-
},
|
|
1642
|
-
"organization": "Ecma International",
|
|
1643
|
-
"groups": [
|
|
1644
|
-
{
|
|
1645
|
-
"name": "TC39",
|
|
1646
|
-
"url": "https://tc39.es/"
|
|
1647
|
-
}
|
|
1648
|
-
],
|
|
1649
|
-
"nightly": {
|
|
1650
|
-
"url": "https://tc39.es/proposal-intl-segmenter/",
|
|
1651
|
-
"repository": "https://github.com/tc39/proposal-intl-segmenter",
|
|
1652
|
-
"sourcePath": "spec.html",
|
|
1653
|
-
"filename": "index.html"
|
|
1654
|
-
},
|
|
1655
|
-
"title": "Intl.Segmenter Proposal",
|
|
1656
|
-
"source": "spec",
|
|
1657
|
-
"shortTitle": "Intl.Segmenter Proposal"
|
|
1728
|
+
"shortTitle": "Intl Locale Info"
|
|
1658
1729
|
},
|
|
1659
1730
|
{
|
|
1660
1731
|
"url": "https://tc39.es/proposal-json-modules/",
|
|
@@ -1663,6 +1734,8 @@
|
|
|
1663
1734
|
"series": {
|
|
1664
1735
|
"shortname": "tc39-json-modules",
|
|
1665
1736
|
"currentSpecification": "tc39-json-modules",
|
|
1737
|
+
"title": "JSON modules",
|
|
1738
|
+
"shortTitle": "JSON modules",
|
|
1666
1739
|
"nightlyUrl": "https://tc39.es/proposal-json-modules/"
|
|
1667
1740
|
},
|
|
1668
1741
|
"organization": "Ecma International",
|
|
@@ -1689,6 +1762,8 @@
|
|
|
1689
1762
|
"series": {
|
|
1690
1763
|
"shortname": "tc39-private-fields-in-in",
|
|
1691
1764
|
"currentSpecification": "tc39-private-fields-in-in",
|
|
1765
|
+
"title": "Private Fields in in",
|
|
1766
|
+
"shortTitle": "Private Fields in in",
|
|
1692
1767
|
"nightlyUrl": "https://tc39.es/proposal-private-fields-in-in/"
|
|
1693
1768
|
},
|
|
1694
1769
|
"organization": "Ecma International",
|
|
@@ -1715,6 +1790,8 @@
|
|
|
1715
1790
|
"series": {
|
|
1716
1791
|
"shortname": "tc39-private-methods",
|
|
1717
1792
|
"currentSpecification": "tc39-private-methods",
|
|
1793
|
+
"title": "Private Methods and Accessors Proposal",
|
|
1794
|
+
"shortTitle": "Private Methods and Accessors",
|
|
1718
1795
|
"nightlyUrl": "https://tc39.es/proposal-private-methods/"
|
|
1719
1796
|
},
|
|
1720
1797
|
"organization": "Ecma International",
|
|
@@ -1732,7 +1809,7 @@
|
|
|
1732
1809
|
},
|
|
1733
1810
|
"title": "Private Methods and Accessors Proposal",
|
|
1734
1811
|
"source": "spec",
|
|
1735
|
-
"shortTitle": "Private Methods and Accessors
|
|
1812
|
+
"shortTitle": "Private Methods and Accessors"
|
|
1736
1813
|
},
|
|
1737
1814
|
{
|
|
1738
1815
|
"url": "https://tc39.es/proposal-regexp-match-indices/",
|
|
@@ -1741,6 +1818,8 @@
|
|
|
1741
1818
|
"series": {
|
|
1742
1819
|
"shortname": "tc39-regexp-match-indices",
|
|
1743
1820
|
"currentSpecification": "tc39-regexp-match-indices",
|
|
1821
|
+
"title": "RegExp Match Indices",
|
|
1822
|
+
"shortTitle": "RegExp Match Indices",
|
|
1744
1823
|
"nightlyUrl": "https://tc39.es/proposal-regexp-match-indices/"
|
|
1745
1824
|
},
|
|
1746
1825
|
"organization": "Ecma International",
|
|
@@ -1767,6 +1846,8 @@
|
|
|
1767
1846
|
"series": {
|
|
1768
1847
|
"shortname": "tc39-relative-indexing-method",
|
|
1769
1848
|
"currentSpecification": "tc39-relative-indexing-method",
|
|
1849
|
+
"title": "Relative Indexing Method",
|
|
1850
|
+
"shortTitle": "Relative Indexing Method",
|
|
1770
1851
|
"nightlyUrl": "https://tc39.es/proposal-relative-indexing-method/"
|
|
1771
1852
|
},
|
|
1772
1853
|
"organization": "Ecma International",
|
|
@@ -1793,6 +1874,8 @@
|
|
|
1793
1874
|
"series": {
|
|
1794
1875
|
"shortname": "tc39-resizablearraybuffer",
|
|
1795
1876
|
"currentSpecification": "tc39-resizablearraybuffer",
|
|
1877
|
+
"title": "Resizable ArrayBuffer and growable SharedArrayBuffer",
|
|
1878
|
+
"shortTitle": "Resizable ArrayBuffer and growable SharedArrayBuffer",
|
|
1796
1879
|
"nightlyUrl": "https://tc39.es/proposal-resizablearraybuffer/"
|
|
1797
1880
|
},
|
|
1798
1881
|
"organization": "Ecma International",
|
|
@@ -1819,6 +1902,8 @@
|
|
|
1819
1902
|
"series": {
|
|
1820
1903
|
"shortname": "tc39-shadowrealm",
|
|
1821
1904
|
"currentSpecification": "tc39-shadowrealm",
|
|
1905
|
+
"title": "ShadowRealm API",
|
|
1906
|
+
"shortTitle": "ShadowRealm API",
|
|
1822
1907
|
"nightlyUrl": "https://tc39.es/proposal-shadowrealm/"
|
|
1823
1908
|
},
|
|
1824
1909
|
"organization": "Ecma International",
|
|
@@ -1845,6 +1930,8 @@
|
|
|
1845
1930
|
"series": {
|
|
1846
1931
|
"shortname": "tc39-static-class-features",
|
|
1847
1932
|
"currentSpecification": "tc39-static-class-features",
|
|
1933
|
+
"title": "Static class features",
|
|
1934
|
+
"shortTitle": "Static class features",
|
|
1848
1935
|
"nightlyUrl": "https://tc39.es/proposal-static-class-features/"
|
|
1849
1936
|
},
|
|
1850
1937
|
"organization": "Ecma International",
|
|
@@ -1871,6 +1958,8 @@
|
|
|
1871
1958
|
"series": {
|
|
1872
1959
|
"shortname": "tc39-temporal",
|
|
1873
1960
|
"currentSpecification": "tc39-temporal",
|
|
1961
|
+
"title": "Temporal proposal",
|
|
1962
|
+
"shortTitle": "Temporal proposal",
|
|
1874
1963
|
"nightlyUrl": "https://tc39.es/proposal-temporal/"
|
|
1875
1964
|
},
|
|
1876
1965
|
"organization": "Ecma International",
|
|
@@ -1897,6 +1986,8 @@
|
|
|
1897
1986
|
"series": {
|
|
1898
1987
|
"shortname": "tc39-top-level-await",
|
|
1899
1988
|
"currentSpecification": "tc39-top-level-await",
|
|
1989
|
+
"title": "Top-Level Await",
|
|
1990
|
+
"shortTitle": "Top-Level Await",
|
|
1900
1991
|
"nightlyUrl": "https://tc39.es/proposal-top-level-await/"
|
|
1901
1992
|
},
|
|
1902
1993
|
"organization": "Ecma International",
|
|
@@ -1916,6 +2007,34 @@
|
|
|
1916
2007
|
"source": "spec",
|
|
1917
2008
|
"shortTitle": "Top-Level Await"
|
|
1918
2009
|
},
|
|
2010
|
+
{
|
|
2011
|
+
"url": "https://testutils.spec.whatwg.org/",
|
|
2012
|
+
"seriesComposition": "full",
|
|
2013
|
+
"shortname": "testutils",
|
|
2014
|
+
"series": {
|
|
2015
|
+
"shortname": "testutils",
|
|
2016
|
+
"currentSpecification": "testutils",
|
|
2017
|
+
"title": "Test Utils Standard",
|
|
2018
|
+
"shortTitle": "Test Utils",
|
|
2019
|
+
"nightlyUrl": "https://testutils.spec.whatwg.org/"
|
|
2020
|
+
},
|
|
2021
|
+
"organization": "WHATWG",
|
|
2022
|
+
"groups": [
|
|
2023
|
+
{
|
|
2024
|
+
"name": "Test Utils Workstream",
|
|
2025
|
+
"url": "https://testutils.spec.whatwg.org/"
|
|
2026
|
+
}
|
|
2027
|
+
],
|
|
2028
|
+
"nightly": {
|
|
2029
|
+
"url": "https://testutils.spec.whatwg.org/",
|
|
2030
|
+
"repository": "https://github.com/whatwg/testutils",
|
|
2031
|
+
"sourcePath": "index.bs",
|
|
2032
|
+
"filename": "index.html"
|
|
2033
|
+
},
|
|
2034
|
+
"title": "Test Utils Standard",
|
|
2035
|
+
"source": "specref",
|
|
2036
|
+
"shortTitle": "Test Utils"
|
|
2037
|
+
},
|
|
1919
2038
|
{
|
|
1920
2039
|
"url": "https://url.spec.whatwg.org/",
|
|
1921
2040
|
"seriesComposition": "full",
|
|
@@ -1923,6 +2042,8 @@
|
|
|
1923
2042
|
"series": {
|
|
1924
2043
|
"shortname": "url",
|
|
1925
2044
|
"currentSpecification": "url",
|
|
2045
|
+
"title": "URL Standard",
|
|
2046
|
+
"shortTitle": "URL",
|
|
1926
2047
|
"nightlyUrl": "https://url.spec.whatwg.org/"
|
|
1927
2048
|
},
|
|
1928
2049
|
"organization": "WHATWG",
|
|
@@ -1948,6 +2069,34 @@
|
|
|
1948
2069
|
]
|
|
1949
2070
|
}
|
|
1950
2071
|
},
|
|
2072
|
+
{
|
|
2073
|
+
"url": "https://w3c.github.io/autoplay/",
|
|
2074
|
+
"seriesComposition": "full",
|
|
2075
|
+
"shortname": "autoplay",
|
|
2076
|
+
"series": {
|
|
2077
|
+
"shortname": "autoplay",
|
|
2078
|
+
"currentSpecification": "autoplay",
|
|
2079
|
+
"title": "Autoplay Policy Detection",
|
|
2080
|
+
"shortTitle": "Autoplay Policy Detection",
|
|
2081
|
+
"nightlyUrl": "https://w3c.github.io/autoplay/"
|
|
2082
|
+
},
|
|
2083
|
+
"organization": "W3C",
|
|
2084
|
+
"groups": [
|
|
2085
|
+
{
|
|
2086
|
+
"name": "Media Working Group",
|
|
2087
|
+
"url": "https://www.w3.org/media-wg/"
|
|
2088
|
+
}
|
|
2089
|
+
],
|
|
2090
|
+
"nightly": {
|
|
2091
|
+
"url": "https://w3c.github.io/autoplay/",
|
|
2092
|
+
"repository": "https://github.com/w3c/autoplay",
|
|
2093
|
+
"sourcePath": "index.bs",
|
|
2094
|
+
"filename": "index.html"
|
|
2095
|
+
},
|
|
2096
|
+
"title": "Autoplay Policy Detection",
|
|
2097
|
+
"source": "spec",
|
|
2098
|
+
"shortTitle": "Autoplay Policy Detection"
|
|
2099
|
+
},
|
|
1951
2100
|
{
|
|
1952
2101
|
"url": "https://w3c.github.io/badging/",
|
|
1953
2102
|
"seriesComposition": "full",
|
|
@@ -1955,6 +2104,8 @@
|
|
|
1955
2104
|
"series": {
|
|
1956
2105
|
"shortname": "badging",
|
|
1957
2106
|
"currentSpecification": "badging",
|
|
2107
|
+
"title": "Badging API",
|
|
2108
|
+
"shortTitle": "Badging API",
|
|
1958
2109
|
"nightlyUrl": "https://w3c.github.io/badging/"
|
|
1959
2110
|
},
|
|
1960
2111
|
"organization": "W3C",
|
|
@@ -1980,6 +2131,34 @@
|
|
|
1980
2131
|
]
|
|
1981
2132
|
}
|
|
1982
2133
|
},
|
|
2134
|
+
{
|
|
2135
|
+
"url": "https://w3c.github.io/contact-api/spec/",
|
|
2136
|
+
"seriesComposition": "full",
|
|
2137
|
+
"shortname": "contact-api",
|
|
2138
|
+
"series": {
|
|
2139
|
+
"shortname": "contact-api",
|
|
2140
|
+
"currentSpecification": "contact-api",
|
|
2141
|
+
"title": "Contact Picker API",
|
|
2142
|
+
"shortTitle": "Contact Picker API",
|
|
2143
|
+
"nightlyUrl": "https://w3c.github.io/contact-api/spec/"
|
|
2144
|
+
},
|
|
2145
|
+
"organization": "W3C",
|
|
2146
|
+
"groups": [
|
|
2147
|
+
{
|
|
2148
|
+
"name": "Web Platform Incubator Community Group",
|
|
2149
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
2150
|
+
}
|
|
2151
|
+
],
|
|
2152
|
+
"nightly": {
|
|
2153
|
+
"url": "https://w3c.github.io/contact-api/spec/",
|
|
2154
|
+
"repository": "https://github.com/w3c/contact-api",
|
|
2155
|
+
"sourcePath": "spec/index.bs",
|
|
2156
|
+
"filename": "index.html"
|
|
2157
|
+
},
|
|
2158
|
+
"title": "Contact Picker API",
|
|
2159
|
+
"source": "spec",
|
|
2160
|
+
"shortTitle": "Contact Picker API"
|
|
2161
|
+
},
|
|
1983
2162
|
{
|
|
1984
2163
|
"url": "https://w3c.github.io/contentEditable/",
|
|
1985
2164
|
"seriesComposition": "full",
|
|
@@ -1987,6 +2166,8 @@
|
|
|
1987
2166
|
"series": {
|
|
1988
2167
|
"shortname": "contentEditable",
|
|
1989
2168
|
"currentSpecification": "contentEditable",
|
|
2169
|
+
"title": "ContentEditable",
|
|
2170
|
+
"shortTitle": "ContentEditable",
|
|
1990
2171
|
"nightlyUrl": "https://w3c.github.io/contentEditable/"
|
|
1991
2172
|
},
|
|
1992
2173
|
"organization": "W3C",
|
|
@@ -2019,6 +2200,8 @@
|
|
|
2019
2200
|
"series": {
|
|
2020
2201
|
"shortname": "gamepad-extensions",
|
|
2021
2202
|
"currentSpecification": "gamepad-extensions",
|
|
2203
|
+
"title": "Gamepad Extensions",
|
|
2204
|
+
"shortTitle": "Gamepad Extensions",
|
|
2022
2205
|
"nightlyUrl": "https://w3c.github.io/gamepad/extensions.html"
|
|
2023
2206
|
},
|
|
2024
2207
|
"organization": "W3C",
|
|
@@ -2045,6 +2228,8 @@
|
|
|
2045
2228
|
"series": {
|
|
2046
2229
|
"shortname": "mathml-aam",
|
|
2047
2230
|
"currentSpecification": "mathml-aam",
|
|
2231
|
+
"title": "MathML Accessiblity API Mappings",
|
|
2232
|
+
"shortTitle": "MathML Accessiblity API Mappings",
|
|
2048
2233
|
"nightlyUrl": "https://w3c.github.io/mathml-aam/"
|
|
2049
2234
|
},
|
|
2050
2235
|
"organization": "W3C",
|
|
@@ -2071,6 +2256,8 @@
|
|
|
2071
2256
|
"series": {
|
|
2072
2257
|
"shortname": "media-playback-quality",
|
|
2073
2258
|
"currentSpecification": "media-playback-quality",
|
|
2259
|
+
"title": "Media Playback Quality",
|
|
2260
|
+
"shortTitle": "Media Playback Quality",
|
|
2074
2261
|
"nightlyUrl": "https://w3c.github.io/media-playback-quality/"
|
|
2075
2262
|
},
|
|
2076
2263
|
"organization": "W3C",
|
|
@@ -2103,6 +2290,8 @@
|
|
|
2103
2290
|
"series": {
|
|
2104
2291
|
"shortname": "mediacapture-automation",
|
|
2105
2292
|
"currentSpecification": "mediacapture-automation",
|
|
2293
|
+
"title": "Media Capture Automation",
|
|
2294
|
+
"shortTitle": "Media Capture Automation",
|
|
2106
2295
|
"nightlyUrl": "https://w3c.github.io/mediacapture-automation/"
|
|
2107
2296
|
},
|
|
2108
2297
|
"organization": "W3C",
|
|
@@ -2122,6 +2311,62 @@
|
|
|
2122
2311
|
"source": "spec",
|
|
2123
2312
|
"shortTitle": "Media Capture Automation"
|
|
2124
2313
|
},
|
|
2314
|
+
{
|
|
2315
|
+
"url": "https://w3c.github.io/mediacapture-region/",
|
|
2316
|
+
"seriesComposition": "full",
|
|
2317
|
+
"shortname": "mediacapture-region",
|
|
2318
|
+
"series": {
|
|
2319
|
+
"shortname": "mediacapture-region",
|
|
2320
|
+
"currentSpecification": "mediacapture-region",
|
|
2321
|
+
"title": "Region Capture",
|
|
2322
|
+
"shortTitle": "Region Capture",
|
|
2323
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-region/"
|
|
2324
|
+
},
|
|
2325
|
+
"organization": "W3C",
|
|
2326
|
+
"groups": [
|
|
2327
|
+
{
|
|
2328
|
+
"name": "Web Real-Time Communications Working Group",
|
|
2329
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
2330
|
+
}
|
|
2331
|
+
],
|
|
2332
|
+
"nightly": {
|
|
2333
|
+
"url": "https://w3c.github.io/mediacapture-region/",
|
|
2334
|
+
"repository": "https://github.com/w3c/mediacapture-region",
|
|
2335
|
+
"sourcePath": "index.html",
|
|
2336
|
+
"filename": "index.html"
|
|
2337
|
+
},
|
|
2338
|
+
"title": "Region Capture",
|
|
2339
|
+
"source": "spec",
|
|
2340
|
+
"shortTitle": "Region Capture"
|
|
2341
|
+
},
|
|
2342
|
+
{
|
|
2343
|
+
"url": "https://w3c.github.io/mediacapture-transform/",
|
|
2344
|
+
"seriesComposition": "full",
|
|
2345
|
+
"shortname": "mediacapture-transform",
|
|
2346
|
+
"series": {
|
|
2347
|
+
"shortname": "mediacapture-transform",
|
|
2348
|
+
"currentSpecification": "mediacapture-transform",
|
|
2349
|
+
"title": "MediaStreamTrack Insertable Media Processing using Streams",
|
|
2350
|
+
"shortTitle": "MediaStreamTrack Insertable Media Processing using Streams",
|
|
2351
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-transform/"
|
|
2352
|
+
},
|
|
2353
|
+
"organization": "W3C",
|
|
2354
|
+
"groups": [
|
|
2355
|
+
{
|
|
2356
|
+
"name": "Web Real-Time Communications Working Group",
|
|
2357
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"nightly": {
|
|
2361
|
+
"url": "https://w3c.github.io/mediacapture-transform/",
|
|
2362
|
+
"repository": "https://github.com/w3c/mediacapture-transform",
|
|
2363
|
+
"sourcePath": "index.bs",
|
|
2364
|
+
"filename": "index.html"
|
|
2365
|
+
},
|
|
2366
|
+
"title": "MediaStreamTrack Insertable Media Processing using Streams",
|
|
2367
|
+
"source": "spec",
|
|
2368
|
+
"shortTitle": "MediaStreamTrack Insertable Media Processing using Streams"
|
|
2369
|
+
},
|
|
2125
2370
|
{
|
|
2126
2371
|
"url": "https://w3c.github.io/web-locks/",
|
|
2127
2372
|
"seriesComposition": "full",
|
|
@@ -2129,6 +2374,8 @@
|
|
|
2129
2374
|
"series": {
|
|
2130
2375
|
"shortname": "web-locks",
|
|
2131
2376
|
"currentSpecification": "web-locks",
|
|
2377
|
+
"title": "Web Locks API",
|
|
2378
|
+
"shortTitle": "Web Locks API",
|
|
2132
2379
|
"nightlyUrl": "https://w3c.github.io/web-locks/"
|
|
2133
2380
|
},
|
|
2134
2381
|
"organization": "W3C",
|
|
@@ -2161,6 +2408,8 @@
|
|
|
2161
2408
|
"series": {
|
|
2162
2409
|
"shortname": "web-nfc",
|
|
2163
2410
|
"currentSpecification": "web-nfc",
|
|
2411
|
+
"title": "Web NFC API",
|
|
2412
|
+
"shortTitle": "Web NFC API",
|
|
2164
2413
|
"nightlyUrl": "https://w3c.github.io/web-nfc/"
|
|
2165
2414
|
},
|
|
2166
2415
|
"organization": "W3C",
|
|
@@ -2193,6 +2442,8 @@
|
|
|
2193
2442
|
"series": {
|
|
2194
2443
|
"shortname": "web-share-target",
|
|
2195
2444
|
"currentSpecification": "web-share-target",
|
|
2445
|
+
"title": "Web Share Target API",
|
|
2446
|
+
"shortTitle": "Web Share Target API",
|
|
2196
2447
|
"nightlyUrl": "https://w3c.github.io/web-share-target/"
|
|
2197
2448
|
},
|
|
2198
2449
|
"organization": "W3C",
|
|
@@ -2219,6 +2470,8 @@
|
|
|
2219
2470
|
"series": {
|
|
2220
2471
|
"shortname": "change-password-url",
|
|
2221
2472
|
"currentSpecification": "change-password-url",
|
|
2473
|
+
"title": "A Well-Known URL for Changing Passwords",
|
|
2474
|
+
"shortTitle": "A Well-Known URL for Changing Passwords",
|
|
2222
2475
|
"nightlyUrl": "https://w3c.github.io/webappsec-change-password-url/"
|
|
2223
2476
|
},
|
|
2224
2477
|
"organization": "W3C",
|
|
@@ -2245,6 +2498,8 @@
|
|
|
2245
2498
|
"series": {
|
|
2246
2499
|
"shortname": "trusted-types",
|
|
2247
2500
|
"currentSpecification": "trusted-types",
|
|
2501
|
+
"title": "Trusted Types",
|
|
2502
|
+
"shortTitle": "Trusted Types",
|
|
2248
2503
|
"nightlyUrl": "https://w3c.github.io/webappsec-trusted-types/dist/spec/"
|
|
2249
2504
|
},
|
|
2250
2505
|
"organization": "W3C",
|
|
@@ -2277,6 +2532,8 @@
|
|
|
2277
2532
|
"series": {
|
|
2278
2533
|
"shortname": "webdriver-bidi",
|
|
2279
2534
|
"currentSpecification": "webdriver-bidi",
|
|
2535
|
+
"title": "WebDriver BiDi",
|
|
2536
|
+
"shortTitle": "WebDriver BiDi",
|
|
2280
2537
|
"nightlyUrl": "https://w3c.github.io/webdriver-bidi/"
|
|
2281
2538
|
},
|
|
2282
2539
|
"organization": "W3C",
|
|
@@ -2303,6 +2560,8 @@
|
|
|
2303
2560
|
"series": {
|
|
2304
2561
|
"shortname": "webrtc-ice",
|
|
2305
2562
|
"currentSpecification": "webrtc-ice",
|
|
2563
|
+
"title": "IceTransport Extensions for WebRTC",
|
|
2564
|
+
"shortTitle": "IceTransport Extensions for WebRTC",
|
|
2306
2565
|
"nightlyUrl": "https://w3c.github.io/webrtc-ice/"
|
|
2307
2566
|
},
|
|
2308
2567
|
"organization": "W3C",
|
|
@@ -2335,6 +2594,8 @@
|
|
|
2335
2594
|
"series": {
|
|
2336
2595
|
"shortname": "web-bluetooth",
|
|
2337
2596
|
"currentSpecification": "web-bluetooth",
|
|
2597
|
+
"title": "Web Bluetooth",
|
|
2598
|
+
"shortTitle": "Web Bluetooth",
|
|
2338
2599
|
"nightlyUrl": "https://webbluetoothcg.github.io/web-bluetooth/"
|
|
2339
2600
|
},
|
|
2340
2601
|
"organization": "W3C",
|
|
@@ -2367,6 +2628,8 @@
|
|
|
2367
2628
|
"series": {
|
|
2368
2629
|
"shortname": "webidl",
|
|
2369
2630
|
"currentSpecification": "webidl",
|
|
2631
|
+
"title": "Web IDL Standard",
|
|
2632
|
+
"shortTitle": "Web IDL",
|
|
2370
2633
|
"nightlyUrl": "https://webidl.spec.whatwg.org/"
|
|
2371
2634
|
},
|
|
2372
2635
|
"organization": "WHATWG",
|
|
@@ -2399,6 +2662,8 @@
|
|
|
2399
2662
|
"series": {
|
|
2400
2663
|
"shortname": "app-history",
|
|
2401
2664
|
"currentSpecification": "app-history",
|
|
2665
|
+
"title": "App History API",
|
|
2666
|
+
"shortTitle": "App History API",
|
|
2402
2667
|
"nightlyUrl": "https://wicg.github.io/app-history/"
|
|
2403
2668
|
},
|
|
2404
2669
|
"organization": "W3C",
|
|
@@ -2431,6 +2696,8 @@
|
|
|
2431
2696
|
"series": {
|
|
2432
2697
|
"shortname": "background-fetch",
|
|
2433
2698
|
"currentSpecification": "background-fetch",
|
|
2699
|
+
"title": "Background Fetch",
|
|
2700
|
+
"shortTitle": "Background Fetch",
|
|
2434
2701
|
"nightlyUrl": "https://wicg.github.io/background-fetch/"
|
|
2435
2702
|
},
|
|
2436
2703
|
"organization": "W3C",
|
|
@@ -2463,6 +2730,8 @@
|
|
|
2463
2730
|
"series": {
|
|
2464
2731
|
"shortname": "background-sync",
|
|
2465
2732
|
"currentSpecification": "background-sync",
|
|
2733
|
+
"title": "Web Background Synchronization",
|
|
2734
|
+
"shortTitle": "Background Sync",
|
|
2466
2735
|
"nightlyUrl": "https://wicg.github.io/background-sync/spec/"
|
|
2467
2736
|
},
|
|
2468
2737
|
"shortTitle": "Background Sync",
|
|
@@ -2495,6 +2764,8 @@
|
|
|
2495
2764
|
"series": {
|
|
2496
2765
|
"shortname": "client-hints-infrastructure",
|
|
2497
2766
|
"currentSpecification": "client-hints-infrastructure",
|
|
2767
|
+
"title": "Client Hints Infrastructure",
|
|
2768
|
+
"shortTitle": "Client Hints Infrastructure",
|
|
2498
2769
|
"nightlyUrl": "https://wicg.github.io/client-hints-infrastructure/"
|
|
2499
2770
|
},
|
|
2500
2771
|
"organization": "W3C",
|
|
@@ -2527,6 +2798,8 @@
|
|
|
2527
2798
|
"series": {
|
|
2528
2799
|
"shortname": "close-watcher",
|
|
2529
2800
|
"currentSpecification": "close-watcher",
|
|
2801
|
+
"title": "Close Watcher API",
|
|
2802
|
+
"shortTitle": "Close Watcher API",
|
|
2530
2803
|
"nightlyUrl": "https://wicg.github.io/close-watcher/"
|
|
2531
2804
|
},
|
|
2532
2805
|
"organization": "W3C",
|
|
@@ -2553,6 +2826,8 @@
|
|
|
2553
2826
|
"series": {
|
|
2554
2827
|
"shortname": "compression",
|
|
2555
2828
|
"currentSpecification": "compression",
|
|
2829
|
+
"title": "Compression Streams",
|
|
2830
|
+
"shortTitle": "Compression Streams",
|
|
2556
2831
|
"nightlyUrl": "https://wicg.github.io/compression/"
|
|
2557
2832
|
},
|
|
2558
2833
|
"organization": "W3C",
|
|
@@ -2585,6 +2860,8 @@
|
|
|
2585
2860
|
"series": {
|
|
2586
2861
|
"shortname": "compute-pressure",
|
|
2587
2862
|
"currentSpecification": "compute-pressure",
|
|
2863
|
+
"title": "Compute Pressure API",
|
|
2864
|
+
"shortTitle": "Compute Pressure API",
|
|
2588
2865
|
"nightlyUrl": "https://wicg.github.io/compute-pressure/"
|
|
2589
2866
|
},
|
|
2590
2867
|
"organization": "W3C",
|
|
@@ -2604,38 +2881,6 @@
|
|
|
2604
2881
|
"source": "spec",
|
|
2605
2882
|
"shortTitle": "Compute Pressure API"
|
|
2606
2883
|
},
|
|
2607
|
-
{
|
|
2608
|
-
"url": "https://wicg.github.io/contact-api/spec/",
|
|
2609
|
-
"seriesComposition": "full",
|
|
2610
|
-
"shortname": "contact-api",
|
|
2611
|
-
"series": {
|
|
2612
|
-
"shortname": "contact-api",
|
|
2613
|
-
"currentSpecification": "contact-api",
|
|
2614
|
-
"nightlyUrl": "https://wicg.github.io/contact-api/spec/"
|
|
2615
|
-
},
|
|
2616
|
-
"organization": "W3C",
|
|
2617
|
-
"groups": [
|
|
2618
|
-
{
|
|
2619
|
-
"name": "Web Platform Incubator Community Group",
|
|
2620
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
2621
|
-
}
|
|
2622
|
-
],
|
|
2623
|
-
"nightly": {
|
|
2624
|
-
"url": "https://wicg.github.io/contact-api/spec/",
|
|
2625
|
-
"repository": "https://github.com/WICG/contact-api",
|
|
2626
|
-
"sourcePath": "spec/index.bs",
|
|
2627
|
-
"filename": "index.html"
|
|
2628
|
-
},
|
|
2629
|
-
"title": "Contact Picker API",
|
|
2630
|
-
"source": "spec",
|
|
2631
|
-
"shortTitle": "Contact Picker API",
|
|
2632
|
-
"tests": {
|
|
2633
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
2634
|
-
"testPaths": [
|
|
2635
|
-
"contacts"
|
|
2636
|
-
]
|
|
2637
|
-
}
|
|
2638
|
-
},
|
|
2639
2884
|
{
|
|
2640
2885
|
"url": "https://wicg.github.io/content-index/spec/",
|
|
2641
2886
|
"seriesComposition": "full",
|
|
@@ -2643,6 +2888,8 @@
|
|
|
2643
2888
|
"series": {
|
|
2644
2889
|
"shortname": "content-index",
|
|
2645
2890
|
"currentSpecification": "content-index",
|
|
2891
|
+
"title": "Content Index",
|
|
2892
|
+
"shortTitle": "Content Index",
|
|
2646
2893
|
"nightlyUrl": "https://wicg.github.io/content-index/spec/"
|
|
2647
2894
|
},
|
|
2648
2895
|
"organization": "W3C",
|
|
@@ -2675,6 +2922,8 @@
|
|
|
2675
2922
|
"series": {
|
|
2676
2923
|
"shortname": "conversion-measurement-api",
|
|
2677
2924
|
"currentSpecification": "conversion-measurement-api",
|
|
2925
|
+
"title": "Attribution Reporting",
|
|
2926
|
+
"shortTitle": "Attribution Reporting",
|
|
2678
2927
|
"nightlyUrl": "https://wicg.github.io/conversion-measurement-api/"
|
|
2679
2928
|
},
|
|
2680
2929
|
"organization": "W3C",
|
|
@@ -2701,6 +2950,8 @@
|
|
|
2701
2950
|
"series": {
|
|
2702
2951
|
"shortname": "cookie-store",
|
|
2703
2952
|
"currentSpecification": "cookie-store",
|
|
2953
|
+
"title": "Cookie Store API",
|
|
2954
|
+
"shortTitle": "Cookie Store API",
|
|
2704
2955
|
"nightlyUrl": "https://wicg.github.io/cookie-store/"
|
|
2705
2956
|
},
|
|
2706
2957
|
"organization": "W3C",
|
|
@@ -2733,6 +2984,8 @@
|
|
|
2733
2984
|
"series": {
|
|
2734
2985
|
"shortname": "crash-reporting",
|
|
2735
2986
|
"currentSpecification": "crash-reporting",
|
|
2987
|
+
"title": "Crash Reporting",
|
|
2988
|
+
"shortTitle": "Crash Reporting",
|
|
2736
2989
|
"nightlyUrl": "https://wicg.github.io/crash-reporting/"
|
|
2737
2990
|
},
|
|
2738
2991
|
"organization": "W3C",
|
|
@@ -2759,6 +3012,8 @@
|
|
|
2759
3012
|
"series": {
|
|
2760
3013
|
"shortname": "credentiallessness",
|
|
2761
3014
|
"currentSpecification": "credentiallessness",
|
|
3015
|
+
"title": "Cross-Origin-Embedder-Policy: credentialless",
|
|
3016
|
+
"shortTitle": "Cross-Origin-Embedder-Policy: credentialless",
|
|
2762
3017
|
"nightlyUrl": "https://wicg.github.io/credentiallessness/"
|
|
2763
3018
|
},
|
|
2764
3019
|
"organization": "W3C",
|
|
@@ -2785,6 +3040,8 @@
|
|
|
2785
3040
|
"series": {
|
|
2786
3041
|
"shortname": "csp-next",
|
|
2787
3042
|
"currentSpecification": "csp-next",
|
|
3043
|
+
"title": "Scripting Policy",
|
|
3044
|
+
"shortTitle": "Scripting Policy",
|
|
2788
3045
|
"nightlyUrl": "https://wicg.github.io/csp-next/scripting-policy.html"
|
|
2789
3046
|
},
|
|
2790
3047
|
"nightly": {
|
|
@@ -2811,6 +3068,8 @@
|
|
|
2811
3068
|
"series": {
|
|
2812
3069
|
"shortname": "css-parser-api",
|
|
2813
3070
|
"currentSpecification": "css-parser-api",
|
|
3071
|
+
"title": "CSS Parser API",
|
|
3072
|
+
"shortTitle": "CSS Parser API",
|
|
2814
3073
|
"nightlyUrl": "https://wicg.github.io/css-parser-api/"
|
|
2815
3074
|
},
|
|
2816
3075
|
"organization": "W3C",
|
|
@@ -2843,6 +3102,8 @@
|
|
|
2843
3102
|
"series": {
|
|
2844
3103
|
"shortname": "custom-state-pseudo-class",
|
|
2845
3104
|
"currentSpecification": "custom-state-pseudo-class",
|
|
3105
|
+
"title": "Custom State Pseudo Class",
|
|
3106
|
+
"shortTitle": "Custom State Pseudo Class",
|
|
2846
3107
|
"nightlyUrl": "https://wicg.github.io/custom-state-pseudo-class/"
|
|
2847
3108
|
},
|
|
2848
3109
|
"organization": "W3C",
|
|
@@ -2875,6 +3136,8 @@
|
|
|
2875
3136
|
"series": {
|
|
2876
3137
|
"shortname": "datacue",
|
|
2877
3138
|
"currentSpecification": "datacue",
|
|
3139
|
+
"title": "DataCue API",
|
|
3140
|
+
"shortTitle": "DataCue API",
|
|
2878
3141
|
"nightlyUrl": "https://wicg.github.io/datacue/"
|
|
2879
3142
|
},
|
|
2880
3143
|
"organization": "W3C",
|
|
@@ -2901,6 +3164,8 @@
|
|
|
2901
3164
|
"series": {
|
|
2902
3165
|
"shortname": "deprecation-reporting",
|
|
2903
3166
|
"currentSpecification": "deprecation-reporting",
|
|
3167
|
+
"title": "Deprecation Reporting",
|
|
3168
|
+
"shortTitle": "Deprecation Reporting",
|
|
2904
3169
|
"nightlyUrl": "https://wicg.github.io/deprecation-reporting/"
|
|
2905
3170
|
},
|
|
2906
3171
|
"organization": "W3C",
|
|
@@ -2933,6 +3198,8 @@
|
|
|
2933
3198
|
"series": {
|
|
2934
3199
|
"shortname": "document-policy",
|
|
2935
3200
|
"currentSpecification": "document-policy",
|
|
3201
|
+
"title": "Document Policy",
|
|
3202
|
+
"shortTitle": "Document Policy",
|
|
2936
3203
|
"nightlyUrl": "https://wicg.github.io/document-policy/"
|
|
2937
3204
|
},
|
|
2938
3205
|
"organization": "W3C",
|
|
@@ -2965,6 +3232,8 @@
|
|
|
2965
3232
|
"series": {
|
|
2966
3233
|
"shortname": "element-timing",
|
|
2967
3234
|
"currentSpecification": "element-timing",
|
|
3235
|
+
"title": "Element Timing API",
|
|
3236
|
+
"shortTitle": "Element Timing API",
|
|
2968
3237
|
"nightlyUrl": "https://wicg.github.io/element-timing/"
|
|
2969
3238
|
},
|
|
2970
3239
|
"organization": "W3C",
|
|
@@ -2997,6 +3266,8 @@
|
|
|
2997
3266
|
"series": {
|
|
2998
3267
|
"shortname": "entries-api",
|
|
2999
3268
|
"currentSpecification": "entries-api",
|
|
3269
|
+
"title": "File and Directory Entries API",
|
|
3270
|
+
"shortTitle": "File and Directory Entries API",
|
|
3000
3271
|
"nightlyUrl": "https://wicg.github.io/entries-api/"
|
|
3001
3272
|
},
|
|
3002
3273
|
"organization": "W3C",
|
|
@@ -3029,6 +3300,8 @@
|
|
|
3029
3300
|
"series": {
|
|
3030
3301
|
"shortname": "event-timing",
|
|
3031
3302
|
"currentSpecification": "event-timing",
|
|
3303
|
+
"title": "Event Timing API",
|
|
3304
|
+
"shortTitle": "Event Timing API",
|
|
3032
3305
|
"nightlyUrl": "https://wicg.github.io/event-timing/"
|
|
3033
3306
|
},
|
|
3034
3307
|
"organization": "W3C",
|
|
@@ -3061,6 +3334,8 @@
|
|
|
3061
3334
|
"series": {
|
|
3062
3335
|
"shortname": "eyedropper-api",
|
|
3063
3336
|
"currentSpecification": "eyedropper-api",
|
|
3337
|
+
"title": "EyeDropper API",
|
|
3338
|
+
"shortTitle": "EyeDropper API",
|
|
3064
3339
|
"nightlyUrl": "https://wicg.github.io/eyedropper-api/"
|
|
3065
3340
|
},
|
|
3066
3341
|
"organization": "W3C",
|
|
@@ -3087,6 +3362,8 @@
|
|
|
3087
3362
|
"series": {
|
|
3088
3363
|
"shortname": "file-system-access",
|
|
3089
3364
|
"currentSpecification": "file-system-access",
|
|
3365
|
+
"title": "File System Access",
|
|
3366
|
+
"shortTitle": "File System Access",
|
|
3090
3367
|
"nightlyUrl": "https://wicg.github.io/file-system-access/"
|
|
3091
3368
|
},
|
|
3092
3369
|
"organization": "W3C",
|
|
@@ -3119,6 +3396,8 @@
|
|
|
3119
3396
|
"series": {
|
|
3120
3397
|
"shortname": "floc",
|
|
3121
3398
|
"currentSpecification": "floc",
|
|
3399
|
+
"title": "Federated Learning of Cohorts",
|
|
3400
|
+
"shortTitle": "Federated Learning of Cohorts",
|
|
3122
3401
|
"nightlyUrl": "https://wicg.github.io/floc/"
|
|
3123
3402
|
},
|
|
3124
3403
|
"organization": "W3C",
|
|
@@ -3145,6 +3424,8 @@
|
|
|
3145
3424
|
"series": {
|
|
3146
3425
|
"shortname": "get-installed-related-apps",
|
|
3147
3426
|
"currentSpecification": "get-installed-related-apps",
|
|
3427
|
+
"title": "Get Installed Related Apps API",
|
|
3428
|
+
"shortTitle": "Get Installed Related Apps API",
|
|
3148
3429
|
"nightlyUrl": "https://wicg.github.io/get-installed-related-apps/spec/"
|
|
3149
3430
|
},
|
|
3150
3431
|
"organization": "W3C",
|
|
@@ -3177,6 +3458,8 @@
|
|
|
3177
3458
|
"series": {
|
|
3178
3459
|
"shortname": "idle-detection",
|
|
3179
3460
|
"currentSpecification": "idle-detection",
|
|
3461
|
+
"title": "Idle Detection API",
|
|
3462
|
+
"shortTitle": "Idle Detection API",
|
|
3180
3463
|
"nightlyUrl": "https://wicg.github.io/idle-detection/"
|
|
3181
3464
|
},
|
|
3182
3465
|
"organization": "W3C",
|
|
@@ -3209,6 +3492,8 @@
|
|
|
3209
3492
|
"series": {
|
|
3210
3493
|
"shortname": "import-maps",
|
|
3211
3494
|
"currentSpecification": "import-maps",
|
|
3495
|
+
"title": "Import Maps",
|
|
3496
|
+
"shortTitle": "Import Maps",
|
|
3212
3497
|
"nightlyUrl": "https://wicg.github.io/import-maps/"
|
|
3213
3498
|
},
|
|
3214
3499
|
"organization": "W3C",
|
|
@@ -3241,6 +3526,8 @@
|
|
|
3241
3526
|
"series": {
|
|
3242
3527
|
"shortname": "ink-enhancement",
|
|
3243
3528
|
"currentSpecification": "ink-enhancement",
|
|
3529
|
+
"title": "Ink API",
|
|
3530
|
+
"shortTitle": "Ink API",
|
|
3244
3531
|
"nightlyUrl": "https://wicg.github.io/ink-enhancement/"
|
|
3245
3532
|
},
|
|
3246
3533
|
"organization": "W3C",
|
|
@@ -3267,6 +3554,8 @@
|
|
|
3267
3554
|
"series": {
|
|
3268
3555
|
"shortname": "input-device-capabilities",
|
|
3269
3556
|
"currentSpecification": "input-device-capabilities",
|
|
3557
|
+
"title": "Input Device Capabilities",
|
|
3558
|
+
"shortTitle": "Input Device Capabilities",
|
|
3270
3559
|
"nightlyUrl": "https://wicg.github.io/input-device-capabilities/"
|
|
3271
3560
|
},
|
|
3272
3561
|
"organization": "W3C",
|
|
@@ -3299,6 +3588,8 @@
|
|
|
3299
3588
|
"series": {
|
|
3300
3589
|
"shortname": "intervention-reporting",
|
|
3301
3590
|
"currentSpecification": "intervention-reporting",
|
|
3591
|
+
"title": "Intervention Reporting",
|
|
3592
|
+
"shortTitle": "Intervention Reporting",
|
|
3302
3593
|
"nightlyUrl": "https://wicg.github.io/intervention-reporting/"
|
|
3303
3594
|
},
|
|
3304
3595
|
"organization": "W3C",
|
|
@@ -3331,6 +3622,8 @@
|
|
|
3331
3622
|
"series": {
|
|
3332
3623
|
"shortname": "is-input-pending",
|
|
3333
3624
|
"currentSpecification": "is-input-pending",
|
|
3625
|
+
"title": "isInputPending",
|
|
3626
|
+
"shortTitle": "isInputPending",
|
|
3334
3627
|
"nightlyUrl": "https://wicg.github.io/is-input-pending/"
|
|
3335
3628
|
},
|
|
3336
3629
|
"organization": "W3C",
|
|
@@ -3363,6 +3656,8 @@
|
|
|
3363
3656
|
"series": {
|
|
3364
3657
|
"shortname": "js-self-profiling",
|
|
3365
3658
|
"currentSpecification": "js-self-profiling",
|
|
3659
|
+
"title": "JS Self-Profiling API",
|
|
3660
|
+
"shortTitle": "JS Self-Profiling API",
|
|
3366
3661
|
"nightlyUrl": "https://wicg.github.io/js-self-profiling/"
|
|
3367
3662
|
},
|
|
3368
3663
|
"organization": "W3C",
|
|
@@ -3395,6 +3690,8 @@
|
|
|
3395
3690
|
"series": {
|
|
3396
3691
|
"shortname": "keyboard-lock",
|
|
3397
3692
|
"currentSpecification": "keyboard-lock",
|
|
3693
|
+
"title": "Keyboard Lock",
|
|
3694
|
+
"shortTitle": "Keyboard Lock",
|
|
3398
3695
|
"nightlyUrl": "https://wicg.github.io/keyboard-lock/"
|
|
3399
3696
|
},
|
|
3400
3697
|
"organization": "W3C",
|
|
@@ -3427,6 +3724,8 @@
|
|
|
3427
3724
|
"series": {
|
|
3428
3725
|
"shortname": "keyboard-map",
|
|
3429
3726
|
"currentSpecification": "keyboard-map",
|
|
3727
|
+
"title": "Keyboard Map",
|
|
3728
|
+
"shortTitle": "Keyboard Map",
|
|
3430
3729
|
"nightlyUrl": "https://wicg.github.io/keyboard-map/"
|
|
3431
3730
|
},
|
|
3432
3731
|
"organization": "W3C",
|
|
@@ -3459,6 +3758,8 @@
|
|
|
3459
3758
|
"series": {
|
|
3460
3759
|
"shortname": "largest-contentful-paint",
|
|
3461
3760
|
"currentSpecification": "largest-contentful-paint",
|
|
3761
|
+
"title": "Largest Contentful Paint",
|
|
3762
|
+
"shortTitle": "Largest Contentful Paint",
|
|
3462
3763
|
"nightlyUrl": "https://wicg.github.io/largest-contentful-paint/"
|
|
3463
3764
|
},
|
|
3464
3765
|
"organization": "W3C",
|
|
@@ -3491,6 +3792,8 @@
|
|
|
3491
3792
|
"series": {
|
|
3492
3793
|
"shortname": "layout-instability",
|
|
3493
3794
|
"currentSpecification": "layout-instability",
|
|
3795
|
+
"title": "Layout Instability",
|
|
3796
|
+
"shortTitle": "Layout Instability",
|
|
3494
3797
|
"nightlyUrl": "https://wicg.github.io/layout-instability/"
|
|
3495
3798
|
},
|
|
3496
3799
|
"organization": "W3C",
|
|
@@ -3523,6 +3826,8 @@
|
|
|
3523
3826
|
"series": {
|
|
3524
3827
|
"shortname": "local-font-access",
|
|
3525
3828
|
"currentSpecification": "local-font-access",
|
|
3829
|
+
"title": "Local Font Access API",
|
|
3830
|
+
"shortTitle": "Local Font Access API",
|
|
3526
3831
|
"nightlyUrl": "https://wicg.github.io/local-font-access/"
|
|
3527
3832
|
},
|
|
3528
3833
|
"organization": "W3C",
|
|
@@ -3549,6 +3854,8 @@
|
|
|
3549
3854
|
"series": {
|
|
3550
3855
|
"shortname": "manifest-incubations",
|
|
3551
3856
|
"currentSpecification": "manifest-incubations",
|
|
3857
|
+
"title": "Manifest Incubations",
|
|
3858
|
+
"shortTitle": "Manifest Incubations",
|
|
3552
3859
|
"nightlyUrl": "https://wicg.github.io/manifest-incubations/"
|
|
3553
3860
|
},
|
|
3554
3861
|
"organization": "W3C",
|
|
@@ -3575,6 +3882,8 @@
|
|
|
3575
3882
|
"series": {
|
|
3576
3883
|
"shortname": "media-feeds",
|
|
3577
3884
|
"currentSpecification": "media-feeds",
|
|
3885
|
+
"title": "Media Feeds",
|
|
3886
|
+
"shortTitle": "Media Feeds",
|
|
3578
3887
|
"nightlyUrl": "https://wicg.github.io/media-feeds/"
|
|
3579
3888
|
},
|
|
3580
3889
|
"organization": "W3C",
|
|
@@ -3601,6 +3910,8 @@
|
|
|
3601
3910
|
"series": {
|
|
3602
3911
|
"shortname": "netinfo",
|
|
3603
3912
|
"currentSpecification": "netinfo",
|
|
3913
|
+
"title": "Network Information API",
|
|
3914
|
+
"shortTitle": "Network Information API",
|
|
3604
3915
|
"nightlyUrl": "https://wicg.github.io/netinfo/"
|
|
3605
3916
|
},
|
|
3606
3917
|
"organization": "W3C",
|
|
@@ -3633,6 +3944,8 @@
|
|
|
3633
3944
|
"series": {
|
|
3634
3945
|
"shortname": "origin-policy",
|
|
3635
3946
|
"currentSpecification": "origin-policy",
|
|
3947
|
+
"title": "Origin Policy",
|
|
3948
|
+
"shortTitle": "Origin Policy",
|
|
3636
3949
|
"nightlyUrl": "https://wicg.github.io/origin-policy/"
|
|
3637
3950
|
},
|
|
3638
3951
|
"organization": "W3C",
|
|
@@ -3665,6 +3978,8 @@
|
|
|
3665
3978
|
"series": {
|
|
3666
3979
|
"shortname": "overscroll-scrollend-events",
|
|
3667
3980
|
"currentSpecification": "overscroll-scrollend-events",
|
|
3981
|
+
"title": "overscroll and scrollend events",
|
|
3982
|
+
"shortTitle": "overscroll and scrollend events",
|
|
3668
3983
|
"nightlyUrl": "https://wicg.github.io/overscroll-scrollend-events/"
|
|
3669
3984
|
},
|
|
3670
3985
|
"organization": "W3C",
|
|
@@ -3691,6 +4006,8 @@
|
|
|
3691
4006
|
"series": {
|
|
3692
4007
|
"shortname": "page-lifecycle",
|
|
3693
4008
|
"currentSpecification": "page-lifecycle",
|
|
4009
|
+
"title": "Page Lifecycle",
|
|
4010
|
+
"shortTitle": "Page Lifecycle",
|
|
3694
4011
|
"nightlyUrl": "https://wicg.github.io/page-lifecycle/"
|
|
3695
4012
|
},
|
|
3696
4013
|
"organization": "W3C",
|
|
@@ -3724,6 +4041,8 @@
|
|
|
3724
4041
|
"series": {
|
|
3725
4042
|
"shortname": "performance-measure-memory",
|
|
3726
4043
|
"currentSpecification": "performance-measure-memory",
|
|
4044
|
+
"title": "Measure Memory API",
|
|
4045
|
+
"shortTitle": "Measure Memory API",
|
|
3727
4046
|
"nightlyUrl": "https://wicg.github.io/performance-measure-memory/"
|
|
3728
4047
|
},
|
|
3729
4048
|
"organization": "W3C",
|
|
@@ -3756,6 +4075,8 @@
|
|
|
3756
4075
|
"series": {
|
|
3757
4076
|
"shortname": "periodic-background-sync",
|
|
3758
4077
|
"currentSpecification": "periodic-background-sync",
|
|
4078
|
+
"title": "Web Periodic Background Synchronization",
|
|
4079
|
+
"shortTitle": "Web Periodic Background Synchronization",
|
|
3759
4080
|
"nightlyUrl": "https://wicg.github.io/periodic-background-sync/"
|
|
3760
4081
|
},
|
|
3761
4082
|
"organization": "W3C",
|
|
@@ -3788,6 +4109,8 @@
|
|
|
3788
4109
|
"series": {
|
|
3789
4110
|
"shortname": "permissions-request",
|
|
3790
4111
|
"currentSpecification": "permissions-request",
|
|
4112
|
+
"title": "Requesting Permissions",
|
|
4113
|
+
"shortTitle": "Requesting Permissions",
|
|
3791
4114
|
"nightlyUrl": "https://wicg.github.io/permissions-request/"
|
|
3792
4115
|
},
|
|
3793
4116
|
"organization": "W3C",
|
|
@@ -3820,6 +4143,8 @@
|
|
|
3820
4143
|
"series": {
|
|
3821
4144
|
"shortname": "permissions-revoke",
|
|
3822
4145
|
"currentSpecification": "permissions-revoke",
|
|
4146
|
+
"title": "Relinquishing Permissions",
|
|
4147
|
+
"shortTitle": "Relinquishing Permissions",
|
|
3823
4148
|
"nightlyUrl": "https://wicg.github.io/permissions-revoke/"
|
|
3824
4149
|
},
|
|
3825
4150
|
"organization": "W3C",
|
|
@@ -3852,6 +4177,8 @@
|
|
|
3852
4177
|
"series": {
|
|
3853
4178
|
"shortname": "portals",
|
|
3854
4179
|
"currentSpecification": "portals",
|
|
4180
|
+
"title": "Portals",
|
|
4181
|
+
"shortTitle": "Portals",
|
|
3855
4182
|
"nightlyUrl": "https://wicg.github.io/portals/"
|
|
3856
4183
|
},
|
|
3857
4184
|
"organization": "W3C",
|
|
@@ -3884,6 +4211,8 @@
|
|
|
3884
4211
|
"series": {
|
|
3885
4212
|
"shortname": "prefer-current-tab",
|
|
3886
4213
|
"currentSpecification": "prefer-current-tab",
|
|
4214
|
+
"title": "preferCurrentTab",
|
|
4215
|
+
"shortTitle": "preferCurrentTab",
|
|
3887
4216
|
"nightlyUrl": "https://wicg.github.io/prefer-current-tab/"
|
|
3888
4217
|
},
|
|
3889
4218
|
"organization": "W3C",
|
|
@@ -3910,6 +4239,8 @@
|
|
|
3910
4239
|
"series": {
|
|
3911
4240
|
"shortname": "priority-hints",
|
|
3912
4241
|
"currentSpecification": "priority-hints",
|
|
4242
|
+
"title": "Priority Hints",
|
|
4243
|
+
"shortTitle": "Priority Hints",
|
|
3913
4244
|
"nightlyUrl": "https://wicg.github.io/priority-hints/"
|
|
3914
4245
|
},
|
|
3915
4246
|
"organization": "W3C",
|
|
@@ -3942,6 +4273,8 @@
|
|
|
3942
4273
|
"series": {
|
|
3943
4274
|
"shortname": "private-network-access",
|
|
3944
4275
|
"currentSpecification": "private-network-access",
|
|
4276
|
+
"title": "Private Network Access",
|
|
4277
|
+
"shortTitle": "Private Network Access",
|
|
3945
4278
|
"nightlyUrl": "https://wicg.github.io/private-network-access/"
|
|
3946
4279
|
},
|
|
3947
4280
|
"organization": "W3C",
|
|
@@ -3974,6 +4307,8 @@
|
|
|
3974
4307
|
"series": {
|
|
3975
4308
|
"shortname": "responsive-image-client-hints",
|
|
3976
4309
|
"currentSpecification": "responsive-image-client-hints",
|
|
4310
|
+
"title": "Responsive Image Client Hints",
|
|
4311
|
+
"shortTitle": "Responsive Image Client Hints",
|
|
3977
4312
|
"nightlyUrl": "https://wicg.github.io/responsive-image-client-hints/"
|
|
3978
4313
|
},
|
|
3979
4314
|
"organization": "W3C",
|
|
@@ -4000,6 +4335,8 @@
|
|
|
4000
4335
|
"series": {
|
|
4001
4336
|
"shortname": "sanitizer-api",
|
|
4002
4337
|
"currentSpecification": "sanitizer-api",
|
|
4338
|
+
"title": "HTML Sanitizer API",
|
|
4339
|
+
"shortTitle": "HTML Sanitizer API",
|
|
4003
4340
|
"nightlyUrl": "https://wicg.github.io/sanitizer-api/"
|
|
4004
4341
|
},
|
|
4005
4342
|
"organization": "W3C",
|
|
@@ -4032,6 +4369,8 @@
|
|
|
4032
4369
|
"series": {
|
|
4033
4370
|
"shortname": "savedata",
|
|
4034
4371
|
"currentSpecification": "savedata",
|
|
4372
|
+
"title": "Save Data API",
|
|
4373
|
+
"shortTitle": "Save Data API",
|
|
4035
4374
|
"nightlyUrl": "https://wicg.github.io/savedata/"
|
|
4036
4375
|
},
|
|
4037
4376
|
"organization": "W3C",
|
|
@@ -4064,6 +4403,8 @@
|
|
|
4064
4403
|
"series": {
|
|
4065
4404
|
"shortname": "scheduling-apis",
|
|
4066
4405
|
"currentSpecification": "scheduling-apis",
|
|
4406
|
+
"title": "Prioritized Task Scheduling",
|
|
4407
|
+
"shortTitle": "Prioritized Task Scheduling",
|
|
4067
4408
|
"nightlyUrl": "https://wicg.github.io/scheduling-apis/"
|
|
4068
4409
|
},
|
|
4069
4410
|
"organization": "W3C",
|
|
@@ -4096,6 +4437,8 @@
|
|
|
4096
4437
|
"series": {
|
|
4097
4438
|
"shortname": "scroll-to-text-fragment",
|
|
4098
4439
|
"currentSpecification": "scroll-to-text-fragment",
|
|
4440
|
+
"title": "Text Fragments",
|
|
4441
|
+
"shortTitle": "Text Fragments",
|
|
4099
4442
|
"nightlyUrl": "https://wicg.github.io/scroll-to-text-fragment/"
|
|
4100
4443
|
},
|
|
4101
4444
|
"organization": "W3C",
|
|
@@ -4128,6 +4471,8 @@
|
|
|
4128
4471
|
"series": {
|
|
4129
4472
|
"shortname": "serial",
|
|
4130
4473
|
"currentSpecification": "serial",
|
|
4474
|
+
"title": "Web Serial API",
|
|
4475
|
+
"shortTitle": "Web Serial API",
|
|
4131
4476
|
"nightlyUrl": "https://wicg.github.io/serial/"
|
|
4132
4477
|
},
|
|
4133
4478
|
"organization": "W3C",
|
|
@@ -4160,6 +4505,8 @@
|
|
|
4160
4505
|
"series": {
|
|
4161
4506
|
"shortname": "shape-detection-api",
|
|
4162
4507
|
"currentSpecification": "shape-detection-api",
|
|
4508
|
+
"title": "Accelerated Shape Detection in Images",
|
|
4509
|
+
"shortTitle": "Accelerated Shape Detection in Images",
|
|
4163
4510
|
"nightlyUrl": "https://wicg.github.io/shape-detection-api/"
|
|
4164
4511
|
},
|
|
4165
4512
|
"organization": "W3C",
|
|
@@ -4192,6 +4539,8 @@
|
|
|
4192
4539
|
"series": {
|
|
4193
4540
|
"shortname": "text-detection-api",
|
|
4194
4541
|
"currentSpecification": "text-detection-api",
|
|
4542
|
+
"title": "Accelerated Text Detection in Images",
|
|
4543
|
+
"shortTitle": "Accelerated Text Detection in Images",
|
|
4195
4544
|
"nightlyUrl": "https://wicg.github.io/shape-detection-api/text.html"
|
|
4196
4545
|
},
|
|
4197
4546
|
"organization": "W3C",
|
|
@@ -4218,6 +4567,8 @@
|
|
|
4218
4567
|
"series": {
|
|
4219
4568
|
"shortname": "sms-one-time-codes",
|
|
4220
4569
|
"currentSpecification": "sms-one-time-codes",
|
|
4570
|
+
"title": "Origin-bound one-time codes delivered via SMS",
|
|
4571
|
+
"shortTitle": "SMS One-Time Codes",
|
|
4221
4572
|
"nightlyUrl": "https://wicg.github.io/sms-one-time-codes/"
|
|
4222
4573
|
},
|
|
4223
4574
|
"shortTitle": "SMS One-Time Codes",
|
|
@@ -4244,6 +4595,8 @@
|
|
|
4244
4595
|
"series": {
|
|
4245
4596
|
"shortname": "speech-api",
|
|
4246
4597
|
"currentSpecification": "speech-api",
|
|
4598
|
+
"title": "Web Speech API",
|
|
4599
|
+
"shortTitle": "Web Speech API",
|
|
4247
4600
|
"nightlyUrl": "https://wicg.github.io/speech-api/"
|
|
4248
4601
|
},
|
|
4249
4602
|
"organization": "W3C",
|
|
@@ -4276,6 +4629,8 @@
|
|
|
4276
4629
|
"series": {
|
|
4277
4630
|
"shortname": "ua-client-hints",
|
|
4278
4631
|
"currentSpecification": "ua-client-hints",
|
|
4632
|
+
"title": "User-Agent Client Hints",
|
|
4633
|
+
"shortTitle": "User-Agent Client Hints",
|
|
4279
4634
|
"nightlyUrl": "https://wicg.github.io/ua-client-hints/"
|
|
4280
4635
|
},
|
|
4281
4636
|
"organization": "W3C",
|
|
@@ -4308,6 +4663,8 @@
|
|
|
4308
4663
|
"series": {
|
|
4309
4664
|
"shortname": "urlpattern",
|
|
4310
4665
|
"currentSpecification": "urlpattern",
|
|
4666
|
+
"title": "URLPattern API",
|
|
4667
|
+
"shortTitle": "URLPattern API",
|
|
4311
4668
|
"nightlyUrl": "https://wicg.github.io/urlpattern/"
|
|
4312
4669
|
},
|
|
4313
4670
|
"organization": "W3C",
|
|
@@ -4334,6 +4691,8 @@
|
|
|
4334
4691
|
"series": {
|
|
4335
4692
|
"shortname": "user-preference-media-features-headers",
|
|
4336
4693
|
"currentSpecification": "user-preference-media-features-headers",
|
|
4694
|
+
"title": "User Preference Media Features Client Hints Headers",
|
|
4695
|
+
"shortTitle": "User Preference Media Features Client Hints Headers",
|
|
4337
4696
|
"nightlyUrl": "https://wicg.github.io/user-preference-media-features-headers/"
|
|
4338
4697
|
},
|
|
4339
4698
|
"organization": "W3C",
|
|
@@ -4353,32 +4712,6 @@
|
|
|
4353
4712
|
"source": "spec",
|
|
4354
4713
|
"shortTitle": "User Preference Media Features Client Hints Headers"
|
|
4355
4714
|
},
|
|
4356
|
-
{
|
|
4357
|
-
"url": "https://wicg.github.io/uuid/",
|
|
4358
|
-
"seriesComposition": "full",
|
|
4359
|
-
"shortname": "uuid",
|
|
4360
|
-
"series": {
|
|
4361
|
-
"shortname": "uuid",
|
|
4362
|
-
"currentSpecification": "uuid",
|
|
4363
|
-
"nightlyUrl": "https://wicg.github.io/uuid/"
|
|
4364
|
-
},
|
|
4365
|
-
"organization": "W3C",
|
|
4366
|
-
"groups": [
|
|
4367
|
-
{
|
|
4368
|
-
"name": "Web Platform Incubator Community Group",
|
|
4369
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
4370
|
-
}
|
|
4371
|
-
],
|
|
4372
|
-
"nightly": {
|
|
4373
|
-
"url": "https://wicg.github.io/uuid/",
|
|
4374
|
-
"repository": "https://github.com/WICG/uuid",
|
|
4375
|
-
"sourcePath": "index.html",
|
|
4376
|
-
"filename": "index.html"
|
|
4377
|
-
},
|
|
4378
|
-
"title": "uuid",
|
|
4379
|
-
"source": "spec",
|
|
4380
|
-
"shortTitle": "uuid"
|
|
4381
|
-
},
|
|
4382
4715
|
{
|
|
4383
4716
|
"url": "https://wicg.github.io/video-rvfc/",
|
|
4384
4717
|
"seriesComposition": "full",
|
|
@@ -4386,6 +4719,8 @@
|
|
|
4386
4719
|
"series": {
|
|
4387
4720
|
"shortname": "video-rvfc",
|
|
4388
4721
|
"currentSpecification": "video-rvfc",
|
|
4722
|
+
"title": "HTMLVideoElement.requestVideoFrameCallback()",
|
|
4723
|
+
"shortTitle": "HTMLVideoElement.requestVideoFrameCallback()",
|
|
4389
4724
|
"nightlyUrl": "https://wicg.github.io/video-rvfc/"
|
|
4390
4725
|
},
|
|
4391
4726
|
"organization": "W3C",
|
|
@@ -4418,6 +4753,8 @@
|
|
|
4418
4753
|
"series": {
|
|
4419
4754
|
"shortname": "visual-viewport",
|
|
4420
4755
|
"currentSpecification": "visual-viewport",
|
|
4756
|
+
"title": "Visual Viewport API",
|
|
4757
|
+
"shortTitle": "Visual Viewport API",
|
|
4421
4758
|
"nightlyUrl": "https://wicg.github.io/visual-viewport/"
|
|
4422
4759
|
},
|
|
4423
4760
|
"organization": "W3C",
|
|
@@ -4450,6 +4787,8 @@
|
|
|
4450
4787
|
"series": {
|
|
4451
4788
|
"shortname": "web-otp",
|
|
4452
4789
|
"currentSpecification": "web-otp",
|
|
4790
|
+
"title": "WebOTP API",
|
|
4791
|
+
"shortTitle": "WebOTP API",
|
|
4453
4792
|
"nightlyUrl": "https://wicg.github.io/web-otp/"
|
|
4454
4793
|
},
|
|
4455
4794
|
"organization": "W3C",
|
|
@@ -4482,6 +4821,8 @@
|
|
|
4482
4821
|
"series": {
|
|
4483
4822
|
"shortname": "webhid",
|
|
4484
4823
|
"currentSpecification": "webhid",
|
|
4824
|
+
"title": "WebHID API",
|
|
4825
|
+
"shortTitle": "WebHID API",
|
|
4485
4826
|
"nightlyUrl": "https://wicg.github.io/webhid/"
|
|
4486
4827
|
},
|
|
4487
4828
|
"organization": "W3C",
|
|
@@ -4514,6 +4855,8 @@
|
|
|
4514
4855
|
"series": {
|
|
4515
4856
|
"shortname": "webpackage",
|
|
4516
4857
|
"currentSpecification": "webpackage",
|
|
4858
|
+
"title": "Loading Signed Exchanges",
|
|
4859
|
+
"shortTitle": "Loading Signed Exchanges",
|
|
4517
4860
|
"nightlyUrl": "https://wicg.github.io/webpackage/loading.html"
|
|
4518
4861
|
},
|
|
4519
4862
|
"organization": "W3C",
|
|
@@ -4540,6 +4883,8 @@
|
|
|
4540
4883
|
"series": {
|
|
4541
4884
|
"shortname": "webusb",
|
|
4542
4885
|
"currentSpecification": "webusb",
|
|
4886
|
+
"title": "WebUSB API",
|
|
4887
|
+
"shortTitle": "WebUSB API",
|
|
4543
4888
|
"nightlyUrl": "https://wicg.github.io/webusb/"
|
|
4544
4889
|
},
|
|
4545
4890
|
"organization": "W3C",
|
|
@@ -4572,6 +4917,8 @@
|
|
|
4572
4917
|
"series": {
|
|
4573
4918
|
"shortname": "window-controls-overlay",
|
|
4574
4919
|
"currentSpecification": "window-controls-overlay",
|
|
4920
|
+
"title": "Window Controls Overlay",
|
|
4921
|
+
"shortTitle": "Window Controls Overlay",
|
|
4575
4922
|
"nightlyUrl": "https://wicg.github.io/window-controls-overlay/"
|
|
4576
4923
|
},
|
|
4577
4924
|
"organization": "W3C",
|
|
@@ -4598,6 +4945,8 @@
|
|
|
4598
4945
|
"series": {
|
|
4599
4946
|
"shortname": "ANGLE_instanced_arrays",
|
|
4600
4947
|
"currentSpecification": "ANGLE_instanced_arrays",
|
|
4948
|
+
"title": "WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification",
|
|
4949
|
+
"shortTitle": "WebGL ANGLE_instanced_arrays Khronos Ratified Extension",
|
|
4601
4950
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/"
|
|
4602
4951
|
},
|
|
4603
4952
|
"organization": "Khronos Group",
|
|
@@ -4630,6 +4979,8 @@
|
|
|
4630
4979
|
"series": {
|
|
4631
4980
|
"shortname": "EXT_blend_minmax",
|
|
4632
4981
|
"currentSpecification": "EXT_blend_minmax",
|
|
4982
|
+
"title": "WebGL EXT_blend_minmax Khronos Ratified Extension Specification",
|
|
4983
|
+
"shortTitle": "WebGL EXT_blend_minmax Khronos Ratified Extension",
|
|
4633
4984
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_blend_minmax/"
|
|
4634
4985
|
},
|
|
4635
4986
|
"organization": "Khronos Group",
|
|
@@ -4662,6 +5013,8 @@
|
|
|
4662
5013
|
"series": {
|
|
4663
5014
|
"shortname": "EXT_clip_cull_distance",
|
|
4664
5015
|
"currentSpecification": "EXT_clip_cull_distance",
|
|
5016
|
+
"title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
|
|
5017
|
+
"shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
|
|
4665
5018
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_clip_cull_distance/"
|
|
4666
5019
|
},
|
|
4667
5020
|
"organization": "Khronos Group",
|
|
@@ -4694,6 +5047,8 @@
|
|
|
4694
5047
|
"series": {
|
|
4695
5048
|
"shortname": "EXT_color_buffer_float",
|
|
4696
5049
|
"currentSpecification": "EXT_color_buffer_float",
|
|
5050
|
+
"title": "WebGL EXT_color_buffer_float Extension Specification",
|
|
5051
|
+
"shortTitle": "WebGL EXT_color_buffer_float Extension",
|
|
4697
5052
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_float/"
|
|
4698
5053
|
},
|
|
4699
5054
|
"organization": "Khronos Group",
|
|
@@ -4726,6 +5081,8 @@
|
|
|
4726
5081
|
"series": {
|
|
4727
5082
|
"shortname": "EXT_color_buffer_half_float",
|
|
4728
5083
|
"currentSpecification": "EXT_color_buffer_half_float",
|
|
5084
|
+
"title": "WebGL EXT_color_buffer_half_float Extension Specification",
|
|
5085
|
+
"shortTitle": "WebGL EXT_color_buffer_half_float Extension",
|
|
4729
5086
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_half_float/"
|
|
4730
5087
|
},
|
|
4731
5088
|
"organization": "Khronos Group",
|
|
@@ -4758,6 +5115,8 @@
|
|
|
4758
5115
|
"series": {
|
|
4759
5116
|
"shortname": "EXT_disjoint_timer_query_webgl2",
|
|
4760
5117
|
"currentSpecification": "EXT_disjoint_timer_query_webgl2",
|
|
5118
|
+
"title": "WebGL EXT_disjoint_timer_query_webgl2 Extension Specification",
|
|
5119
|
+
"shortTitle": "WebGL EXT_disjoint_timer_query_webgl2 Extension",
|
|
4761
5120
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/"
|
|
4762
5121
|
},
|
|
4763
5122
|
"organization": "Khronos Group",
|
|
@@ -4790,6 +5149,8 @@
|
|
|
4790
5149
|
"series": {
|
|
4791
5150
|
"shortname": "EXT_disjoint_timer_query",
|
|
4792
5151
|
"currentSpecification": "EXT_disjoint_timer_query",
|
|
5152
|
+
"title": "WebGL EXT_disjoint_timer_query Extension Specification",
|
|
5153
|
+
"shortTitle": "WebGL EXT_disjoint_timer_query Extension",
|
|
4793
5154
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/"
|
|
4794
5155
|
},
|
|
4795
5156
|
"organization": "Khronos Group",
|
|
@@ -4822,6 +5183,8 @@
|
|
|
4822
5183
|
"series": {
|
|
4823
5184
|
"shortname": "EXT_float_blend",
|
|
4824
5185
|
"currentSpecification": "EXT_float_blend",
|
|
5186
|
+
"title": "WebGL EXT_float_blend Extension Specification",
|
|
5187
|
+
"shortTitle": "WebGL EXT_float_blend Extension",
|
|
4825
5188
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_float_blend/"
|
|
4826
5189
|
},
|
|
4827
5190
|
"organization": "Khronos Group",
|
|
@@ -4854,6 +5217,8 @@
|
|
|
4854
5217
|
"series": {
|
|
4855
5218
|
"shortname": "EXT_frag_depth",
|
|
4856
5219
|
"currentSpecification": "EXT_frag_depth",
|
|
5220
|
+
"title": "WebGL EXT_frag_depth Khronos Ratified Extension Specification",
|
|
5221
|
+
"shortTitle": "WebGL EXT_frag_depth Khronos Ratified Extension",
|
|
4857
5222
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/"
|
|
4858
5223
|
},
|
|
4859
5224
|
"organization": "Khronos Group",
|
|
@@ -4886,6 +5251,8 @@
|
|
|
4886
5251
|
"series": {
|
|
4887
5252
|
"shortname": "EXT_shader_texture_lod",
|
|
4888
5253
|
"currentSpecification": "EXT_shader_texture_lod",
|
|
5254
|
+
"title": "WebGL EXT_shader_texture_lod Khronos Ratified Extension Specification",
|
|
5255
|
+
"shortTitle": "WebGL EXT_shader_texture_lod Khronos Ratified Extension",
|
|
4889
5256
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_shader_texture_lod/"
|
|
4890
5257
|
},
|
|
4891
5258
|
"organization": "Khronos Group",
|
|
@@ -4918,6 +5285,8 @@
|
|
|
4918
5285
|
"series": {
|
|
4919
5286
|
"shortname": "EXT_sRGB",
|
|
4920
5287
|
"currentSpecification": "EXT_sRGB",
|
|
5288
|
+
"title": "WebGL EXT_sRGB Extension Specification",
|
|
5289
|
+
"shortTitle": "WebGL EXT_sRGB Extension",
|
|
4921
5290
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/"
|
|
4922
5291
|
},
|
|
4923
5292
|
"organization": "Khronos Group",
|
|
@@ -4950,6 +5319,8 @@
|
|
|
4950
5319
|
"series": {
|
|
4951
5320
|
"shortname": "EXT_texture_compression_bptc",
|
|
4952
5321
|
"currentSpecification": "EXT_texture_compression_bptc",
|
|
5322
|
+
"title": "WebGL EXT_texture_compression_bptc Extension Specification",
|
|
5323
|
+
"shortTitle": "WebGL EXT_texture_compression_bptc Extension",
|
|
4953
5324
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_bptc/"
|
|
4954
5325
|
},
|
|
4955
5326
|
"organization": "Khronos Group",
|
|
@@ -4982,6 +5353,8 @@
|
|
|
4982
5353
|
"series": {
|
|
4983
5354
|
"shortname": "EXT_texture_compression_rgtc",
|
|
4984
5355
|
"currentSpecification": "EXT_texture_compression_rgtc",
|
|
5356
|
+
"title": "WebGL EXT_texture_compression_rgtc Extension Specification",
|
|
5357
|
+
"shortTitle": "WebGL EXT_texture_compression_rgtc Extension",
|
|
4985
5358
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_rgtc/"
|
|
4986
5359
|
},
|
|
4987
5360
|
"organization": "Khronos Group",
|
|
@@ -5014,6 +5387,8 @@
|
|
|
5014
5387
|
"series": {
|
|
5015
5388
|
"shortname": "EXT_texture_filter_anisotropic",
|
|
5016
5389
|
"currentSpecification": "EXT_texture_filter_anisotropic",
|
|
5390
|
+
"title": "WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension Specification",
|
|
5391
|
+
"shortTitle": "WebGL EXT_texture_filter_anisotropic Khronos Ratified Extension",
|
|
5017
5392
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/"
|
|
5018
5393
|
},
|
|
5019
5394
|
"organization": "Khronos Group",
|
|
@@ -5046,6 +5421,8 @@
|
|
|
5046
5421
|
"series": {
|
|
5047
5422
|
"shortname": "EXT_texture_norm16",
|
|
5048
5423
|
"currentSpecification": "EXT_texture_norm16",
|
|
5424
|
+
"title": "WebGL EXT_texture_norm16 Extension Specification",
|
|
5425
|
+
"shortTitle": "WebGL EXT_texture_norm16 Extension",
|
|
5049
5426
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/"
|
|
5050
5427
|
},
|
|
5051
5428
|
"organization": "Khronos Group",
|
|
@@ -5078,6 +5455,8 @@
|
|
|
5078
5455
|
"series": {
|
|
5079
5456
|
"shortname": "KHR_parallel_shader_compile",
|
|
5080
5457
|
"currentSpecification": "KHR_parallel_shader_compile",
|
|
5458
|
+
"title": "WebGL KHR_parallel_shader_compile Extension Specification",
|
|
5459
|
+
"shortTitle": "WebGL KHR_parallel_shader_compile Extension",
|
|
5081
5460
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/KHR_parallel_shader_compile/"
|
|
5082
5461
|
},
|
|
5083
5462
|
"organization": "Khronos Group",
|
|
@@ -5110,6 +5489,8 @@
|
|
|
5110
5489
|
"series": {
|
|
5111
5490
|
"shortname": "OES_draw_buffers_indexed",
|
|
5112
5491
|
"currentSpecification": "OES_draw_buffers_indexed",
|
|
5492
|
+
"title": "WebGL OES_draw_buffers_indexed Extension Specification",
|
|
5493
|
+
"shortTitle": "WebGL OES_draw_buffers_indexed Extension",
|
|
5113
5494
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/"
|
|
5114
5495
|
},
|
|
5115
5496
|
"organization": "Khronos Group",
|
|
@@ -5142,6 +5523,8 @@
|
|
|
5142
5523
|
"series": {
|
|
5143
5524
|
"shortname": "OES_element_index_uint",
|
|
5144
5525
|
"currentSpecification": "OES_element_index_uint",
|
|
5526
|
+
"title": "WebGL OES_element_index_uint Khronos Ratified Extension Specification",
|
|
5527
|
+
"shortTitle": "WebGL OES_element_index_uint Khronos Ratified Extension",
|
|
5145
5528
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/"
|
|
5146
5529
|
},
|
|
5147
5530
|
"organization": "Khronos Group",
|
|
@@ -5174,6 +5557,8 @@
|
|
|
5174
5557
|
"series": {
|
|
5175
5558
|
"shortname": "OES_fbo_render_mipmap",
|
|
5176
5559
|
"currentSpecification": "OES_fbo_render_mipmap",
|
|
5560
|
+
"title": "WebGL OES_fbo_render_mipmap Extension Specification",
|
|
5561
|
+
"shortTitle": "WebGL OES_fbo_render_mipmap Extension",
|
|
5177
5562
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_fbo_render_mipmap/"
|
|
5178
5563
|
},
|
|
5179
5564
|
"organization": "Khronos Group",
|
|
@@ -5206,6 +5591,8 @@
|
|
|
5206
5591
|
"series": {
|
|
5207
5592
|
"shortname": "OES_standard_derivatives",
|
|
5208
5593
|
"currentSpecification": "OES_standard_derivatives",
|
|
5594
|
+
"title": "WebGL OES_standard_derivatives Khronos Ratified Extension Specification",
|
|
5595
|
+
"shortTitle": "WebGL OES_standard_derivatives Khronos Ratified Extension",
|
|
5209
5596
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/"
|
|
5210
5597
|
},
|
|
5211
5598
|
"organization": "Khronos Group",
|
|
@@ -5238,6 +5625,8 @@
|
|
|
5238
5625
|
"series": {
|
|
5239
5626
|
"shortname": "OES_texture_float_linear",
|
|
5240
5627
|
"currentSpecification": "OES_texture_float_linear",
|
|
5628
|
+
"title": "WebGL OES_texture_float_linear Khronos Ratified Extension Specification",
|
|
5629
|
+
"shortTitle": "WebGL OES_texture_float_linear Khronos Ratified Extension",
|
|
5241
5630
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/"
|
|
5242
5631
|
},
|
|
5243
5632
|
"organization": "Khronos Group",
|
|
@@ -5270,6 +5659,8 @@
|
|
|
5270
5659
|
"series": {
|
|
5271
5660
|
"shortname": "OES_texture_float",
|
|
5272
5661
|
"currentSpecification": "OES_texture_float",
|
|
5662
|
+
"title": "WebGL OES_texture_float Khronos Ratified Extension Specification",
|
|
5663
|
+
"shortTitle": "WebGL OES_texture_float Khronos Ratified Extension",
|
|
5273
5664
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float/"
|
|
5274
5665
|
},
|
|
5275
5666
|
"organization": "Khronos Group",
|
|
@@ -5302,6 +5693,8 @@
|
|
|
5302
5693
|
"series": {
|
|
5303
5694
|
"shortname": "OES_texture_half_float_linear",
|
|
5304
5695
|
"currentSpecification": "OES_texture_half_float_linear",
|
|
5696
|
+
"title": "WebGL OES_texture_half_float_linear Khronos Ratified Extension Specification",
|
|
5697
|
+
"shortTitle": "WebGL OES_texture_half_float_linear Khronos Ratified Extension",
|
|
5305
5698
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linear/"
|
|
5306
5699
|
},
|
|
5307
5700
|
"organization": "Khronos Group",
|
|
@@ -5334,6 +5727,8 @@
|
|
|
5334
5727
|
"series": {
|
|
5335
5728
|
"shortname": "OES_texture_half_float",
|
|
5336
5729
|
"currentSpecification": "OES_texture_half_float",
|
|
5730
|
+
"title": "WebGL OES_texture_half_float Khronos Ratified Extension Specification",
|
|
5731
|
+
"shortTitle": "WebGL OES_texture_half_float Khronos Ratified Extension",
|
|
5337
5732
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/"
|
|
5338
5733
|
},
|
|
5339
5734
|
"organization": "Khronos Group",
|
|
@@ -5366,6 +5761,8 @@
|
|
|
5366
5761
|
"series": {
|
|
5367
5762
|
"shortname": "OES_vertex_array_object",
|
|
5368
5763
|
"currentSpecification": "OES_vertex_array_object",
|
|
5764
|
+
"title": "WebGL OES_vertex_array_object Khronos Ratified Extension Specification",
|
|
5765
|
+
"shortTitle": "WebGL OES_vertex_array_object Khronos Ratified Extension",
|
|
5369
5766
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/"
|
|
5370
5767
|
},
|
|
5371
5768
|
"organization": "Khronos Group",
|
|
@@ -5398,6 +5795,8 @@
|
|
|
5398
5795
|
"series": {
|
|
5399
5796
|
"shortname": "OVR_multiview2",
|
|
5400
5797
|
"currentSpecification": "OVR_multiview2",
|
|
5798
|
+
"title": "WebGL OVR_multiview2 Extension Specification",
|
|
5799
|
+
"shortTitle": "WebGL OVR_multiview2 Extension",
|
|
5401
5800
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/"
|
|
5402
5801
|
},
|
|
5403
5802
|
"organization": "Khronos Group",
|
|
@@ -5430,6 +5829,8 @@
|
|
|
5430
5829
|
"series": {
|
|
5431
5830
|
"shortname": "WEBGL_blend_equation_advanced_coherent",
|
|
5432
5831
|
"currentSpecification": "WEBGL_blend_equation_advanced_coherent",
|
|
5832
|
+
"title": "WebGL WEBGL_blend_equation_advanced_coherent Extension Draft Specification",
|
|
5833
|
+
"shortTitle": "WebGL WEBGL_blend_equation_advanced_coherent Extension Draft",
|
|
5433
5834
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_blend_equation_advanced_coherent/"
|
|
5434
5835
|
},
|
|
5435
5836
|
"organization": "Khronos Group",
|
|
@@ -5462,6 +5863,8 @@
|
|
|
5462
5863
|
"series": {
|
|
5463
5864
|
"shortname": "WEBGL_color_buffer_float",
|
|
5464
5865
|
"currentSpecification": "WEBGL_color_buffer_float",
|
|
5866
|
+
"title": "WebGL WEBGL_color_buffer_float Extension Specification",
|
|
5867
|
+
"shortTitle": "WebGL WEBGL_color_buffer_float Extension",
|
|
5465
5868
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_color_buffer_float/"
|
|
5466
5869
|
},
|
|
5467
5870
|
"organization": "Khronos Group",
|
|
@@ -5494,6 +5897,8 @@
|
|
|
5494
5897
|
"series": {
|
|
5495
5898
|
"shortname": "WEBGL_compressed_texture_astc",
|
|
5496
5899
|
"currentSpecification": "WEBGL_compressed_texture_astc",
|
|
5900
|
+
"title": "WebGL WEBGL_compressed_texture_astc Extension Specification",
|
|
5901
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_astc Extension",
|
|
5497
5902
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/"
|
|
5498
5903
|
},
|
|
5499
5904
|
"organization": "Khronos Group",
|
|
@@ -5526,6 +5931,8 @@
|
|
|
5526
5931
|
"series": {
|
|
5527
5932
|
"shortname": "WEBGL_compressed_texture_etc",
|
|
5528
5933
|
"currentSpecification": "WEBGL_compressed_texture_etc",
|
|
5934
|
+
"title": "WebGL WEBGL_compressed_texture_etc Extension Specification",
|
|
5935
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_etc Extension",
|
|
5529
5936
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc/"
|
|
5530
5937
|
},
|
|
5531
5938
|
"organization": "Khronos Group",
|
|
@@ -5558,6 +5965,8 @@
|
|
|
5558
5965
|
"series": {
|
|
5559
5966
|
"shortname": "WEBGL_compressed_texture_etc1",
|
|
5560
5967
|
"currentSpecification": "WEBGL_compressed_texture_etc1",
|
|
5968
|
+
"title": "WebGL WEBGL_compressed_texture_etc1 Extension Specification",
|
|
5969
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_etc1 Extension",
|
|
5561
5970
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/"
|
|
5562
5971
|
},
|
|
5563
5972
|
"organization": "Khronos Group",
|
|
@@ -5590,6 +5999,8 @@
|
|
|
5590
5999
|
"series": {
|
|
5591
6000
|
"shortname": "WEBGL_compressed_texture_pvrtc",
|
|
5592
6001
|
"currentSpecification": "WEBGL_compressed_texture_pvrtc",
|
|
6002
|
+
"title": "WebGL WEBGL_compressed_texture_pvrtc Extension Specification",
|
|
6003
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_pvrtc Extension",
|
|
5593
6004
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvrtc/"
|
|
5594
6005
|
},
|
|
5595
6006
|
"organization": "Khronos Group",
|
|
@@ -5622,6 +6033,8 @@
|
|
|
5622
6033
|
"series": {
|
|
5623
6034
|
"shortname": "WEBGL_compressed_texture_s3tc_srgb",
|
|
5624
6035
|
"currentSpecification": "WEBGL_compressed_texture_s3tc_srgb",
|
|
6036
|
+
"title": "WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification",
|
|
6037
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_s3tc_srgb Extension",
|
|
5625
6038
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/"
|
|
5626
6039
|
},
|
|
5627
6040
|
"organization": "Khronos Group",
|
|
@@ -5654,6 +6067,8 @@
|
|
|
5654
6067
|
"series": {
|
|
5655
6068
|
"shortname": "WEBGL_compressed_texture_s3tc",
|
|
5656
6069
|
"currentSpecification": "WEBGL_compressed_texture_s3tc",
|
|
6070
|
+
"title": "WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension Specification",
|
|
6071
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension",
|
|
5657
6072
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc/"
|
|
5658
6073
|
},
|
|
5659
6074
|
"organization": "Khronos Group",
|
|
@@ -5686,6 +6101,8 @@
|
|
|
5686
6101
|
"series": {
|
|
5687
6102
|
"shortname": "WEBGL_debug_renderer_info",
|
|
5688
6103
|
"currentSpecification": "WEBGL_debug_renderer_info",
|
|
6104
|
+
"title": "WebGL WEBGL_debug_renderer_info Khronos Ratified Extension Specification",
|
|
6105
|
+
"shortTitle": "WebGL WEBGL_debug_renderer_info Khronos Ratified Extension",
|
|
5689
6106
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/"
|
|
5690
6107
|
},
|
|
5691
6108
|
"organization": "Khronos Group",
|
|
@@ -5718,6 +6135,8 @@
|
|
|
5718
6135
|
"series": {
|
|
5719
6136
|
"shortname": "WEBGL_debug_shaders",
|
|
5720
6137
|
"currentSpecification": "WEBGL_debug_shaders",
|
|
6138
|
+
"title": "WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification",
|
|
6139
|
+
"shortTitle": "WebGL WEBGL_debug_shaders Khronos Ratified Extension",
|
|
5721
6140
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/"
|
|
5722
6141
|
},
|
|
5723
6142
|
"organization": "Khronos Group",
|
|
@@ -5750,6 +6169,8 @@
|
|
|
5750
6169
|
"series": {
|
|
5751
6170
|
"shortname": "WEBGL_depth_texture",
|
|
5752
6171
|
"currentSpecification": "WEBGL_depth_texture",
|
|
6172
|
+
"title": "WebGL WEBGL_depth_texture Khronos Ratified Extension Specification",
|
|
6173
|
+
"shortTitle": "WebGL WEBGL_depth_texture Khronos Ratified Extension",
|
|
5753
6174
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/"
|
|
5754
6175
|
},
|
|
5755
6176
|
"organization": "Khronos Group",
|
|
@@ -5782,6 +6203,8 @@
|
|
|
5782
6203
|
"series": {
|
|
5783
6204
|
"shortname": "WEBGL_draw_buffers",
|
|
5784
6205
|
"currentSpecification": "WEBGL_draw_buffers",
|
|
6206
|
+
"title": "WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification",
|
|
6207
|
+
"shortTitle": "WebGL WEBGL_draw_buffers Khronos Ratified Extension",
|
|
5785
6208
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/"
|
|
5786
6209
|
},
|
|
5787
6210
|
"organization": "Khronos Group",
|
|
@@ -5814,6 +6237,8 @@
|
|
|
5814
6237
|
"series": {
|
|
5815
6238
|
"shortname": "WEBGL_draw_instanced_base_vertex_base_instance",
|
|
5816
6239
|
"currentSpecification": "WEBGL_draw_instanced_base_vertex_base_instance",
|
|
6240
|
+
"title": "WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft Specification",
|
|
6241
|
+
"shortTitle": "WebGL WEBGL_draw_instanced_base_vertex_base_instance Extension Draft",
|
|
5817
6242
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/"
|
|
5818
6243
|
},
|
|
5819
6244
|
"organization": "Khronos Group",
|
|
@@ -5846,6 +6271,8 @@
|
|
|
5846
6271
|
"series": {
|
|
5847
6272
|
"shortname": "WEBGL_lose_context",
|
|
5848
6273
|
"currentSpecification": "WEBGL_lose_context",
|
|
6274
|
+
"title": "WebGL WEBGL_lose_context Khronos Ratified Extension Specification",
|
|
6275
|
+
"shortTitle": "WebGL WEBGL_lose_context Khronos Ratified Extension",
|
|
5849
6276
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/"
|
|
5850
6277
|
},
|
|
5851
6278
|
"organization": "Khronos Group",
|
|
@@ -5878,6 +6305,8 @@
|
|
|
5878
6305
|
"series": {
|
|
5879
6306
|
"shortname": "WEBGL_multi_draw_instanced_base_vertex_base_instance",
|
|
5880
6307
|
"currentSpecification": "WEBGL_multi_draw_instanced_base_vertex_base_instance",
|
|
6308
|
+
"title": "WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft Specification",
|
|
6309
|
+
"shortTitle": "WebGL WEBGL_multi_draw_instanced_base_vertex_base_instance Extension Draft",
|
|
5881
6310
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/"
|
|
5882
6311
|
},
|
|
5883
6312
|
"organization": "Khronos Group",
|
|
@@ -5910,6 +6339,8 @@
|
|
|
5910
6339
|
"series": {
|
|
5911
6340
|
"shortname": "WEBGL_multi_draw",
|
|
5912
6341
|
"currentSpecification": "WEBGL_multi_draw",
|
|
6342
|
+
"title": "WebGL WEBGL_multi_draw Extension Specification",
|
|
6343
|
+
"shortTitle": "WebGL WEBGL_multi_draw Extension",
|
|
5913
6344
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/"
|
|
5914
6345
|
},
|
|
5915
6346
|
"organization": "Khronos Group",
|
|
@@ -5942,6 +6373,8 @@
|
|
|
5942
6373
|
"series": {
|
|
5943
6374
|
"shortname": "webgl1",
|
|
5944
6375
|
"currentSpecification": "webgl1",
|
|
6376
|
+
"title": "WebGL Specification",
|
|
6377
|
+
"shortTitle": "WebGL",
|
|
5945
6378
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/specs/latest/1.0/"
|
|
5946
6379
|
},
|
|
5947
6380
|
"seriesVersion": "1",
|
|
@@ -5975,6 +6408,8 @@
|
|
|
5975
6408
|
"series": {
|
|
5976
6409
|
"shortname": "webgl2",
|
|
5977
6410
|
"currentSpecification": "webgl2",
|
|
6411
|
+
"title": "WebGL 2.0 Specification",
|
|
6412
|
+
"shortTitle": "WebGL",
|
|
5978
6413
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/specs/latest/2.0/"
|
|
5979
6414
|
},
|
|
5980
6415
|
"seriesVersion": "2",
|
|
@@ -6008,6 +6443,8 @@
|
|
|
6008
6443
|
"series": {
|
|
6009
6444
|
"shortname": "rfc2397",
|
|
6010
6445
|
"currentSpecification": "rfc2397",
|
|
6446
|
+
"title": "The \"data\" URL scheme",
|
|
6447
|
+
"shortTitle": "The \"data\" URL scheme",
|
|
6011
6448
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc2397"
|
|
6012
6449
|
},
|
|
6013
6450
|
"groups": [
|
|
@@ -6032,8 +6469,11 @@
|
|
|
6032
6469
|
"series": {
|
|
6033
6470
|
"shortname": "rfc4120",
|
|
6034
6471
|
"currentSpecification": "rfc4120",
|
|
6472
|
+
"title": "The Kerberos Network Authentication Service (V5)",
|
|
6473
|
+
"shortTitle": "Kerberos",
|
|
6035
6474
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc4120"
|
|
6036
6475
|
},
|
|
6476
|
+
"shortTitle": "Kerberos",
|
|
6037
6477
|
"organization": "IETF",
|
|
6038
6478
|
"groups": [
|
|
6039
6479
|
{
|
|
@@ -6046,8 +6486,7 @@
|
|
|
6046
6486
|
"filename": "rfc4120.html"
|
|
6047
6487
|
},
|
|
6048
6488
|
"title": "The Kerberos Network Authentication Service (V5)",
|
|
6049
|
-
"source": "specref"
|
|
6050
|
-
"shortTitle": "V5"
|
|
6489
|
+
"source": "specref"
|
|
6051
6490
|
},
|
|
6052
6491
|
{
|
|
6053
6492
|
"url": "https://www.rfc-editor.org/rfc/rfc6265",
|
|
@@ -6056,6 +6495,8 @@
|
|
|
6056
6495
|
"series": {
|
|
6057
6496
|
"shortname": "rfc6265",
|
|
6058
6497
|
"currentSpecification": "rfc6265",
|
|
6498
|
+
"title": "HTTP State Management Mechanism",
|
|
6499
|
+
"shortTitle": "HTTP State Management Mechanism",
|
|
6059
6500
|
"nightlyUrl": "https://httpwg.org/specs/rfc6265.html"
|
|
6060
6501
|
},
|
|
6061
6502
|
"organization": "IETF",
|
|
@@ -6082,8 +6523,11 @@
|
|
|
6082
6523
|
"series": {
|
|
6083
6524
|
"shortname": "rfc6266",
|
|
6084
6525
|
"currentSpecification": "rfc6266",
|
|
6526
|
+
"title": "Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)",
|
|
6527
|
+
"shortTitle": "Content-Disposition in HTTP",
|
|
6085
6528
|
"nightlyUrl": "https://httpwg.org/specs/rfc6266.html"
|
|
6086
6529
|
},
|
|
6530
|
+
"shortTitle": "Content-Disposition in HTTP",
|
|
6087
6531
|
"organization": "IETF",
|
|
6088
6532
|
"groups": [
|
|
6089
6533
|
{
|
|
@@ -6098,8 +6542,7 @@
|
|
|
6098
6542
|
"filename": "rfc6266.html"
|
|
6099
6543
|
},
|
|
6100
6544
|
"title": "Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)",
|
|
6101
|
-
"source": "specref"
|
|
6102
|
-
"shortTitle": "HTTP"
|
|
6545
|
+
"source": "specref"
|
|
6103
6546
|
},
|
|
6104
6547
|
{
|
|
6105
6548
|
"url": "https://www.rfc-editor.org/rfc/rfc6454",
|
|
@@ -6108,6 +6551,8 @@
|
|
|
6108
6551
|
"series": {
|
|
6109
6552
|
"shortname": "rfc6454",
|
|
6110
6553
|
"currentSpecification": "rfc6454",
|
|
6554
|
+
"title": "The Web Origin Concept",
|
|
6555
|
+
"shortTitle": "The Web Origin Concept",
|
|
6111
6556
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6454"
|
|
6112
6557
|
},
|
|
6113
6558
|
"organization": "IETF",
|
|
@@ -6132,6 +6577,8 @@
|
|
|
6132
6577
|
"series": {
|
|
6133
6578
|
"shortname": "rfc6797",
|
|
6134
6579
|
"currentSpecification": "rfc6797",
|
|
6580
|
+
"title": "HTTP Strict Transport Security (HSTS)",
|
|
6581
|
+
"shortTitle": "HSTS",
|
|
6135
6582
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6797"
|
|
6136
6583
|
},
|
|
6137
6584
|
"organization": "IETF",
|
|
@@ -6156,6 +6603,8 @@
|
|
|
6156
6603
|
"series": {
|
|
6157
6604
|
"shortname": "rfc7034",
|
|
6158
6605
|
"currentSpecification": "rfc7034",
|
|
6606
|
+
"title": "HTTP Header Field X-Frame-Options",
|
|
6607
|
+
"shortTitle": "HTTP Header Field X-Frame-Options",
|
|
6159
6608
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7034"
|
|
6160
6609
|
},
|
|
6161
6610
|
"organization": "IETF",
|
|
@@ -6180,6 +6629,8 @@
|
|
|
6180
6629
|
"series": {
|
|
6181
6630
|
"shortname": "rfc7230",
|
|
6182
6631
|
"currentSpecification": "rfc7230",
|
|
6632
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
|
|
6633
|
+
"shortTitle": "HTTP/1.1 Message Syntax and Routing",
|
|
6183
6634
|
"nightlyUrl": "https://httpwg.org/specs/rfc7230.html"
|
|
6184
6635
|
},
|
|
6185
6636
|
"organization": "IETF",
|
|
@@ -6197,7 +6648,7 @@
|
|
|
6197
6648
|
},
|
|
6198
6649
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
|
|
6199
6650
|
"source": "specref",
|
|
6200
|
-
"shortTitle": "HTTP/1.1"
|
|
6651
|
+
"shortTitle": "HTTP/1.1 Message Syntax and Routing"
|
|
6201
6652
|
},
|
|
6202
6653
|
{
|
|
6203
6654
|
"url": "https://www.rfc-editor.org/rfc/rfc7231",
|
|
@@ -6206,6 +6657,8 @@
|
|
|
6206
6657
|
"series": {
|
|
6207
6658
|
"shortname": "rfc7231",
|
|
6208
6659
|
"currentSpecification": "rfc7231",
|
|
6660
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
|
|
6661
|
+
"shortTitle": "HTTP/1.1 Semantics and Content",
|
|
6209
6662
|
"nightlyUrl": "https://httpwg.org/specs/rfc7231.html"
|
|
6210
6663
|
},
|
|
6211
6664
|
"organization": "IETF",
|
|
@@ -6223,7 +6676,7 @@
|
|
|
6223
6676
|
},
|
|
6224
6677
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
|
|
6225
6678
|
"source": "specref",
|
|
6226
|
-
"shortTitle": "HTTP/1.1"
|
|
6679
|
+
"shortTitle": "HTTP/1.1 Semantics and Content"
|
|
6227
6680
|
},
|
|
6228
6681
|
{
|
|
6229
6682
|
"url": "https://www.rfc-editor.org/rfc/rfc7232",
|
|
@@ -6232,6 +6685,8 @@
|
|
|
6232
6685
|
"series": {
|
|
6233
6686
|
"shortname": "rfc7232",
|
|
6234
6687
|
"currentSpecification": "rfc7232",
|
|
6688
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
|
|
6689
|
+
"shortTitle": "HTTP/1.1 Conditional Requests",
|
|
6235
6690
|
"nightlyUrl": "https://httpwg.org/specs/rfc7232.html"
|
|
6236
6691
|
},
|
|
6237
6692
|
"organization": "IETF",
|
|
@@ -6249,7 +6704,7 @@
|
|
|
6249
6704
|
},
|
|
6250
6705
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
|
|
6251
6706
|
"source": "specref",
|
|
6252
|
-
"shortTitle": "HTTP/1.1"
|
|
6707
|
+
"shortTitle": "HTTP/1.1 Conditional Requests"
|
|
6253
6708
|
},
|
|
6254
6709
|
{
|
|
6255
6710
|
"url": "https://www.rfc-editor.org/rfc/rfc7233",
|
|
@@ -6258,6 +6713,8 @@
|
|
|
6258
6713
|
"series": {
|
|
6259
6714
|
"shortname": "rfc7233",
|
|
6260
6715
|
"currentSpecification": "rfc7233",
|
|
6716
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
|
|
6717
|
+
"shortTitle": "HTTP/1.1 Range Requests",
|
|
6261
6718
|
"nightlyUrl": "https://httpwg.org/specs/rfc7233.html"
|
|
6262
6719
|
},
|
|
6263
6720
|
"organization": "IETF",
|
|
@@ -6275,7 +6732,7 @@
|
|
|
6275
6732
|
},
|
|
6276
6733
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
|
|
6277
6734
|
"source": "specref",
|
|
6278
|
-
"shortTitle": "HTTP/1.1"
|
|
6735
|
+
"shortTitle": "HTTP/1.1 Range Requests"
|
|
6279
6736
|
},
|
|
6280
6737
|
{
|
|
6281
6738
|
"url": "https://www.rfc-editor.org/rfc/rfc7234",
|
|
@@ -6284,6 +6741,8 @@
|
|
|
6284
6741
|
"series": {
|
|
6285
6742
|
"shortname": "rfc7234",
|
|
6286
6743
|
"currentSpecification": "rfc7234",
|
|
6744
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
|
|
6745
|
+
"shortTitle": "HTTP/1.1 Caching",
|
|
6287
6746
|
"nightlyUrl": "https://httpwg.org/specs/rfc7234.html"
|
|
6288
6747
|
},
|
|
6289
6748
|
"organization": "IETF",
|
|
@@ -6301,7 +6760,7 @@
|
|
|
6301
6760
|
},
|
|
6302
6761
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
|
|
6303
6762
|
"source": "specref",
|
|
6304
|
-
"shortTitle": "HTTP/1.1"
|
|
6763
|
+
"shortTitle": "HTTP/1.1 Caching"
|
|
6305
6764
|
},
|
|
6306
6765
|
{
|
|
6307
6766
|
"url": "https://www.rfc-editor.org/rfc/rfc7235",
|
|
@@ -6310,6 +6769,8 @@
|
|
|
6310
6769
|
"series": {
|
|
6311
6770
|
"shortname": "rfc7235",
|
|
6312
6771
|
"currentSpecification": "rfc7235",
|
|
6772
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
|
|
6773
|
+
"shortTitle": "HTTP/1.1 Authentication",
|
|
6313
6774
|
"nightlyUrl": "https://httpwg.org/specs/rfc7235.html"
|
|
6314
6775
|
},
|
|
6315
6776
|
"organization": "IETF",
|
|
@@ -6327,7 +6788,7 @@
|
|
|
6327
6788
|
},
|
|
6328
6789
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
|
|
6329
6790
|
"source": "specref",
|
|
6330
|
-
"shortTitle": "HTTP/1.1"
|
|
6791
|
+
"shortTitle": "HTTP/1.1 Authentication"
|
|
6331
6792
|
},
|
|
6332
6793
|
{
|
|
6333
6794
|
"url": "https://www.rfc-editor.org/rfc/rfc7239",
|
|
@@ -6336,6 +6797,8 @@
|
|
|
6336
6797
|
"series": {
|
|
6337
6798
|
"shortname": "rfc7239",
|
|
6338
6799
|
"currentSpecification": "rfc7239",
|
|
6800
|
+
"title": "Forwarded HTTP Extension",
|
|
6801
|
+
"shortTitle": "Forwarded HTTP Extension",
|
|
6339
6802
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7239"
|
|
6340
6803
|
},
|
|
6341
6804
|
"organization": "IETF",
|
|
@@ -6360,6 +6823,8 @@
|
|
|
6360
6823
|
"series": {
|
|
6361
6824
|
"shortname": "rfc7469",
|
|
6362
6825
|
"currentSpecification": "rfc7469",
|
|
6826
|
+
"title": "Public Key Pinning Extension for HTTP",
|
|
6827
|
+
"shortTitle": "Public Key Pinning Extension for HTTP",
|
|
6363
6828
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7469"
|
|
6364
6829
|
},
|
|
6365
6830
|
"organization": "IETF",
|
|
@@ -6384,6 +6849,8 @@
|
|
|
6384
6849
|
"series": {
|
|
6385
6850
|
"shortname": "rfc7538",
|
|
6386
6851
|
"currentSpecification": "rfc7538",
|
|
6852
|
+
"title": "The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)",
|
|
6853
|
+
"shortTitle": "Permanent Redirect",
|
|
6387
6854
|
"nightlyUrl": "https://httpwg.org/specs/rfc7538.html"
|
|
6388
6855
|
},
|
|
6389
6856
|
"organization": "IETF",
|
|
@@ -6410,6 +6877,8 @@
|
|
|
6410
6877
|
"series": {
|
|
6411
6878
|
"shortname": "rfc7540",
|
|
6412
6879
|
"currentSpecification": "rfc7540",
|
|
6880
|
+
"title": "Hypertext Transfer Protocol Version 2 (HTTP/2)",
|
|
6881
|
+
"shortTitle": "HTTP/2",
|
|
6413
6882
|
"nightlyUrl": "https://httpwg.org/specs/rfc7540.html"
|
|
6414
6883
|
},
|
|
6415
6884
|
"organization": "IETF",
|
|
@@ -6436,6 +6905,8 @@
|
|
|
6436
6905
|
"series": {
|
|
6437
6906
|
"shortname": "rfc7578",
|
|
6438
6907
|
"currentSpecification": "rfc7578",
|
|
6908
|
+
"title": "Returning Values from Forms: multipart/form-data",
|
|
6909
|
+
"shortTitle": "Returning Values from Forms: multipart/form-data",
|
|
6439
6910
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7578"
|
|
6440
6911
|
},
|
|
6441
6912
|
"organization": "IETF",
|
|
@@ -6460,6 +6931,8 @@
|
|
|
6460
6931
|
"series": {
|
|
6461
6932
|
"shortname": "rfc7616",
|
|
6462
6933
|
"currentSpecification": "rfc7616",
|
|
6934
|
+
"title": "HTTP Digest Access Authentication",
|
|
6935
|
+
"shortTitle": "HTTP Digest Access Authentication",
|
|
6463
6936
|
"nightlyUrl": "https://httpwg.org/specs/rfc7616.html"
|
|
6464
6937
|
},
|
|
6465
6938
|
"organization": "IETF",
|
|
@@ -6486,6 +6959,8 @@
|
|
|
6486
6959
|
"series": {
|
|
6487
6960
|
"shortname": "rfc7617",
|
|
6488
6961
|
"currentSpecification": "rfc7617",
|
|
6962
|
+
"title": "The 'Basic' HTTP Authentication Scheme",
|
|
6963
|
+
"shortTitle": "The 'Basic' HTTP Authentication Scheme",
|
|
6489
6964
|
"nightlyUrl": "https://httpwg.org/specs/rfc7617.html"
|
|
6490
6965
|
},
|
|
6491
6966
|
"organization": "IETF",
|
|
@@ -6512,6 +6987,8 @@
|
|
|
6512
6987
|
"series": {
|
|
6513
6988
|
"shortname": "rfc7725",
|
|
6514
6989
|
"currentSpecification": "rfc7725",
|
|
6990
|
+
"title": "An HTTP Status Code to Report Legal Obstacles",
|
|
6991
|
+
"shortTitle": "An HTTP Status Code to Report Legal Obstacles",
|
|
6515
6992
|
"nightlyUrl": "https://httpwg.org/specs/rfc7725.html"
|
|
6516
6993
|
},
|
|
6517
6994
|
"organization": "IETF",
|
|
@@ -6538,6 +7015,8 @@
|
|
|
6538
7015
|
"series": {
|
|
6539
7016
|
"shortname": "rfc7838",
|
|
6540
7017
|
"currentSpecification": "rfc7838",
|
|
7018
|
+
"title": "HTTP Alternative Services",
|
|
7019
|
+
"shortTitle": "HTTP Alternative Services",
|
|
6541
7020
|
"nightlyUrl": "https://httpwg.org/specs/rfc7838.html"
|
|
6542
7021
|
},
|
|
6543
7022
|
"organization": "IETF",
|
|
@@ -6564,6 +7043,8 @@
|
|
|
6564
7043
|
"series": {
|
|
6565
7044
|
"shortname": "rfc8246",
|
|
6566
7045
|
"currentSpecification": "rfc8246",
|
|
7046
|
+
"title": "HTTP Immutable Responses",
|
|
7047
|
+
"shortTitle": "HTTP Immutable Responses",
|
|
6567
7048
|
"nightlyUrl": "https://httpwg.org/specs/rfc8246.html"
|
|
6568
7049
|
},
|
|
6569
7050
|
"organization": "IETF",
|
|
@@ -6590,6 +7071,8 @@
|
|
|
6590
7071
|
"series": {
|
|
6591
7072
|
"shortname": "rfc8470",
|
|
6592
7073
|
"currentSpecification": "rfc8470",
|
|
7074
|
+
"title": "Using Early Data in HTTP",
|
|
7075
|
+
"shortTitle": "Using Early Data in HTTP",
|
|
6593
7076
|
"nightlyUrl": "https://httpwg.org/specs/rfc8470.html"
|
|
6594
7077
|
},
|
|
6595
7078
|
"organization": "IETF",
|
|
@@ -6616,6 +7099,8 @@
|
|
|
6616
7099
|
"series": {
|
|
6617
7100
|
"shortname": "rfc8942",
|
|
6618
7101
|
"currentSpecification": "rfc8942",
|
|
7102
|
+
"title": "HTTP Client Hints",
|
|
7103
|
+
"shortTitle": "HTTP Client Hints",
|
|
6619
7104
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8942"
|
|
6620
7105
|
},
|
|
6621
7106
|
"organization": "IETF",
|
|
@@ -6640,6 +7125,8 @@
|
|
|
6640
7125
|
"series": {
|
|
6641
7126
|
"shortname": "w3c-patent-policy",
|
|
6642
7127
|
"currentSpecification": "w3c-patent-policy",
|
|
7128
|
+
"title": "W3C Patent Policy",
|
|
7129
|
+
"shortTitle": "W3C Patent Policy",
|
|
6643
7130
|
"nightlyUrl": "https://www.w3.org/Consortium/Patent-Policy/"
|
|
6644
7131
|
},
|
|
6645
7132
|
"organization": "W3C",
|
|
@@ -6664,6 +7151,8 @@
|
|
|
6664
7151
|
"series": {
|
|
6665
7152
|
"shortname": "w3c-process",
|
|
6666
7153
|
"currentSpecification": "w3c-process",
|
|
7154
|
+
"title": "W3C Process Document",
|
|
7155
|
+
"shortTitle": "W3C Process Document",
|
|
6667
7156
|
"nightlyUrl": "https://www.w3.org/Consortium/Process/"
|
|
6668
7157
|
},
|
|
6669
7158
|
"groups": [
|
|
@@ -6694,6 +7183,8 @@
|
|
|
6694
7183
|
"series": {
|
|
6695
7184
|
"shortname": "accelerometer",
|
|
6696
7185
|
"currentSpecification": "accelerometer",
|
|
7186
|
+
"title": "Accelerometer",
|
|
7187
|
+
"shortTitle": "Accelerometer",
|
|
6697
7188
|
"releaseUrl": "https://www.w3.org/TR/accelerometer/",
|
|
6698
7189
|
"nightlyUrl": "https://w3c.github.io/accelerometer/"
|
|
6699
7190
|
},
|
|
@@ -6731,6 +7222,8 @@
|
|
|
6731
7222
|
"series": {
|
|
6732
7223
|
"shortname": "accname",
|
|
6733
7224
|
"currentSpecification": "accname-1.2",
|
|
7225
|
+
"title": "Accessible Name and Description Computation",
|
|
7226
|
+
"shortTitle": "Accessible Name and Description Computation",
|
|
6734
7227
|
"releaseUrl": "https://www.w3.org/TR/accname/",
|
|
6735
7228
|
"nightlyUrl": "https://w3c.github.io/accname/"
|
|
6736
7229
|
},
|
|
@@ -6769,6 +7262,8 @@
|
|
|
6769
7262
|
"series": {
|
|
6770
7263
|
"shortname": "ambient-light",
|
|
6771
7264
|
"currentSpecification": "ambient-light",
|
|
7265
|
+
"title": "Ambient Light Sensor",
|
|
7266
|
+
"shortTitle": "Ambient Light Sensor",
|
|
6772
7267
|
"releaseUrl": "https://www.w3.org/TR/ambient-light/",
|
|
6773
7268
|
"nightlyUrl": "https://w3c.github.io/ambient-light/"
|
|
6774
7269
|
},
|
|
@@ -6806,6 +7301,8 @@
|
|
|
6806
7301
|
"series": {
|
|
6807
7302
|
"shortname": "appmanifest",
|
|
6808
7303
|
"currentSpecification": "appmanifest",
|
|
7304
|
+
"title": "Web Application Manifest",
|
|
7305
|
+
"shortTitle": "Web Application Manifest",
|
|
6809
7306
|
"releaseUrl": "https://www.w3.org/TR/appmanifest/",
|
|
6810
7307
|
"nightlyUrl": "https://w3c.github.io/manifest/"
|
|
6811
7308
|
},
|
|
@@ -6843,6 +7340,8 @@
|
|
|
6843
7340
|
"series": {
|
|
6844
7341
|
"shortname": "audio-output",
|
|
6845
7342
|
"currentSpecification": "audio-output",
|
|
7343
|
+
"title": "Audio Output Devices API",
|
|
7344
|
+
"shortTitle": "Audio Output Devices API",
|
|
6846
7345
|
"releaseUrl": "https://www.w3.org/TR/audio-output/",
|
|
6847
7346
|
"nightlyUrl": "https://w3c.github.io/mediacapture-output/"
|
|
6848
7347
|
},
|
|
@@ -6880,6 +7379,8 @@
|
|
|
6880
7379
|
"series": {
|
|
6881
7380
|
"shortname": "battery-status",
|
|
6882
7381
|
"currentSpecification": "battery-status",
|
|
7382
|
+
"title": "Battery Status API",
|
|
7383
|
+
"shortTitle": "Battery Status API",
|
|
6883
7384
|
"releaseUrl": "https://www.w3.org/TR/battery-status/",
|
|
6884
7385
|
"nightlyUrl": "https://w3c.github.io/battery/"
|
|
6885
7386
|
},
|
|
@@ -6917,6 +7418,8 @@
|
|
|
6917
7418
|
"series": {
|
|
6918
7419
|
"shortname": "beacon",
|
|
6919
7420
|
"currentSpecification": "beacon",
|
|
7421
|
+
"title": "Beacon",
|
|
7422
|
+
"shortTitle": "Beacon",
|
|
6920
7423
|
"releaseUrl": "https://www.w3.org/TR/beacon/",
|
|
6921
7424
|
"nightlyUrl": "https://w3c.github.io/beacon/"
|
|
6922
7425
|
},
|
|
@@ -6954,6 +7457,8 @@
|
|
|
6954
7457
|
"series": {
|
|
6955
7458
|
"shortname": "clear-site-data",
|
|
6956
7459
|
"currentSpecification": "clear-site-data",
|
|
7460
|
+
"title": "Clear Site Data",
|
|
7461
|
+
"shortTitle": "Clear Site Data",
|
|
6957
7462
|
"releaseUrl": "https://www.w3.org/TR/clear-site-data/",
|
|
6958
7463
|
"nightlyUrl": "https://w3c.github.io/webappsec-clear-site-data/"
|
|
6959
7464
|
},
|
|
@@ -6991,6 +7496,8 @@
|
|
|
6991
7496
|
"series": {
|
|
6992
7497
|
"shortname": "clipboard-apis",
|
|
6993
7498
|
"currentSpecification": "clipboard-apis",
|
|
7499
|
+
"title": "Clipboard API and events",
|
|
7500
|
+
"shortTitle": "Clipboard API and events",
|
|
6994
7501
|
"releaseUrl": "https://www.w3.org/TR/clipboard-apis/",
|
|
6995
7502
|
"nightlyUrl": "https://w3c.github.io/clipboard-apis/"
|
|
6996
7503
|
},
|
|
@@ -7028,6 +7535,8 @@
|
|
|
7028
7535
|
"series": {
|
|
7029
7536
|
"shortname": "compositing",
|
|
7030
7537
|
"currentSpecification": "compositing-1",
|
|
7538
|
+
"title": "Compositing and Blending",
|
|
7539
|
+
"shortTitle": "Compositing",
|
|
7031
7540
|
"releaseUrl": "https://www.w3.org/TR/compositing/",
|
|
7032
7541
|
"nightlyUrl": "https://drafts.fxtf.org/compositing/"
|
|
7033
7542
|
},
|
|
@@ -7071,6 +7580,8 @@
|
|
|
7071
7580
|
"series": {
|
|
7072
7581
|
"shortname": "core-aam",
|
|
7073
7582
|
"currentSpecification": "core-aam-1.2",
|
|
7583
|
+
"title": "Core Accessibility API Mappings",
|
|
7584
|
+
"shortTitle": "Core Accessibility API Mappings",
|
|
7074
7585
|
"releaseUrl": "https://www.w3.org/TR/core-aam/",
|
|
7075
7586
|
"nightlyUrl": "https://w3c.github.io/core-aam/"
|
|
7076
7587
|
},
|
|
@@ -7109,6 +7620,8 @@
|
|
|
7109
7620
|
"series": {
|
|
7110
7621
|
"shortname": "credential-management",
|
|
7111
7622
|
"currentSpecification": "credential-management-1",
|
|
7623
|
+
"title": "Credential Management",
|
|
7624
|
+
"shortTitle": "Credential Management",
|
|
7112
7625
|
"releaseUrl": "https://www.w3.org/TR/credential-management/",
|
|
7113
7626
|
"nightlyUrl": "https://w3c.github.io/webappsec-credential-management/"
|
|
7114
7627
|
},
|
|
@@ -7147,6 +7660,8 @@
|
|
|
7147
7660
|
"series": {
|
|
7148
7661
|
"shortname": "csp-embedded-enforcement",
|
|
7149
7662
|
"currentSpecification": "csp-embedded-enforcement",
|
|
7663
|
+
"title": "Content Security Policy: Embedded Enforcement",
|
|
7664
|
+
"shortTitle": "Content Security Policy: Embedded Enforcement",
|
|
7150
7665
|
"releaseUrl": "https://www.w3.org/TR/csp-embedded-enforcement/",
|
|
7151
7666
|
"nightlyUrl": "https://w3c.github.io/webappsec-cspee/"
|
|
7152
7667
|
},
|
|
@@ -7184,6 +7699,8 @@
|
|
|
7184
7699
|
"series": {
|
|
7185
7700
|
"shortname": "CSP",
|
|
7186
7701
|
"currentSpecification": "CSP3",
|
|
7702
|
+
"title": "Content Security Policy",
|
|
7703
|
+
"shortTitle": "Content Security Policy",
|
|
7187
7704
|
"releaseUrl": "https://www.w3.org/TR/CSP/",
|
|
7188
7705
|
"nightlyUrl": "https://w3c.github.io/webappsec-csp/"
|
|
7189
7706
|
},
|
|
@@ -7225,6 +7742,8 @@
|
|
|
7225
7742
|
"series": {
|
|
7226
7743
|
"shortname": "css-align",
|
|
7227
7744
|
"currentSpecification": "css-align-3",
|
|
7745
|
+
"title": "CSS Box Alignment",
|
|
7746
|
+
"shortTitle": "CSS Box Alignment",
|
|
7228
7747
|
"releaseUrl": "https://www.w3.org/TR/css-align/",
|
|
7229
7748
|
"nightlyUrl": "https://drafts.csswg.org/css-align/"
|
|
7230
7749
|
},
|
|
@@ -7263,6 +7782,8 @@
|
|
|
7263
7782
|
"series": {
|
|
7264
7783
|
"shortname": "css-animation-worklet",
|
|
7265
7784
|
"currentSpecification": "css-animation-worklet-1",
|
|
7785
|
+
"title": "CSS Animation Worklet API",
|
|
7786
|
+
"shortTitle": "CSS Animation Worklet API",
|
|
7266
7787
|
"releaseUrl": "https://www.w3.org/TR/css-animation-worklet/",
|
|
7267
7788
|
"nightlyUrl": "https://drafts.css-houdini.org/css-animationworklet-1/"
|
|
7268
7789
|
},
|
|
@@ -7301,6 +7822,8 @@
|
|
|
7301
7822
|
"series": {
|
|
7302
7823
|
"shortname": "css-animations",
|
|
7303
7824
|
"currentSpecification": "css-animations-1",
|
|
7825
|
+
"title": "CSS Animations",
|
|
7826
|
+
"shortTitle": "CSS Animations",
|
|
7304
7827
|
"releaseUrl": "https://www.w3.org/TR/css-animations/",
|
|
7305
7828
|
"nightlyUrl": "https://drafts.csswg.org/css-animations/"
|
|
7306
7829
|
},
|
|
@@ -7340,6 +7863,8 @@
|
|
|
7340
7863
|
"series": {
|
|
7341
7864
|
"shortname": "css-backgrounds",
|
|
7342
7865
|
"currentSpecification": "css-backgrounds-3",
|
|
7866
|
+
"title": "CSS Backgrounds and Borders",
|
|
7867
|
+
"shortTitle": "CSS Backgrounds",
|
|
7343
7868
|
"releaseUrl": "https://www.w3.org/TR/css-backgrounds/",
|
|
7344
7869
|
"nightlyUrl": "https://drafts.csswg.org/css-backgrounds/"
|
|
7345
7870
|
},
|
|
@@ -7379,6 +7904,8 @@
|
|
|
7379
7904
|
"series": {
|
|
7380
7905
|
"shortname": "css-box",
|
|
7381
7906
|
"currentSpecification": "css-box-3",
|
|
7907
|
+
"title": "CSS Box Model",
|
|
7908
|
+
"shortTitle": "CSS Box Model",
|
|
7382
7909
|
"releaseUrl": "https://www.w3.org/TR/css-box/",
|
|
7383
7910
|
"nightlyUrl": "https://drafts.csswg.org/css-box/"
|
|
7384
7911
|
},
|
|
@@ -7418,6 +7945,8 @@
|
|
|
7418
7945
|
"series": {
|
|
7419
7946
|
"shortname": "css-box",
|
|
7420
7947
|
"currentSpecification": "css-box-3",
|
|
7948
|
+
"title": "CSS Box Model",
|
|
7949
|
+
"shortTitle": "CSS Box Model",
|
|
7421
7950
|
"releaseUrl": "https://www.w3.org/TR/css-box/",
|
|
7422
7951
|
"nightlyUrl": "https://drafts.csswg.org/css-box/"
|
|
7423
7952
|
},
|
|
@@ -7457,6 +7986,8 @@
|
|
|
7457
7986
|
"series": {
|
|
7458
7987
|
"shortname": "css-break",
|
|
7459
7988
|
"currentSpecification": "css-break-3",
|
|
7989
|
+
"title": "CSS Fragmentation",
|
|
7990
|
+
"shortTitle": "CSS Fragmentation",
|
|
7460
7991
|
"releaseUrl": "https://www.w3.org/TR/css-break/",
|
|
7461
7992
|
"nightlyUrl": "https://drafts.csswg.org/css-break/"
|
|
7462
7993
|
},
|
|
@@ -7496,6 +8027,8 @@
|
|
|
7496
8027
|
"series": {
|
|
7497
8028
|
"shortname": "css-break",
|
|
7498
8029
|
"currentSpecification": "css-break-3",
|
|
8030
|
+
"title": "CSS Fragmentation",
|
|
8031
|
+
"shortTitle": "CSS Fragmentation",
|
|
7499
8032
|
"releaseUrl": "https://www.w3.org/TR/css-break/",
|
|
7500
8033
|
"nightlyUrl": "https://drafts.csswg.org/css-break/"
|
|
7501
8034
|
},
|
|
@@ -7535,6 +8068,8 @@
|
|
|
7535
8068
|
"series": {
|
|
7536
8069
|
"shortname": "css-cascade",
|
|
7537
8070
|
"currentSpecification": "css-cascade-4",
|
|
8071
|
+
"title": "CSS Cascading and Inheritance",
|
|
8072
|
+
"shortTitle": "CSS Cascading",
|
|
7538
8073
|
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
7539
8074
|
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
7540
8075
|
},
|
|
@@ -7574,6 +8109,8 @@
|
|
|
7574
8109
|
"series": {
|
|
7575
8110
|
"shortname": "css-cascade",
|
|
7576
8111
|
"currentSpecification": "css-cascade-4",
|
|
8112
|
+
"title": "CSS Cascading and Inheritance",
|
|
8113
|
+
"shortTitle": "CSS Cascading",
|
|
7577
8114
|
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
7578
8115
|
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
7579
8116
|
},
|
|
@@ -7614,6 +8151,8 @@
|
|
|
7614
8151
|
"series": {
|
|
7615
8152
|
"shortname": "css-cascade",
|
|
7616
8153
|
"currentSpecification": "css-cascade-4",
|
|
8154
|
+
"title": "CSS Cascading and Inheritance",
|
|
8155
|
+
"shortTitle": "CSS Cascading",
|
|
7617
8156
|
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
7618
8157
|
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
7619
8158
|
},
|
|
@@ -7647,6 +8186,47 @@
|
|
|
7647
8186
|
]
|
|
7648
8187
|
}
|
|
7649
8188
|
},
|
|
8189
|
+
{
|
|
8190
|
+
"url": "https://www.w3.org/TR/css-cascade-6/",
|
|
8191
|
+
"seriesComposition": "delta",
|
|
8192
|
+
"shortname": "css-cascade-6",
|
|
8193
|
+
"series": {
|
|
8194
|
+
"shortname": "css-cascade",
|
|
8195
|
+
"currentSpecification": "css-cascade-4",
|
|
8196
|
+
"title": "CSS Cascading and Inheritance",
|
|
8197
|
+
"shortTitle": "CSS Cascading",
|
|
8198
|
+
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
8199
|
+
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
8200
|
+
},
|
|
8201
|
+
"seriesVersion": "6",
|
|
8202
|
+
"shortTitle": "CSS Cascading 6",
|
|
8203
|
+
"seriesPrevious": "css-cascade-5",
|
|
8204
|
+
"organization": "W3C",
|
|
8205
|
+
"groups": [
|
|
8206
|
+
{
|
|
8207
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
8208
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
8209
|
+
}
|
|
8210
|
+
],
|
|
8211
|
+
"release": {
|
|
8212
|
+
"url": "https://www.w3.org/TR/css-cascade-6/",
|
|
8213
|
+
"filename": "Overview.html"
|
|
8214
|
+
},
|
|
8215
|
+
"nightly": {
|
|
8216
|
+
"url": "https://drafts.csswg.org/css-cascade-6/",
|
|
8217
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
8218
|
+
"sourcePath": "css-cascade-6/Overview.bs",
|
|
8219
|
+
"filename": "Overview.html"
|
|
8220
|
+
},
|
|
8221
|
+
"title": "CSS Cascading and Inheritance Level 6",
|
|
8222
|
+
"source": "w3c",
|
|
8223
|
+
"tests": {
|
|
8224
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
8225
|
+
"testPaths": [
|
|
8226
|
+
"css/css-cascade"
|
|
8227
|
+
]
|
|
8228
|
+
}
|
|
8229
|
+
},
|
|
7650
8230
|
{
|
|
7651
8231
|
"url": "https://www.w3.org/TR/css-color-4/",
|
|
7652
8232
|
"seriesComposition": "full",
|
|
@@ -7654,6 +8234,8 @@
|
|
|
7654
8234
|
"series": {
|
|
7655
8235
|
"shortname": "css-color",
|
|
7656
8236
|
"currentSpecification": "css-color-4",
|
|
8237
|
+
"title": "CSS Color",
|
|
8238
|
+
"shortTitle": "CSS Color",
|
|
7657
8239
|
"releaseUrl": "https://www.w3.org/TR/css-color/",
|
|
7658
8240
|
"nightlyUrl": "https://drafts.csswg.org/css-color/"
|
|
7659
8241
|
},
|
|
@@ -7693,6 +8275,8 @@
|
|
|
7693
8275
|
"series": {
|
|
7694
8276
|
"shortname": "css-color",
|
|
7695
8277
|
"currentSpecification": "css-color-4",
|
|
8278
|
+
"title": "CSS Color",
|
|
8279
|
+
"shortTitle": "CSS Color",
|
|
7696
8280
|
"releaseUrl": "https://www.w3.org/TR/css-color/",
|
|
7697
8281
|
"nightlyUrl": "https://drafts.csswg.org/css-color/"
|
|
7698
8282
|
},
|
|
@@ -7732,6 +8316,8 @@
|
|
|
7732
8316
|
"series": {
|
|
7733
8317
|
"shortname": "css-color-adjust",
|
|
7734
8318
|
"currentSpecification": "css-color-adjust-1",
|
|
8319
|
+
"title": "CSS Color Adjustment",
|
|
8320
|
+
"shortTitle": "CSS Color Adjustment",
|
|
7735
8321
|
"releaseUrl": "https://www.w3.org/TR/css-color-adjust/",
|
|
7736
8322
|
"nightlyUrl": "https://drafts.csswg.org/css-color-adjust/"
|
|
7737
8323
|
},
|
|
@@ -7770,6 +8356,8 @@
|
|
|
7770
8356
|
"series": {
|
|
7771
8357
|
"shortname": "css-conditional",
|
|
7772
8358
|
"currentSpecification": "css-conditional-3",
|
|
8359
|
+
"title": "CSS Conditional Rules",
|
|
8360
|
+
"shortTitle": "CSS Conditional",
|
|
7773
8361
|
"releaseUrl": "https://www.w3.org/TR/css-conditional/",
|
|
7774
8362
|
"nightlyUrl": "https://drafts.csswg.org/css-conditional/"
|
|
7775
8363
|
},
|
|
@@ -7809,12 +8397,15 @@
|
|
|
7809
8397
|
"series": {
|
|
7810
8398
|
"shortname": "css-conditional",
|
|
7811
8399
|
"currentSpecification": "css-conditional-3",
|
|
8400
|
+
"title": "CSS Conditional Rules",
|
|
8401
|
+
"shortTitle": "CSS Conditional",
|
|
7812
8402
|
"releaseUrl": "https://www.w3.org/TR/css-conditional/",
|
|
7813
8403
|
"nightlyUrl": "https://drafts.csswg.org/css-conditional/"
|
|
7814
8404
|
},
|
|
7815
8405
|
"seriesVersion": "4",
|
|
7816
8406
|
"shortTitle": "CSS Conditional 4",
|
|
7817
8407
|
"seriesPrevious": "css-conditional-3",
|
|
8408
|
+
"seriesNext": "css-conditional-5",
|
|
7818
8409
|
"organization": "W3C",
|
|
7819
8410
|
"groups": [
|
|
7820
8411
|
{
|
|
@@ -7841,6 +8432,47 @@
|
|
|
7841
8432
|
]
|
|
7842
8433
|
}
|
|
7843
8434
|
},
|
|
8435
|
+
{
|
|
8436
|
+
"url": "https://www.w3.org/TR/css-conditional-5/",
|
|
8437
|
+
"seriesComposition": "delta",
|
|
8438
|
+
"shortname": "css-conditional-5",
|
|
8439
|
+
"series": {
|
|
8440
|
+
"shortname": "css-conditional",
|
|
8441
|
+
"currentSpecification": "css-conditional-3",
|
|
8442
|
+
"title": "CSS Conditional Rules",
|
|
8443
|
+
"shortTitle": "CSS Conditional",
|
|
8444
|
+
"releaseUrl": "https://www.w3.org/TR/css-conditional/",
|
|
8445
|
+
"nightlyUrl": "https://drafts.csswg.org/css-conditional/"
|
|
8446
|
+
},
|
|
8447
|
+
"seriesVersion": "5",
|
|
8448
|
+
"shortTitle": "CSS Conditional 5",
|
|
8449
|
+
"seriesPrevious": "css-conditional-4",
|
|
8450
|
+
"organization": "W3C",
|
|
8451
|
+
"groups": [
|
|
8452
|
+
{
|
|
8453
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
8454
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
8455
|
+
}
|
|
8456
|
+
],
|
|
8457
|
+
"release": {
|
|
8458
|
+
"url": "https://www.w3.org/TR/css-conditional-5/",
|
|
8459
|
+
"filename": "Overview.html"
|
|
8460
|
+
},
|
|
8461
|
+
"nightly": {
|
|
8462
|
+
"url": "https://drafts.csswg.org/css-conditional-5/",
|
|
8463
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
8464
|
+
"sourcePath": "css-conditional-5/Overview.bs",
|
|
8465
|
+
"filename": "Overview.html"
|
|
8466
|
+
},
|
|
8467
|
+
"title": "CSS Conditional Rules Module Level 5",
|
|
8468
|
+
"source": "w3c",
|
|
8469
|
+
"tests": {
|
|
8470
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
8471
|
+
"testPaths": [
|
|
8472
|
+
"css/css-conditional"
|
|
8473
|
+
]
|
|
8474
|
+
}
|
|
8475
|
+
},
|
|
7844
8476
|
{
|
|
7845
8477
|
"url": "https://www.w3.org/TR/css-contain-2/",
|
|
7846
8478
|
"seriesComposition": "full",
|
|
@@ -7848,10 +8480,13 @@
|
|
|
7848
8480
|
"series": {
|
|
7849
8481
|
"shortname": "css-contain",
|
|
7850
8482
|
"currentSpecification": "css-contain-2",
|
|
8483
|
+
"title": "CSS Containment",
|
|
8484
|
+
"shortTitle": "CSS Containment",
|
|
7851
8485
|
"releaseUrl": "https://www.w3.org/TR/css-contain/",
|
|
7852
8486
|
"nightlyUrl": "https://drafts.csswg.org/css-contain/"
|
|
7853
8487
|
},
|
|
7854
8488
|
"seriesVersion": "2",
|
|
8489
|
+
"seriesNext": "css-contain-3",
|
|
7855
8490
|
"organization": "W3C",
|
|
7856
8491
|
"groups": [
|
|
7857
8492
|
{
|
|
@@ -7879,6 +8514,47 @@
|
|
|
7879
8514
|
]
|
|
7880
8515
|
}
|
|
7881
8516
|
},
|
|
8517
|
+
{
|
|
8518
|
+
"url": "https://www.w3.org/TR/css-contain-3/",
|
|
8519
|
+
"seriesComposition": "delta",
|
|
8520
|
+
"shortname": "css-contain-3",
|
|
8521
|
+
"series": {
|
|
8522
|
+
"shortname": "css-contain",
|
|
8523
|
+
"currentSpecification": "css-contain-2",
|
|
8524
|
+
"title": "CSS Containment",
|
|
8525
|
+
"shortTitle": "CSS Containment",
|
|
8526
|
+
"releaseUrl": "https://www.w3.org/TR/css-contain/",
|
|
8527
|
+
"nightlyUrl": "https://drafts.csswg.org/css-contain/"
|
|
8528
|
+
},
|
|
8529
|
+
"seriesVersion": "3",
|
|
8530
|
+
"seriesPrevious": "css-contain-2",
|
|
8531
|
+
"organization": "W3C",
|
|
8532
|
+
"groups": [
|
|
8533
|
+
{
|
|
8534
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
8535
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
8536
|
+
}
|
|
8537
|
+
],
|
|
8538
|
+
"release": {
|
|
8539
|
+
"url": "https://www.w3.org/TR/css-contain-3/",
|
|
8540
|
+
"filename": "Overview.html"
|
|
8541
|
+
},
|
|
8542
|
+
"nightly": {
|
|
8543
|
+
"url": "https://drafts.csswg.org/css-contain-3/",
|
|
8544
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
8545
|
+
"sourcePath": "css-contain-3/Overview.bs",
|
|
8546
|
+
"filename": "Overview.html"
|
|
8547
|
+
},
|
|
8548
|
+
"title": "CSS Containment Module Level 3",
|
|
8549
|
+
"source": "w3c",
|
|
8550
|
+
"shortTitle": "CSS Containment 3",
|
|
8551
|
+
"tests": {
|
|
8552
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
8553
|
+
"testPaths": [
|
|
8554
|
+
"css/css-contain"
|
|
8555
|
+
]
|
|
8556
|
+
}
|
|
8557
|
+
},
|
|
7882
8558
|
{
|
|
7883
8559
|
"url": "https://www.w3.org/TR/css-content-3/",
|
|
7884
8560
|
"seriesComposition": "full",
|
|
@@ -7886,6 +8562,8 @@
|
|
|
7886
8562
|
"series": {
|
|
7887
8563
|
"shortname": "css-content",
|
|
7888
8564
|
"currentSpecification": "css-content-3",
|
|
8565
|
+
"title": "CSS Generated Content",
|
|
8566
|
+
"shortTitle": "CSS Generated Content",
|
|
7889
8567
|
"releaseUrl": "https://www.w3.org/TR/css-content/",
|
|
7890
8568
|
"nightlyUrl": "https://drafts.csswg.org/css-content/"
|
|
7891
8569
|
},
|
|
@@ -7924,6 +8602,8 @@
|
|
|
7924
8602
|
"series": {
|
|
7925
8603
|
"shortname": "css-counter-styles",
|
|
7926
8604
|
"currentSpecification": "css-counter-styles-3",
|
|
8605
|
+
"title": "CSS Counter Styles",
|
|
8606
|
+
"shortTitle": "CSS Counter Styles",
|
|
7927
8607
|
"releaseUrl": "https://www.w3.org/TR/css-counter-styles/",
|
|
7928
8608
|
"nightlyUrl": "https://drafts.csswg.org/css-counter-styles/"
|
|
7929
8609
|
},
|
|
@@ -7962,6 +8642,8 @@
|
|
|
7962
8642
|
"series": {
|
|
7963
8643
|
"shortname": "css-device-adapt",
|
|
7964
8644
|
"currentSpecification": "css-device-adapt-1",
|
|
8645
|
+
"title": "CSS Device Adaptation",
|
|
8646
|
+
"shortTitle": "CSS Device Adaptation",
|
|
7965
8647
|
"releaseUrl": "https://www.w3.org/TR/css-device-adapt/",
|
|
7966
8648
|
"nightlyUrl": "https://drafts.csswg.org/css-device-adapt/"
|
|
7967
8649
|
},
|
|
@@ -8000,6 +8682,8 @@
|
|
|
8000
8682
|
"series": {
|
|
8001
8683
|
"shortname": "css-display",
|
|
8002
8684
|
"currentSpecification": "css-display-3",
|
|
8685
|
+
"title": "CSS Display",
|
|
8686
|
+
"shortTitle": "CSS Display",
|
|
8003
8687
|
"releaseUrl": "https://www.w3.org/TR/css-display/",
|
|
8004
8688
|
"nightlyUrl": "https://drafts.csswg.org/css-display/"
|
|
8005
8689
|
},
|
|
@@ -8038,6 +8722,8 @@
|
|
|
8038
8722
|
"series": {
|
|
8039
8723
|
"shortname": "css-easing",
|
|
8040
8724
|
"currentSpecification": "css-easing-1",
|
|
8725
|
+
"title": "CSS Easing Functions",
|
|
8726
|
+
"shortTitle": "CSS Easing Functions",
|
|
8041
8727
|
"releaseUrl": "https://www.w3.org/TR/css-easing/",
|
|
8042
8728
|
"nightlyUrl": "https://drafts.csswg.org/css-easing/"
|
|
8043
8729
|
},
|
|
@@ -8076,6 +8762,8 @@
|
|
|
8076
8762
|
"series": {
|
|
8077
8763
|
"shortname": "css-flexbox",
|
|
8078
8764
|
"currentSpecification": "css-flexbox-1",
|
|
8765
|
+
"title": "CSS Flexible Box Layout",
|
|
8766
|
+
"shortTitle": "CSS Flexbox",
|
|
8079
8767
|
"releaseUrl": "https://www.w3.org/TR/css-flexbox/",
|
|
8080
8768
|
"nightlyUrl": "https://drafts.csswg.org/css-flexbox/"
|
|
8081
8769
|
},
|
|
@@ -8114,6 +8802,8 @@
|
|
|
8114
8802
|
"series": {
|
|
8115
8803
|
"shortname": "css-font-loading",
|
|
8116
8804
|
"currentSpecification": "css-font-loading-3",
|
|
8805
|
+
"title": "CSS Font Loading",
|
|
8806
|
+
"shortTitle": "CSS Font Loading",
|
|
8117
8807
|
"releaseUrl": "https://www.w3.org/TR/css-font-loading/",
|
|
8118
8808
|
"nightlyUrl": "https://drafts.csswg.org/css-font-loading/"
|
|
8119
8809
|
},
|
|
@@ -8152,6 +8842,8 @@
|
|
|
8152
8842
|
"series": {
|
|
8153
8843
|
"shortname": "css-fonts",
|
|
8154
8844
|
"currentSpecification": "css-fonts-4",
|
|
8845
|
+
"title": "CSS Fonts",
|
|
8846
|
+
"shortTitle": "CSS Fonts",
|
|
8155
8847
|
"releaseUrl": "https://www.w3.org/TR/css-fonts/",
|
|
8156
8848
|
"nightlyUrl": "https://drafts.csswg.org/css-fonts/"
|
|
8157
8849
|
},
|
|
@@ -8191,6 +8883,8 @@
|
|
|
8191
8883
|
"series": {
|
|
8192
8884
|
"shortname": "css-fonts",
|
|
8193
8885
|
"currentSpecification": "css-fonts-4",
|
|
8886
|
+
"title": "CSS Fonts",
|
|
8887
|
+
"shortTitle": "CSS Fonts",
|
|
8194
8888
|
"releaseUrl": "https://www.w3.org/TR/css-fonts/",
|
|
8195
8889
|
"nightlyUrl": "https://drafts.csswg.org/css-fonts/"
|
|
8196
8890
|
},
|
|
@@ -8230,6 +8924,8 @@
|
|
|
8230
8924
|
"series": {
|
|
8231
8925
|
"shortname": "css-gcpm",
|
|
8232
8926
|
"currentSpecification": "css-gcpm-3",
|
|
8927
|
+
"title": "CSS Generated Content for Paged Media",
|
|
8928
|
+
"shortTitle": "CSS GCPM",
|
|
8233
8929
|
"releaseUrl": "https://www.w3.org/TR/css-gcpm/",
|
|
8234
8930
|
"nightlyUrl": "https://drafts.csswg.org/css-gcpm/"
|
|
8235
8931
|
},
|
|
@@ -8269,6 +8965,8 @@
|
|
|
8269
8965
|
"series": {
|
|
8270
8966
|
"shortname": "css-grid",
|
|
8271
8967
|
"currentSpecification": "css-grid-2",
|
|
8968
|
+
"title": "CSS Grid Layout",
|
|
8969
|
+
"shortTitle": "CSS Grid Layout",
|
|
8272
8970
|
"releaseUrl": "https://www.w3.org/TR/css-grid/",
|
|
8273
8971
|
"nightlyUrl": "https://drafts.csswg.org/css-grid/"
|
|
8274
8972
|
},
|
|
@@ -8308,6 +9006,8 @@
|
|
|
8308
9006
|
"series": {
|
|
8309
9007
|
"shortname": "css-highlight-api",
|
|
8310
9008
|
"currentSpecification": "css-highlight-api-1",
|
|
9009
|
+
"title": "CSS Custom Highlight API",
|
|
9010
|
+
"shortTitle": "CSS Custom Highlight API",
|
|
8311
9011
|
"releaseUrl": "https://www.w3.org/TR/css-highlight-api/",
|
|
8312
9012
|
"nightlyUrl": "https://drafts.csswg.org/css-highlight-api/"
|
|
8313
9013
|
},
|
|
@@ -8340,6 +9040,8 @@
|
|
|
8340
9040
|
"series": {
|
|
8341
9041
|
"shortname": "css-images",
|
|
8342
9042
|
"currentSpecification": "css-images-3",
|
|
9043
|
+
"title": "CSS Images",
|
|
9044
|
+
"shortTitle": "CSS Images",
|
|
8343
9045
|
"releaseUrl": "https://www.w3.org/TR/css-images/",
|
|
8344
9046
|
"nightlyUrl": "https://drafts.csswg.org/css-images/"
|
|
8345
9047
|
},
|
|
@@ -8379,6 +9081,8 @@
|
|
|
8379
9081
|
"series": {
|
|
8380
9082
|
"shortname": "css-images",
|
|
8381
9083
|
"currentSpecification": "css-images-3",
|
|
9084
|
+
"title": "CSS Images",
|
|
9085
|
+
"shortTitle": "CSS Images",
|
|
8382
9086
|
"releaseUrl": "https://www.w3.org/TR/css-images/",
|
|
8383
9087
|
"nightlyUrl": "https://drafts.csswg.org/css-images/"
|
|
8384
9088
|
},
|
|
@@ -8418,6 +9122,8 @@
|
|
|
8418
9122
|
"series": {
|
|
8419
9123
|
"shortname": "css-inline",
|
|
8420
9124
|
"currentSpecification": "css-inline-3",
|
|
9125
|
+
"title": "CSS Inline Layout",
|
|
9126
|
+
"shortTitle": "CSS Inline Layout",
|
|
8421
9127
|
"releaseUrl": "https://www.w3.org/TR/css-inline/",
|
|
8422
9128
|
"nightlyUrl": "https://drafts.csswg.org/css-inline/"
|
|
8423
9129
|
},
|
|
@@ -8456,6 +9162,8 @@
|
|
|
8456
9162
|
"series": {
|
|
8457
9163
|
"shortname": "css-layout-api",
|
|
8458
9164
|
"currentSpecification": "css-layout-api-1",
|
|
9165
|
+
"title": "CSS Layout API",
|
|
9166
|
+
"shortTitle": "CSS Layout API",
|
|
8459
9167
|
"releaseUrl": "https://www.w3.org/TR/css-layout-api/",
|
|
8460
9168
|
"nightlyUrl": "https://drafts.css-houdini.org/css-layout-api/"
|
|
8461
9169
|
},
|
|
@@ -8494,6 +9202,8 @@
|
|
|
8494
9202
|
"series": {
|
|
8495
9203
|
"shortname": "css-line-grid",
|
|
8496
9204
|
"currentSpecification": "css-line-grid-1",
|
|
9205
|
+
"title": "CSS Line Grid",
|
|
9206
|
+
"shortTitle": "CSS Line Grid",
|
|
8497
9207
|
"releaseUrl": "https://www.w3.org/TR/css-line-grid/",
|
|
8498
9208
|
"nightlyUrl": "https://drafts.csswg.org/css-line-grid/"
|
|
8499
9209
|
},
|
|
@@ -8526,6 +9236,8 @@
|
|
|
8526
9236
|
"series": {
|
|
8527
9237
|
"shortname": "css-lists",
|
|
8528
9238
|
"currentSpecification": "css-lists-3",
|
|
9239
|
+
"title": "CSS Lists",
|
|
9240
|
+
"shortTitle": "CSS Lists",
|
|
8529
9241
|
"releaseUrl": "https://www.w3.org/TR/css-lists/",
|
|
8530
9242
|
"nightlyUrl": "https://drafts.csswg.org/css-lists/"
|
|
8531
9243
|
},
|
|
@@ -8548,7 +9260,7 @@
|
|
|
8548
9260
|
"sourcePath": "css-lists-3/Overview.bs",
|
|
8549
9261
|
"filename": "Overview.html"
|
|
8550
9262
|
},
|
|
8551
|
-
"title": "CSS Lists Module Level 3",
|
|
9263
|
+
"title": "CSS Lists and Counters Module Level 3",
|
|
8552
9264
|
"source": "w3c",
|
|
8553
9265
|
"tests": {
|
|
8554
9266
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
@@ -8564,6 +9276,8 @@
|
|
|
8564
9276
|
"series": {
|
|
8565
9277
|
"shortname": "css-logical",
|
|
8566
9278
|
"currentSpecification": "css-logical-1",
|
|
9279
|
+
"title": "CSS Logical Properties and Values",
|
|
9280
|
+
"shortTitle": "CSS Logical Properties",
|
|
8567
9281
|
"releaseUrl": "https://www.w3.org/TR/css-logical/",
|
|
8568
9282
|
"nightlyUrl": "https://drafts.csswg.org/css-logical/"
|
|
8569
9283
|
},
|
|
@@ -8602,6 +9316,8 @@
|
|
|
8602
9316
|
"series": {
|
|
8603
9317
|
"shortname": "css-masking",
|
|
8604
9318
|
"currentSpecification": "css-masking-1",
|
|
9319
|
+
"title": "CSS Masking",
|
|
9320
|
+
"shortTitle": "CSS Masking",
|
|
8605
9321
|
"releaseUrl": "https://www.w3.org/TR/css-masking/",
|
|
8606
9322
|
"nightlyUrl": "https://drafts.fxtf.org/css-masking/"
|
|
8607
9323
|
},
|
|
@@ -8640,6 +9356,8 @@
|
|
|
8640
9356
|
"series": {
|
|
8641
9357
|
"shortname": "css-multicol",
|
|
8642
9358
|
"currentSpecification": "css-multicol-1",
|
|
9359
|
+
"title": "CSS Multi-column Layout",
|
|
9360
|
+
"shortTitle": "CSS Multicol",
|
|
8643
9361
|
"releaseUrl": "https://www.w3.org/TR/css-multicol/",
|
|
8644
9362
|
"nightlyUrl": "https://drafts.csswg.org/css-multicol/"
|
|
8645
9363
|
},
|
|
@@ -8679,6 +9397,8 @@
|
|
|
8679
9397
|
"series": {
|
|
8680
9398
|
"shortname": "css-namespaces",
|
|
8681
9399
|
"currentSpecification": "css-namespaces-3",
|
|
9400
|
+
"title": "CSS Namespaces",
|
|
9401
|
+
"shortTitle": "CSS Namespaces",
|
|
8682
9402
|
"releaseUrl": "https://www.w3.org/TR/css-namespaces/",
|
|
8683
9403
|
"nightlyUrl": "https://drafts.csswg.org/css-namespaces/"
|
|
8684
9404
|
},
|
|
@@ -8717,6 +9437,8 @@
|
|
|
8717
9437
|
"series": {
|
|
8718
9438
|
"shortname": "css-nav",
|
|
8719
9439
|
"currentSpecification": "css-nav-1",
|
|
9440
|
+
"title": "CSS Spatial Navigation",
|
|
9441
|
+
"shortTitle": "CSS Spatial Navigation",
|
|
8720
9442
|
"releaseUrl": "https://www.w3.org/TR/css-nav/",
|
|
8721
9443
|
"nightlyUrl": "https://drafts.csswg.org/css-nav/"
|
|
8722
9444
|
},
|
|
@@ -8749,6 +9471,8 @@
|
|
|
8749
9471
|
"series": {
|
|
8750
9472
|
"shortname": "css-nesting",
|
|
8751
9473
|
"currentSpecification": "css-nesting-1",
|
|
9474
|
+
"title": "CSS Nesting Module",
|
|
9475
|
+
"shortTitle": "CSS Nesting",
|
|
8752
9476
|
"releaseUrl": "https://www.w3.org/TR/css-nesting/",
|
|
8753
9477
|
"nightlyUrl": "https://drafts.csswg.org/css-nesting/"
|
|
8754
9478
|
},
|
|
@@ -8781,6 +9505,8 @@
|
|
|
8781
9505
|
"series": {
|
|
8782
9506
|
"shortname": "css-overflow",
|
|
8783
9507
|
"currentSpecification": "css-overflow-3",
|
|
9508
|
+
"title": "CSS Overflow",
|
|
9509
|
+
"shortTitle": "CSS Overflow",
|
|
8784
9510
|
"releaseUrl": "https://www.w3.org/TR/css-overflow/",
|
|
8785
9511
|
"nightlyUrl": "https://drafts.csswg.org/css-overflow/"
|
|
8786
9512
|
},
|
|
@@ -8820,6 +9546,8 @@
|
|
|
8820
9546
|
"series": {
|
|
8821
9547
|
"shortname": "css-overflow",
|
|
8822
9548
|
"currentSpecification": "css-overflow-3",
|
|
9549
|
+
"title": "CSS Overflow",
|
|
9550
|
+
"shortTitle": "CSS Overflow",
|
|
8823
9551
|
"releaseUrl": "https://www.w3.org/TR/css-overflow/",
|
|
8824
9552
|
"nightlyUrl": "https://drafts.csswg.org/css-overflow/"
|
|
8825
9553
|
},
|
|
@@ -8859,6 +9587,8 @@
|
|
|
8859
9587
|
"series": {
|
|
8860
9588
|
"shortname": "css-overscroll",
|
|
8861
9589
|
"currentSpecification": "css-overscroll-1",
|
|
9590
|
+
"title": "CSS Overscroll Behavior",
|
|
9591
|
+
"shortTitle": "CSS Overscroll Behavior",
|
|
8862
9592
|
"releaseUrl": "https://www.w3.org/TR/css-overscroll/",
|
|
8863
9593
|
"nightlyUrl": "https://drafts.csswg.org/css-overscroll/"
|
|
8864
9594
|
},
|
|
@@ -8897,6 +9627,8 @@
|
|
|
8897
9627
|
"series": {
|
|
8898
9628
|
"shortname": "css-page",
|
|
8899
9629
|
"currentSpecification": "css-page-3",
|
|
9630
|
+
"title": "CSS Paged Media",
|
|
9631
|
+
"shortTitle": "CSS Paged Media",
|
|
8900
9632
|
"releaseUrl": "https://www.w3.org/TR/css-page/",
|
|
8901
9633
|
"nightlyUrl": "https://drafts.csswg.org/css-page/"
|
|
8902
9634
|
},
|
|
@@ -8936,6 +9668,8 @@
|
|
|
8936
9668
|
"series": {
|
|
8937
9669
|
"shortname": "css-page-floats",
|
|
8938
9670
|
"currentSpecification": "css-page-floats-3",
|
|
9671
|
+
"title": "CSS Page Floats",
|
|
9672
|
+
"shortTitle": "CSS Page Floats",
|
|
8939
9673
|
"releaseUrl": "https://www.w3.org/TR/css-page-floats/",
|
|
8940
9674
|
"nightlyUrl": "https://drafts.csswg.org/css-page-floats/"
|
|
8941
9675
|
},
|
|
@@ -8968,6 +9702,8 @@
|
|
|
8968
9702
|
"series": {
|
|
8969
9703
|
"shortname": "css-paint-api",
|
|
8970
9704
|
"currentSpecification": "css-paint-api-1",
|
|
9705
|
+
"title": "CSS Painting API",
|
|
9706
|
+
"shortTitle": "CSS Painting API",
|
|
8971
9707
|
"releaseUrl": "https://www.w3.org/TR/css-paint-api/",
|
|
8972
9708
|
"nightlyUrl": "https://drafts.css-houdini.org/css-paint-api/"
|
|
8973
9709
|
},
|
|
@@ -9006,6 +9742,8 @@
|
|
|
9006
9742
|
"series": {
|
|
9007
9743
|
"shortname": "css-position",
|
|
9008
9744
|
"currentSpecification": "css-position-3",
|
|
9745
|
+
"title": "CSS Positioned Layout",
|
|
9746
|
+
"shortTitle": "CSS Positioned Layout",
|
|
9009
9747
|
"releaseUrl": "https://www.w3.org/TR/css-position/",
|
|
9010
9748
|
"nightlyUrl": "https://drafts.csswg.org/css-position/"
|
|
9011
9749
|
},
|
|
@@ -9044,6 +9782,8 @@
|
|
|
9044
9782
|
"series": {
|
|
9045
9783
|
"shortname": "css-properties-values-api",
|
|
9046
9784
|
"currentSpecification": "css-properties-values-api-1",
|
|
9785
|
+
"title": "CSS Properties and Values API",
|
|
9786
|
+
"shortTitle": "CSS Properties and Values API",
|
|
9047
9787
|
"releaseUrl": "https://www.w3.org/TR/css-properties-values-api/",
|
|
9048
9788
|
"nightlyUrl": "https://drafts.css-houdini.org/css-properties-values-api/"
|
|
9049
9789
|
},
|
|
@@ -9086,6 +9826,8 @@
|
|
|
9086
9826
|
"series": {
|
|
9087
9827
|
"shortname": "css-pseudo",
|
|
9088
9828
|
"currentSpecification": "css-pseudo-4",
|
|
9829
|
+
"title": "CSS Pseudo-Elements Module",
|
|
9830
|
+
"shortTitle": "CSS Pseudo-Elements",
|
|
9089
9831
|
"releaseUrl": "https://www.w3.org/TR/css-pseudo/",
|
|
9090
9832
|
"nightlyUrl": "https://drafts.csswg.org/css-pseudo/"
|
|
9091
9833
|
},
|
|
@@ -9124,6 +9866,8 @@
|
|
|
9124
9866
|
"series": {
|
|
9125
9867
|
"shortname": "css-regions",
|
|
9126
9868
|
"currentSpecification": "css-regions-1",
|
|
9869
|
+
"title": "CSS Regions",
|
|
9870
|
+
"shortTitle": "CSS Regions",
|
|
9127
9871
|
"releaseUrl": "https://www.w3.org/TR/css-regions/",
|
|
9128
9872
|
"nightlyUrl": "https://drafts.csswg.org/css-regions/"
|
|
9129
9873
|
},
|
|
@@ -9156,6 +9900,8 @@
|
|
|
9156
9900
|
"series": {
|
|
9157
9901
|
"shortname": "css-rhythm",
|
|
9158
9902
|
"currentSpecification": "css-rhythm-1",
|
|
9903
|
+
"title": "CSS Rhythmic Sizing",
|
|
9904
|
+
"shortTitle": "CSS Rhythmic Sizing",
|
|
9159
9905
|
"releaseUrl": "https://www.w3.org/TR/css-rhythm/",
|
|
9160
9906
|
"nightlyUrl": "https://drafts.csswg.org/css-rhythm/"
|
|
9161
9907
|
},
|
|
@@ -9188,6 +9934,8 @@
|
|
|
9188
9934
|
"series": {
|
|
9189
9935
|
"shortname": "css-round-display",
|
|
9190
9936
|
"currentSpecification": "css-round-display-1",
|
|
9937
|
+
"title": "CSS Round Display",
|
|
9938
|
+
"shortTitle": "CSS Round Display",
|
|
9191
9939
|
"releaseUrl": "https://www.w3.org/TR/css-round-display/",
|
|
9192
9940
|
"nightlyUrl": "https://drafts.csswg.org/css-round-display/"
|
|
9193
9941
|
},
|
|
@@ -9226,6 +9974,8 @@
|
|
|
9226
9974
|
"series": {
|
|
9227
9975
|
"shortname": "css-ruby",
|
|
9228
9976
|
"currentSpecification": "css-ruby-1",
|
|
9977
|
+
"title": "CSS Ruby Annotation Layout",
|
|
9978
|
+
"shortTitle": "CSS Ruby Annotation Layout",
|
|
9229
9979
|
"releaseUrl": "https://www.w3.org/TR/css-ruby/",
|
|
9230
9980
|
"nightlyUrl": "https://drafts.csswg.org/css-ruby/"
|
|
9231
9981
|
},
|
|
@@ -9264,6 +10014,8 @@
|
|
|
9264
10014
|
"series": {
|
|
9265
10015
|
"shortname": "css-scoping",
|
|
9266
10016
|
"currentSpecification": "css-scoping-1",
|
|
10017
|
+
"title": "CSS Scoping",
|
|
10018
|
+
"shortTitle": "CSS Scoping",
|
|
9267
10019
|
"releaseUrl": "https://www.w3.org/TR/css-scoping/",
|
|
9268
10020
|
"nightlyUrl": "https://drafts.csswg.org/css-scoping/"
|
|
9269
10021
|
},
|
|
@@ -9302,6 +10054,8 @@
|
|
|
9302
10054
|
"series": {
|
|
9303
10055
|
"shortname": "css-scroll-anchoring",
|
|
9304
10056
|
"currentSpecification": "css-scroll-anchoring-1",
|
|
10057
|
+
"title": "CSS Scroll Anchoring",
|
|
10058
|
+
"shortTitle": "CSS Scroll Anchoring",
|
|
9305
10059
|
"releaseUrl": "https://www.w3.org/TR/css-scroll-anchoring/",
|
|
9306
10060
|
"nightlyUrl": "https://drafts.csswg.org/css-scroll-anchoring/"
|
|
9307
10061
|
},
|
|
@@ -9340,6 +10094,8 @@
|
|
|
9340
10094
|
"series": {
|
|
9341
10095
|
"shortname": "css-scroll-snap",
|
|
9342
10096
|
"currentSpecification": "css-scroll-snap-1",
|
|
10097
|
+
"title": "CSS Scroll Snap",
|
|
10098
|
+
"shortTitle": "CSS Scroll Snap",
|
|
9343
10099
|
"releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
|
|
9344
10100
|
"nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
|
|
9345
10101
|
},
|
|
@@ -9378,6 +10134,8 @@
|
|
|
9378
10134
|
"series": {
|
|
9379
10135
|
"shortname": "css-scrollbars",
|
|
9380
10136
|
"currentSpecification": "css-scrollbars-1",
|
|
10137
|
+
"title": "CSS Scrollbars",
|
|
10138
|
+
"shortTitle": "CSS Scrollbars",
|
|
9381
10139
|
"releaseUrl": "https://www.w3.org/TR/css-scrollbars/",
|
|
9382
10140
|
"nightlyUrl": "https://drafts.csswg.org/css-scrollbars/"
|
|
9383
10141
|
},
|
|
@@ -9416,6 +10174,8 @@
|
|
|
9416
10174
|
"series": {
|
|
9417
10175
|
"shortname": "css-shadow-parts",
|
|
9418
10176
|
"currentSpecification": "css-shadow-parts-1",
|
|
10177
|
+
"title": "CSS Shadow Parts",
|
|
10178
|
+
"shortTitle": "CSS Shadow Parts",
|
|
9419
10179
|
"releaseUrl": "https://www.w3.org/TR/css-shadow-parts/",
|
|
9420
10180
|
"nightlyUrl": "https://drafts.csswg.org/css-shadow-parts/"
|
|
9421
10181
|
},
|
|
@@ -9454,6 +10214,8 @@
|
|
|
9454
10214
|
"series": {
|
|
9455
10215
|
"shortname": "css-shapes",
|
|
9456
10216
|
"currentSpecification": "css-shapes-1",
|
|
10217
|
+
"title": "CSS Shapes",
|
|
10218
|
+
"shortTitle": "CSS Shapes",
|
|
9457
10219
|
"releaseUrl": "https://www.w3.org/TR/css-shapes/",
|
|
9458
10220
|
"nightlyUrl": "https://drafts.csswg.org/css-shapes/"
|
|
9459
10221
|
},
|
|
@@ -9493,6 +10255,8 @@
|
|
|
9493
10255
|
"series": {
|
|
9494
10256
|
"shortname": "css-sizing",
|
|
9495
10257
|
"currentSpecification": "css-sizing-3",
|
|
10258
|
+
"title": "CSS Box Sizing",
|
|
10259
|
+
"shortTitle": "CSS Sizing",
|
|
9496
10260
|
"releaseUrl": "https://www.w3.org/TR/css-sizing/",
|
|
9497
10261
|
"nightlyUrl": "https://drafts.csswg.org/css-sizing/"
|
|
9498
10262
|
},
|
|
@@ -9532,6 +10296,8 @@
|
|
|
9532
10296
|
"series": {
|
|
9533
10297
|
"shortname": "css-sizing",
|
|
9534
10298
|
"currentSpecification": "css-sizing-3",
|
|
10299
|
+
"title": "CSS Box Sizing",
|
|
10300
|
+
"shortTitle": "CSS Sizing",
|
|
9535
10301
|
"releaseUrl": "https://www.w3.org/TR/css-sizing/",
|
|
9536
10302
|
"nightlyUrl": "https://drafts.csswg.org/css-sizing/"
|
|
9537
10303
|
},
|
|
@@ -9571,6 +10337,8 @@
|
|
|
9571
10337
|
"series": {
|
|
9572
10338
|
"shortname": "css-speech",
|
|
9573
10339
|
"currentSpecification": "css-speech-1",
|
|
10340
|
+
"title": "CSS Speech",
|
|
10341
|
+
"shortTitle": "CSS Speech",
|
|
9574
10342
|
"releaseUrl": "https://www.w3.org/TR/css-speech/",
|
|
9575
10343
|
"nightlyUrl": "https://drafts.csswg.org/css-speech/"
|
|
9576
10344
|
},
|
|
@@ -9609,6 +10377,8 @@
|
|
|
9609
10377
|
"series": {
|
|
9610
10378
|
"shortname": "css-style-attr",
|
|
9611
10379
|
"currentSpecification": "css-style-attr",
|
|
10380
|
+
"title": "CSS Style Attributes",
|
|
10381
|
+
"shortTitle": "CSS Style Attributes",
|
|
9612
10382
|
"releaseUrl": "https://www.w3.org/TR/css-style-attr/",
|
|
9613
10383
|
"nightlyUrl": "https://drafts.csswg.org/css-style-attr/"
|
|
9614
10384
|
},
|
|
@@ -9646,6 +10416,8 @@
|
|
|
9646
10416
|
"series": {
|
|
9647
10417
|
"shortname": "css-syntax",
|
|
9648
10418
|
"currentSpecification": "css-syntax-3",
|
|
10419
|
+
"title": "CSS Syntax",
|
|
10420
|
+
"shortTitle": "CSS Syntax",
|
|
9649
10421
|
"releaseUrl": "https://www.w3.org/TR/css-syntax/",
|
|
9650
10422
|
"nightlyUrl": "https://drafts.csswg.org/css-syntax/"
|
|
9651
10423
|
},
|
|
@@ -9684,6 +10456,8 @@
|
|
|
9684
10456
|
"series": {
|
|
9685
10457
|
"shortname": "css-tables",
|
|
9686
10458
|
"currentSpecification": "css-tables-3",
|
|
10459
|
+
"title": "CSS Table",
|
|
10460
|
+
"shortTitle": "CSS Table",
|
|
9687
10461
|
"releaseUrl": "https://www.w3.org/TR/css-tables/",
|
|
9688
10462
|
"nightlyUrl": "https://drafts.csswg.org/css-tables/"
|
|
9689
10463
|
},
|
|
@@ -9722,6 +10496,8 @@
|
|
|
9722
10496
|
"series": {
|
|
9723
10497
|
"shortname": "css-text",
|
|
9724
10498
|
"currentSpecification": "css-text-3",
|
|
10499
|
+
"title": "CSS Text",
|
|
10500
|
+
"shortTitle": "CSS Text",
|
|
9725
10501
|
"releaseUrl": "https://www.w3.org/TR/css-text/",
|
|
9726
10502
|
"nightlyUrl": "https://drafts.csswg.org/css-text/"
|
|
9727
10503
|
},
|
|
@@ -9761,6 +10537,8 @@
|
|
|
9761
10537
|
"series": {
|
|
9762
10538
|
"shortname": "css-text",
|
|
9763
10539
|
"currentSpecification": "css-text-3",
|
|
10540
|
+
"title": "CSS Text",
|
|
10541
|
+
"shortTitle": "CSS Text",
|
|
9764
10542
|
"releaseUrl": "https://www.w3.org/TR/css-text/",
|
|
9765
10543
|
"nightlyUrl": "https://drafts.csswg.org/css-text/"
|
|
9766
10544
|
},
|
|
@@ -9800,6 +10578,8 @@
|
|
|
9800
10578
|
"series": {
|
|
9801
10579
|
"shortname": "css-text-decor",
|
|
9802
10580
|
"currentSpecification": "css-text-decor-3",
|
|
10581
|
+
"title": "CSS Text Decoration",
|
|
10582
|
+
"shortTitle": "CSS Text Decoration",
|
|
9803
10583
|
"releaseUrl": "https://www.w3.org/TR/css-text-decor/",
|
|
9804
10584
|
"nightlyUrl": "https://drafts.csswg.org/css-text-decor/"
|
|
9805
10585
|
},
|
|
@@ -9839,6 +10619,8 @@
|
|
|
9839
10619
|
"series": {
|
|
9840
10620
|
"shortname": "css-text-decor",
|
|
9841
10621
|
"currentSpecification": "css-text-decor-3",
|
|
10622
|
+
"title": "CSS Text Decoration",
|
|
10623
|
+
"shortTitle": "CSS Text Decoration",
|
|
9842
10624
|
"releaseUrl": "https://www.w3.org/TR/css-text-decor/",
|
|
9843
10625
|
"nightlyUrl": "https://drafts.csswg.org/css-text-decor/"
|
|
9844
10626
|
},
|
|
@@ -9878,6 +10660,8 @@
|
|
|
9878
10660
|
"series": {
|
|
9879
10661
|
"shortname": "css-transforms",
|
|
9880
10662
|
"currentSpecification": "css-transforms-1",
|
|
10663
|
+
"title": "CSS Transforms",
|
|
10664
|
+
"shortTitle": "CSS Transforms",
|
|
9881
10665
|
"releaseUrl": "https://www.w3.org/TR/css-transforms/",
|
|
9882
10666
|
"nightlyUrl": "https://drafts.csswg.org/css-transforms/"
|
|
9883
10667
|
},
|
|
@@ -9917,6 +10701,8 @@
|
|
|
9917
10701
|
"series": {
|
|
9918
10702
|
"shortname": "css-transforms",
|
|
9919
10703
|
"currentSpecification": "css-transforms-1",
|
|
10704
|
+
"title": "CSS Transforms",
|
|
10705
|
+
"shortTitle": "CSS Transforms",
|
|
9920
10706
|
"releaseUrl": "https://www.w3.org/TR/css-transforms/",
|
|
9921
10707
|
"nightlyUrl": "https://drafts.csswg.org/css-transforms/"
|
|
9922
10708
|
},
|
|
@@ -9956,6 +10742,8 @@
|
|
|
9956
10742
|
"series": {
|
|
9957
10743
|
"shortname": "css-transitions",
|
|
9958
10744
|
"currentSpecification": "css-transitions-1",
|
|
10745
|
+
"title": "CSS Transitions",
|
|
10746
|
+
"shortTitle": "CSS Transitions",
|
|
9959
10747
|
"releaseUrl": "https://www.w3.org/TR/css-transitions/",
|
|
9960
10748
|
"nightlyUrl": "https://drafts.csswg.org/css-transitions/"
|
|
9961
10749
|
},
|
|
@@ -9995,6 +10783,8 @@
|
|
|
9995
10783
|
"series": {
|
|
9996
10784
|
"shortname": "css-typed-om",
|
|
9997
10785
|
"currentSpecification": "css-typed-om-1",
|
|
10786
|
+
"title": "CSS Typed OM",
|
|
10787
|
+
"shortTitle": "CSS Typed OM",
|
|
9998
10788
|
"releaseUrl": "https://www.w3.org/TR/css-typed-om/",
|
|
9999
10789
|
"nightlyUrl": "https://drafts.css-houdini.org/css-typed-om/"
|
|
10000
10790
|
},
|
|
@@ -10038,6 +10828,8 @@
|
|
|
10038
10828
|
"series": {
|
|
10039
10829
|
"shortname": "css-ui",
|
|
10040
10830
|
"currentSpecification": "css-ui-4",
|
|
10831
|
+
"title": "CSS Basic User Interface",
|
|
10832
|
+
"shortTitle": "CSS User Interface",
|
|
10041
10833
|
"releaseUrl": "https://www.w3.org/TR/css-ui/",
|
|
10042
10834
|
"nightlyUrl": "https://drafts.csswg.org/css-ui/"
|
|
10043
10835
|
},
|
|
@@ -10076,6 +10868,8 @@
|
|
|
10076
10868
|
"series": {
|
|
10077
10869
|
"shortname": "css-values",
|
|
10078
10870
|
"currentSpecification": "css-values-4",
|
|
10871
|
+
"title": "CSS Values and Units",
|
|
10872
|
+
"shortTitle": "CSS Values",
|
|
10079
10873
|
"releaseUrl": "https://www.w3.org/TR/css-values/",
|
|
10080
10874
|
"nightlyUrl": "https://drafts.csswg.org/css-values/"
|
|
10081
10875
|
},
|
|
@@ -10115,12 +10909,15 @@
|
|
|
10115
10909
|
"series": {
|
|
10116
10910
|
"shortname": "css-values",
|
|
10117
10911
|
"currentSpecification": "css-values-4",
|
|
10912
|
+
"title": "CSS Values and Units",
|
|
10913
|
+
"shortTitle": "CSS Values",
|
|
10118
10914
|
"releaseUrl": "https://www.w3.org/TR/css-values/",
|
|
10119
10915
|
"nightlyUrl": "https://drafts.csswg.org/css-values/"
|
|
10120
10916
|
},
|
|
10121
10917
|
"seriesVersion": "4",
|
|
10122
10918
|
"shortTitle": "CSS Values 4",
|
|
10123
10919
|
"seriesPrevious": "css-values-3",
|
|
10920
|
+
"seriesNext": "css-values-5",
|
|
10124
10921
|
"organization": "W3C",
|
|
10125
10922
|
"groups": [
|
|
10126
10923
|
{
|
|
@@ -10154,6 +10951,8 @@
|
|
|
10154
10951
|
"series": {
|
|
10155
10952
|
"shortname": "css-variables",
|
|
10156
10953
|
"currentSpecification": "css-variables-1",
|
|
10954
|
+
"title": "CSS Custom Properties for Cascading Variables",
|
|
10955
|
+
"shortTitle": "CSS Variables",
|
|
10157
10956
|
"releaseUrl": "https://www.w3.org/TR/css-variables/",
|
|
10158
10957
|
"nightlyUrl": "https://drafts.csswg.org/css-variables/"
|
|
10159
10958
|
},
|
|
@@ -10192,6 +10991,8 @@
|
|
|
10192
10991
|
"series": {
|
|
10193
10992
|
"shortname": "css-will-change",
|
|
10194
10993
|
"currentSpecification": "css-will-change-1",
|
|
10994
|
+
"title": "CSS Will Change",
|
|
10995
|
+
"shortTitle": "CSS Will Change",
|
|
10195
10996
|
"releaseUrl": "https://www.w3.org/TR/css-will-change/",
|
|
10196
10997
|
"nightlyUrl": "https://drafts.csswg.org/css-will-change/"
|
|
10197
10998
|
},
|
|
@@ -10230,6 +11031,8 @@
|
|
|
10230
11031
|
"series": {
|
|
10231
11032
|
"shortname": "css-writing-modes",
|
|
10232
11033
|
"currentSpecification": "css-writing-modes-4",
|
|
11034
|
+
"title": "CSS Writing Modes",
|
|
11035
|
+
"shortTitle": "CSS Writing Modes",
|
|
10233
11036
|
"releaseUrl": "https://www.w3.org/TR/css-writing-modes/",
|
|
10234
11037
|
"nightlyUrl": "https://drafts.csswg.org/css-writing-modes/"
|
|
10235
11038
|
},
|
|
@@ -10268,6 +11071,8 @@
|
|
|
10268
11071
|
"series": {
|
|
10269
11072
|
"shortname": "CSS",
|
|
10270
11073
|
"currentSpecification": "CSS22",
|
|
11074
|
+
"title": "Cascading Style Sheets",
|
|
11075
|
+
"shortTitle": "Cascading Style Sheets",
|
|
10271
11076
|
"releaseUrl": "https://www.w3.org/TR/CSS/",
|
|
10272
11077
|
"nightlyUrl": "https://drafts.csswg.org/css2/"
|
|
10273
11078
|
},
|
|
@@ -10336,6 +11141,8 @@
|
|
|
10336
11141
|
"series": {
|
|
10337
11142
|
"shortname": "CSS",
|
|
10338
11143
|
"currentSpecification": "CSS22",
|
|
11144
|
+
"title": "Cascading Style Sheets",
|
|
11145
|
+
"shortTitle": "Cascading Style Sheets",
|
|
10339
11146
|
"releaseUrl": "https://www.w3.org/TR/CSS/",
|
|
10340
11147
|
"nightlyUrl": "https://drafts.csswg.org/css2/"
|
|
10341
11148
|
},
|
|
@@ -10404,6 +11211,8 @@
|
|
|
10404
11211
|
"series": {
|
|
10405
11212
|
"shortname": "css-exclusions",
|
|
10406
11213
|
"currentSpecification": "css3-exclusions",
|
|
11214
|
+
"title": "CSS Exclusions",
|
|
11215
|
+
"shortTitle": "CSS Exclusions",
|
|
10407
11216
|
"releaseUrl": "https://www.w3.org/TR/css-exclusions/",
|
|
10408
11217
|
"nightlyUrl": "https://drafts.csswg.org/css-exclusions/"
|
|
10409
11218
|
},
|
|
@@ -10442,6 +11251,8 @@
|
|
|
10442
11251
|
"series": {
|
|
10443
11252
|
"shortname": "cssom",
|
|
10444
11253
|
"currentSpecification": "cssom-1",
|
|
11254
|
+
"title": "CSS Object Model (CSSOM)",
|
|
11255
|
+
"shortTitle": "CSSOM",
|
|
10445
11256
|
"releaseUrl": "https://www.w3.org/TR/cssom/",
|
|
10446
11257
|
"nightlyUrl": "https://drafts.csswg.org/cssom/"
|
|
10447
11258
|
},
|
|
@@ -10480,6 +11291,8 @@
|
|
|
10480
11291
|
"series": {
|
|
10481
11292
|
"shortname": "cssom-view",
|
|
10482
11293
|
"currentSpecification": "cssom-view-1",
|
|
11294
|
+
"title": "CSSOM View",
|
|
11295
|
+
"shortTitle": "CSSOM View",
|
|
10483
11296
|
"releaseUrl": "https://www.w3.org/TR/cssom-view/",
|
|
10484
11297
|
"nightlyUrl": "https://drafts.csswg.org/cssom-view/"
|
|
10485
11298
|
},
|
|
@@ -10518,6 +11331,8 @@
|
|
|
10518
11331
|
"series": {
|
|
10519
11332
|
"shortname": "device-memory",
|
|
10520
11333
|
"currentSpecification": "device-memory-1",
|
|
11334
|
+
"title": "Device Memory",
|
|
11335
|
+
"shortTitle": "Device Memory",
|
|
10521
11336
|
"releaseUrl": "https://www.w3.org/TR/device-memory/",
|
|
10522
11337
|
"nightlyUrl": "https://w3c.github.io/device-memory/"
|
|
10523
11338
|
},
|
|
@@ -10556,6 +11371,8 @@
|
|
|
10556
11371
|
"series": {
|
|
10557
11372
|
"shortname": "device-posture",
|
|
10558
11373
|
"currentSpecification": "device-posture",
|
|
11374
|
+
"title": "Device Posture API",
|
|
11375
|
+
"shortTitle": "Device Posture API",
|
|
10559
11376
|
"releaseUrl": "https://www.w3.org/TR/device-posture/",
|
|
10560
11377
|
"nightlyUrl": "https://w3c.github.io/device-posture/"
|
|
10561
11378
|
},
|
|
@@ -10587,6 +11404,8 @@
|
|
|
10587
11404
|
"series": {
|
|
10588
11405
|
"shortname": "DOM-Parsing",
|
|
10589
11406
|
"currentSpecification": "DOM-Parsing",
|
|
11407
|
+
"title": "DOM Parsing and Serialization",
|
|
11408
|
+
"shortTitle": "DOM Parsing and Serialization",
|
|
10590
11409
|
"releaseUrl": "https://www.w3.org/TR/DOM-Parsing/",
|
|
10591
11410
|
"nightlyUrl": "https://w3c.github.io/DOM-Parsing/"
|
|
10592
11411
|
},
|
|
@@ -10617,6 +11436,39 @@
|
|
|
10617
11436
|
]
|
|
10618
11437
|
}
|
|
10619
11438
|
},
|
|
11439
|
+
{
|
|
11440
|
+
"url": "https://www.w3.org/TR/edit-context/",
|
|
11441
|
+
"seriesComposition": "full",
|
|
11442
|
+
"shortname": "edit-context",
|
|
11443
|
+
"series": {
|
|
11444
|
+
"shortname": "edit-context",
|
|
11445
|
+
"currentSpecification": "edit-context",
|
|
11446
|
+
"title": "EditContext API",
|
|
11447
|
+
"shortTitle": "EditContext API",
|
|
11448
|
+
"releaseUrl": "https://www.w3.org/TR/edit-context/",
|
|
11449
|
+
"nightlyUrl": "https://w3c.github.io/edit-context/"
|
|
11450
|
+
},
|
|
11451
|
+
"organization": "W3C",
|
|
11452
|
+
"groups": [
|
|
11453
|
+
{
|
|
11454
|
+
"name": "Web Editing Working Group",
|
|
11455
|
+
"url": "https://www.w3.org/groups/wg/webediting"
|
|
11456
|
+
}
|
|
11457
|
+
],
|
|
11458
|
+
"release": {
|
|
11459
|
+
"url": "https://www.w3.org/TR/edit-context/",
|
|
11460
|
+
"filename": "Overview.html"
|
|
11461
|
+
},
|
|
11462
|
+
"nightly": {
|
|
11463
|
+
"url": "https://w3c.github.io/edit-context/",
|
|
11464
|
+
"repository": "https://github.com/w3c/edit-context",
|
|
11465
|
+
"sourcePath": "index.html",
|
|
11466
|
+
"filename": "index.html"
|
|
11467
|
+
},
|
|
11468
|
+
"title": "EditContext API",
|
|
11469
|
+
"source": "w3c",
|
|
11470
|
+
"shortTitle": "EditContext API"
|
|
11471
|
+
},
|
|
10620
11472
|
{
|
|
10621
11473
|
"url": "https://www.w3.org/TR/encoding/",
|
|
10622
11474
|
"seriesComposition": "full",
|
|
@@ -10624,6 +11476,8 @@
|
|
|
10624
11476
|
"series": {
|
|
10625
11477
|
"shortname": "encoding",
|
|
10626
11478
|
"currentSpecification": "encoding",
|
|
11479
|
+
"title": "Encoding",
|
|
11480
|
+
"shortTitle": "Encoding",
|
|
10627
11481
|
"releaseUrl": "https://www.w3.org/TR/encoding/",
|
|
10628
11482
|
"nightlyUrl": "https://encoding.spec.whatwg.org/"
|
|
10629
11483
|
},
|
|
@@ -10661,6 +11515,8 @@
|
|
|
10661
11515
|
"series": {
|
|
10662
11516
|
"shortname": "encrypted-media",
|
|
10663
11517
|
"currentSpecification": "encrypted-media",
|
|
11518
|
+
"title": "Encrypted Media Extensions",
|
|
11519
|
+
"shortTitle": "Encrypted Media Extensions",
|
|
10664
11520
|
"releaseUrl": "https://www.w3.org/TR/encrypted-media/",
|
|
10665
11521
|
"nightlyUrl": "https://w3c.github.io/encrypted-media/"
|
|
10666
11522
|
},
|
|
@@ -10698,6 +11554,8 @@
|
|
|
10698
11554
|
"series": {
|
|
10699
11555
|
"shortname": "fetch-metadata",
|
|
10700
11556
|
"currentSpecification": "fetch-metadata",
|
|
11557
|
+
"title": "Fetch Metadata Request Headers",
|
|
11558
|
+
"shortTitle": "Fetch Metadata",
|
|
10701
11559
|
"releaseUrl": "https://www.w3.org/TR/fetch-metadata/",
|
|
10702
11560
|
"nightlyUrl": "https://w3c.github.io/webappsec-fetch-metadata/"
|
|
10703
11561
|
},
|
|
@@ -10735,6 +11593,8 @@
|
|
|
10735
11593
|
"series": {
|
|
10736
11594
|
"shortname": "FileAPI",
|
|
10737
11595
|
"currentSpecification": "FileAPI",
|
|
11596
|
+
"title": "File API",
|
|
11597
|
+
"shortTitle": "File API",
|
|
10738
11598
|
"releaseUrl": "https://www.w3.org/TR/FileAPI/",
|
|
10739
11599
|
"nightlyUrl": "https://w3c.github.io/FileAPI/"
|
|
10740
11600
|
},
|
|
@@ -10772,6 +11632,8 @@
|
|
|
10772
11632
|
"series": {
|
|
10773
11633
|
"shortname": "fill-stroke",
|
|
10774
11634
|
"currentSpecification": "fill-stroke-3",
|
|
11635
|
+
"title": "CSS Fill and Stroke",
|
|
11636
|
+
"shortTitle": "CSS Fill and Stroke",
|
|
10775
11637
|
"releaseUrl": "https://www.w3.org/TR/fill-stroke/",
|
|
10776
11638
|
"nightlyUrl": "https://drafts.fxtf.org/fill-stroke/"
|
|
10777
11639
|
},
|
|
@@ -10814,6 +11676,8 @@
|
|
|
10814
11676
|
"series": {
|
|
10815
11677
|
"shortname": "filter-effects",
|
|
10816
11678
|
"currentSpecification": "filter-effects-1",
|
|
11679
|
+
"title": "Filter Effects",
|
|
11680
|
+
"shortTitle": "Filter Effects",
|
|
10817
11681
|
"releaseUrl": "https://www.w3.org/TR/filter-effects/",
|
|
10818
11682
|
"nightlyUrl": "https://drafts.fxtf.org/filter-effects/"
|
|
10819
11683
|
},
|
|
@@ -10853,6 +11717,8 @@
|
|
|
10853
11717
|
"series": {
|
|
10854
11718
|
"shortname": "fingerprinting-guidance",
|
|
10855
11719
|
"currentSpecification": "fingerprinting-guidance",
|
|
11720
|
+
"title": "Mitigating Browser Fingerprinting in Web Specifications",
|
|
11721
|
+
"shortTitle": "Mitigating Browser Fingerprinting in Web Specifications",
|
|
10856
11722
|
"releaseUrl": "https://www.w3.org/TR/fingerprinting-guidance/",
|
|
10857
11723
|
"nightlyUrl": "https://w3c.github.io/fingerprinting-guidance/"
|
|
10858
11724
|
},
|
|
@@ -10873,9 +11739,9 @@
|
|
|
10873
11739
|
"sourcePath": "index.html",
|
|
10874
11740
|
"filename": "index.html"
|
|
10875
11741
|
},
|
|
10876
|
-
"title": "Fingerprinting
|
|
11742
|
+
"title": "Mitigating Browser Fingerprinting in Web Specifications",
|
|
10877
11743
|
"source": "w3c",
|
|
10878
|
-
"shortTitle": "
|
|
11744
|
+
"shortTitle": "Mitigating Browser Fingerprinting in Web Specifications"
|
|
10879
11745
|
},
|
|
10880
11746
|
{
|
|
10881
11747
|
"url": "https://www.w3.org/TR/gamepad/",
|
|
@@ -10884,6 +11750,8 @@
|
|
|
10884
11750
|
"series": {
|
|
10885
11751
|
"shortname": "gamepad",
|
|
10886
11752
|
"currentSpecification": "gamepad",
|
|
11753
|
+
"title": "Gamepad",
|
|
11754
|
+
"shortTitle": "Gamepad",
|
|
10887
11755
|
"releaseUrl": "https://www.w3.org/TR/gamepad/",
|
|
10888
11756
|
"nightlyUrl": "https://w3c.github.io/gamepad/"
|
|
10889
11757
|
},
|
|
@@ -10921,6 +11789,8 @@
|
|
|
10921
11789
|
"series": {
|
|
10922
11790
|
"shortname": "generic-sensor",
|
|
10923
11791
|
"currentSpecification": "generic-sensor",
|
|
11792
|
+
"title": "Generic Sensor API",
|
|
11793
|
+
"shortTitle": "Generic Sensor API",
|
|
10924
11794
|
"releaseUrl": "https://www.w3.org/TR/generic-sensor/",
|
|
10925
11795
|
"nightlyUrl": "https://w3c.github.io/sensors/"
|
|
10926
11796
|
},
|
|
@@ -10958,6 +11828,8 @@
|
|
|
10958
11828
|
"series": {
|
|
10959
11829
|
"shortname": "geolocation-sensor",
|
|
10960
11830
|
"currentSpecification": "geolocation-sensor",
|
|
11831
|
+
"title": "Geolocation Sensor",
|
|
11832
|
+
"shortTitle": "Geolocation Sensor",
|
|
10961
11833
|
"releaseUrl": "https://www.w3.org/TR/geolocation-sensor/",
|
|
10962
11834
|
"nightlyUrl": "https://w3c.github.io/geolocation-sensor/"
|
|
10963
11835
|
},
|
|
@@ -10995,6 +11867,8 @@
|
|
|
10995
11867
|
"series": {
|
|
10996
11868
|
"shortname": "geolocation",
|
|
10997
11869
|
"currentSpecification": "geolocation",
|
|
11870
|
+
"title": "Geolocation API",
|
|
11871
|
+
"shortTitle": "Geolocation API",
|
|
10998
11872
|
"releaseUrl": "https://www.w3.org/TR/geolocation/",
|
|
10999
11873
|
"nightlyUrl": "https://w3c.github.io/geolocation-api/"
|
|
11000
11874
|
},
|
|
@@ -11032,6 +11906,8 @@
|
|
|
11032
11906
|
"series": {
|
|
11033
11907
|
"shortname": "geometry",
|
|
11034
11908
|
"currentSpecification": "geometry-1",
|
|
11909
|
+
"title": "Geometry Interfaces",
|
|
11910
|
+
"shortTitle": "Geometry Interfaces",
|
|
11035
11911
|
"releaseUrl": "https://www.w3.org/TR/geometry/",
|
|
11036
11912
|
"nightlyUrl": "https://drafts.fxtf.org/geometry/"
|
|
11037
11913
|
},
|
|
@@ -11070,6 +11946,8 @@
|
|
|
11070
11946
|
"series": {
|
|
11071
11947
|
"shortname": "graphics-aam",
|
|
11072
11948
|
"currentSpecification": "graphics-aam-1.0",
|
|
11949
|
+
"title": "Graphics Accessibility API Mappings",
|
|
11950
|
+
"shortTitle": "Graphics Accessibility API Mappings",
|
|
11073
11951
|
"releaseUrl": "https://www.w3.org/TR/graphics-aam/",
|
|
11074
11952
|
"nightlyUrl": "https://w3c.github.io/graphics-aam/"
|
|
11075
11953
|
},
|
|
@@ -11108,6 +11986,8 @@
|
|
|
11108
11986
|
"series": {
|
|
11109
11987
|
"shortname": "graphics-aria",
|
|
11110
11988
|
"currentSpecification": "graphics-aria-1.0",
|
|
11989
|
+
"title": "WAI-ARIA Graphics",
|
|
11990
|
+
"shortTitle": "WAI-ARIA Graphics",
|
|
11111
11991
|
"releaseUrl": "https://www.w3.org/TR/graphics-aria/",
|
|
11112
11992
|
"nightlyUrl": "https://w3c.github.io/graphics-aria/"
|
|
11113
11993
|
},
|
|
@@ -11140,6 +12020,8 @@
|
|
|
11140
12020
|
"series": {
|
|
11141
12021
|
"shortname": "gyroscope",
|
|
11142
12022
|
"currentSpecification": "gyroscope",
|
|
12023
|
+
"title": "Gyroscope",
|
|
12024
|
+
"shortTitle": "Gyroscope",
|
|
11143
12025
|
"releaseUrl": "https://www.w3.org/TR/gyroscope/",
|
|
11144
12026
|
"nightlyUrl": "https://w3c.github.io/gyroscope/"
|
|
11145
12027
|
},
|
|
@@ -11177,6 +12059,8 @@
|
|
|
11177
12059
|
"series": {
|
|
11178
12060
|
"shortname": "hr-time",
|
|
11179
12061
|
"currentSpecification": "hr-time-3",
|
|
12062
|
+
"title": "High Resolution Time",
|
|
12063
|
+
"shortTitle": "High Resolution Time",
|
|
11180
12064
|
"releaseUrl": "https://www.w3.org/TR/hr-time/",
|
|
11181
12065
|
"nightlyUrl": "https://w3c.github.io/hr-time/"
|
|
11182
12066
|
},
|
|
@@ -11215,6 +12099,8 @@
|
|
|
11215
12099
|
"series": {
|
|
11216
12100
|
"shortname": "html-aam",
|
|
11217
12101
|
"currentSpecification": "html-aam-1.0",
|
|
12102
|
+
"title": "HTML Accessibility API Mappings",
|
|
12103
|
+
"shortTitle": "HTML Accessibility API Mappings",
|
|
11218
12104
|
"releaseUrl": "https://www.w3.org/TR/html-aam/",
|
|
11219
12105
|
"nightlyUrl": "https://w3c.github.io/html-aam/"
|
|
11220
12106
|
},
|
|
@@ -11247,6 +12133,8 @@
|
|
|
11247
12133
|
"series": {
|
|
11248
12134
|
"shortname": "html-aria",
|
|
11249
12135
|
"currentSpecification": "html-aria",
|
|
12136
|
+
"title": "ARIA in HTML",
|
|
12137
|
+
"shortTitle": "ARIA in HTML",
|
|
11250
12138
|
"releaseUrl": "https://www.w3.org/TR/html-aria/",
|
|
11251
12139
|
"nightlyUrl": "https://w3c.github.io/html-aria/"
|
|
11252
12140
|
},
|
|
@@ -11278,6 +12166,8 @@
|
|
|
11278
12166
|
"series": {
|
|
11279
12167
|
"shortname": "html-media-capture",
|
|
11280
12168
|
"currentSpecification": "html-media-capture",
|
|
12169
|
+
"title": "HTML Media Capture",
|
|
12170
|
+
"shortTitle": "HTML Media Capture",
|
|
11281
12171
|
"releaseUrl": "https://www.w3.org/TR/html-media-capture/",
|
|
11282
12172
|
"nightlyUrl": "https://w3c.github.io/html-media-capture/"
|
|
11283
12173
|
},
|
|
@@ -11315,6 +12205,8 @@
|
|
|
11315
12205
|
"series": {
|
|
11316
12206
|
"shortname": "IFT",
|
|
11317
12207
|
"currentSpecification": "IFT",
|
|
12208
|
+
"title": "Incremental Font Transfer",
|
|
12209
|
+
"shortTitle": "Incremental Font Transfer",
|
|
11318
12210
|
"releaseUrl": "https://www.w3.org/TR/IFT/",
|
|
11319
12211
|
"nightlyUrl": "https://w3c.github.io/IFT/Overview.html"
|
|
11320
12212
|
},
|
|
@@ -11346,6 +12238,8 @@
|
|
|
11346
12238
|
"series": {
|
|
11347
12239
|
"shortname": "image-capture",
|
|
11348
12240
|
"currentSpecification": "image-capture",
|
|
12241
|
+
"title": "MediaStream Image Capture",
|
|
12242
|
+
"shortTitle": "MediaStream Image Capture",
|
|
11349
12243
|
"releaseUrl": "https://www.w3.org/TR/image-capture/",
|
|
11350
12244
|
"nightlyUrl": "https://w3c.github.io/mediacapture-image/"
|
|
11351
12245
|
},
|
|
@@ -11383,6 +12277,8 @@
|
|
|
11383
12277
|
"series": {
|
|
11384
12278
|
"shortname": "image-resource",
|
|
11385
12279
|
"currentSpecification": "image-resource",
|
|
12280
|
+
"title": "Image Resource",
|
|
12281
|
+
"shortTitle": "Image Resource",
|
|
11386
12282
|
"releaseUrl": "https://www.w3.org/TR/image-resource/",
|
|
11387
12283
|
"nightlyUrl": "https://w3c.github.io/image-resource/"
|
|
11388
12284
|
},
|
|
@@ -11414,6 +12310,8 @@
|
|
|
11414
12310
|
"series": {
|
|
11415
12311
|
"shortname": "IndexedDB",
|
|
11416
12312
|
"currentSpecification": "IndexedDB-3",
|
|
12313
|
+
"title": "Indexed Database API",
|
|
12314
|
+
"shortTitle": "Indexed DB",
|
|
11417
12315
|
"releaseUrl": "https://www.w3.org/TR/IndexedDB/",
|
|
11418
12316
|
"nightlyUrl": "https://w3c.github.io/IndexedDB/"
|
|
11419
12317
|
},
|
|
@@ -11452,6 +12350,8 @@
|
|
|
11452
12350
|
"series": {
|
|
11453
12351
|
"shortname": "input-events",
|
|
11454
12352
|
"currentSpecification": "input-events-2",
|
|
12353
|
+
"title": "Input Events",
|
|
12354
|
+
"shortTitle": "Input Events",
|
|
11455
12355
|
"releaseUrl": "https://www.w3.org/TR/input-events/",
|
|
11456
12356
|
"nightlyUrl": "https://w3c.github.io/input-events/"
|
|
11457
12357
|
},
|
|
@@ -11490,6 +12390,8 @@
|
|
|
11490
12390
|
"series": {
|
|
11491
12391
|
"shortname": "intersection-observer",
|
|
11492
12392
|
"currentSpecification": "intersection-observer",
|
|
12393
|
+
"title": "Intersection Observer",
|
|
12394
|
+
"shortTitle": "Intersection Observer",
|
|
11493
12395
|
"releaseUrl": "https://www.w3.org/TR/intersection-observer/",
|
|
11494
12396
|
"nightlyUrl": "https://w3c.github.io/IntersectionObserver/"
|
|
11495
12397
|
},
|
|
@@ -11527,6 +12429,8 @@
|
|
|
11527
12429
|
"series": {
|
|
11528
12430
|
"shortname": "longtasks",
|
|
11529
12431
|
"currentSpecification": "longtasks-1",
|
|
12432
|
+
"title": "Long Tasks API",
|
|
12433
|
+
"shortTitle": "Long Tasks API",
|
|
11530
12434
|
"releaseUrl": "https://www.w3.org/TR/longtasks/",
|
|
11531
12435
|
"nightlyUrl": "https://w3c.github.io/longtasks/"
|
|
11532
12436
|
},
|
|
@@ -11565,6 +12469,8 @@
|
|
|
11565
12469
|
"series": {
|
|
11566
12470
|
"shortname": "magnetometer",
|
|
11567
12471
|
"currentSpecification": "magnetometer",
|
|
12472
|
+
"title": "Magnetometer",
|
|
12473
|
+
"shortTitle": "Magnetometer",
|
|
11568
12474
|
"releaseUrl": "https://www.w3.org/TR/magnetometer/",
|
|
11569
12475
|
"nightlyUrl": "https://w3c.github.io/magnetometer/"
|
|
11570
12476
|
},
|
|
@@ -11602,6 +12508,8 @@
|
|
|
11602
12508
|
"series": {
|
|
11603
12509
|
"shortname": "manifest-app-info",
|
|
11604
12510
|
"currentSpecification": "manifest-app-info",
|
|
12511
|
+
"title": "Web App Manifest - Application Information",
|
|
12512
|
+
"shortTitle": "Web App Manifest - Application Information",
|
|
11605
12513
|
"releaseUrl": "https://www.w3.org/TR/manifest-app-info/",
|
|
11606
12514
|
"nightlyUrl": "https://w3c.github.io/manifest-app-info/"
|
|
11607
12515
|
},
|
|
@@ -11633,6 +12541,8 @@
|
|
|
11633
12541
|
"series": {
|
|
11634
12542
|
"shortname": "mathml-core",
|
|
11635
12543
|
"currentSpecification": "mathml-core",
|
|
12544
|
+
"title": "MathML Core",
|
|
12545
|
+
"shortTitle": "MathML Core",
|
|
11636
12546
|
"releaseUrl": "https://www.w3.org/TR/mathml-core/",
|
|
11637
12547
|
"nightlyUrl": "https://w3c.github.io/mathml-core/"
|
|
11638
12548
|
},
|
|
@@ -11670,6 +12580,8 @@
|
|
|
11670
12580
|
"series": {
|
|
11671
12581
|
"shortname": "media-capabilities",
|
|
11672
12582
|
"currentSpecification": "media-capabilities",
|
|
12583
|
+
"title": "Media Capabilities",
|
|
12584
|
+
"shortTitle": "Media Capabilities",
|
|
11673
12585
|
"releaseUrl": "https://www.w3.org/TR/media-capabilities/",
|
|
11674
12586
|
"nightlyUrl": "https://w3c.github.io/media-capabilities/"
|
|
11675
12587
|
},
|
|
@@ -11707,6 +12619,8 @@
|
|
|
11707
12619
|
"series": {
|
|
11708
12620
|
"shortname": "media-source",
|
|
11709
12621
|
"currentSpecification": "media-source-2",
|
|
12622
|
+
"title": "Media Source Extensions™",
|
|
12623
|
+
"shortTitle": "Media Source Extensions™",
|
|
11710
12624
|
"releaseUrl": "https://www.w3.org/TR/media-source/",
|
|
11711
12625
|
"nightlyUrl": "https://w3c.github.io/media-source/"
|
|
11712
12626
|
},
|
|
@@ -11745,6 +12659,8 @@
|
|
|
11745
12659
|
"series": {
|
|
11746
12660
|
"shortname": "mediacapture-depth",
|
|
11747
12661
|
"currentSpecification": "mediacapture-depth",
|
|
12662
|
+
"title": "Media Capture Depth Stream Extensions",
|
|
12663
|
+
"shortTitle": "Media Capture Depth Stream Extensions",
|
|
11748
12664
|
"releaseUrl": "https://www.w3.org/TR/mediacapture-depth/",
|
|
11749
12665
|
"nightlyUrl": "https://w3c.github.io/mediacapture-depth/"
|
|
11750
12666
|
},
|
|
@@ -11786,6 +12702,8 @@
|
|
|
11786
12702
|
"series": {
|
|
11787
12703
|
"shortname": "mediacapture-fromelement",
|
|
11788
12704
|
"currentSpecification": "mediacapture-fromelement",
|
|
12705
|
+
"title": "Media Capture from DOM Elements",
|
|
12706
|
+
"shortTitle": "Media Capture from DOM Elements",
|
|
11789
12707
|
"releaseUrl": "https://www.w3.org/TR/mediacapture-fromelement/",
|
|
11790
12708
|
"nightlyUrl": "https://w3c.github.io/mediacapture-fromelement/"
|
|
11791
12709
|
},
|
|
@@ -11823,6 +12741,8 @@
|
|
|
11823
12741
|
"series": {
|
|
11824
12742
|
"shortname": "mediacapture-streams",
|
|
11825
12743
|
"currentSpecification": "mediacapture-streams",
|
|
12744
|
+
"title": "Media Capture and Streams",
|
|
12745
|
+
"shortTitle": "Media Capture and Streams",
|
|
11826
12746
|
"releaseUrl": "https://www.w3.org/TR/mediacapture-streams/",
|
|
11827
12747
|
"nightlyUrl": "https://w3c.github.io/mediacapture-main/"
|
|
11828
12748
|
},
|
|
@@ -11860,6 +12780,8 @@
|
|
|
11860
12780
|
"series": {
|
|
11861
12781
|
"shortname": "mediaqueries",
|
|
11862
12782
|
"currentSpecification": "mediaqueries-4",
|
|
12783
|
+
"title": "Media Queries",
|
|
12784
|
+
"shortTitle": "Media Queries",
|
|
11863
12785
|
"releaseUrl": "https://www.w3.org/TR/mediaqueries/",
|
|
11864
12786
|
"nightlyUrl": "https://drafts.csswg.org/mediaqueries/"
|
|
11865
12787
|
},
|
|
@@ -11899,6 +12821,8 @@
|
|
|
11899
12821
|
"series": {
|
|
11900
12822
|
"shortname": "mediaqueries",
|
|
11901
12823
|
"currentSpecification": "mediaqueries-4",
|
|
12824
|
+
"title": "Media Queries",
|
|
12825
|
+
"shortTitle": "Media Queries",
|
|
11902
12826
|
"releaseUrl": "https://www.w3.org/TR/mediaqueries/",
|
|
11903
12827
|
"nightlyUrl": "https://drafts.csswg.org/mediaqueries/"
|
|
11904
12828
|
},
|
|
@@ -11938,6 +12862,8 @@
|
|
|
11938
12862
|
"series": {
|
|
11939
12863
|
"shortname": "mediasession",
|
|
11940
12864
|
"currentSpecification": "mediasession",
|
|
12865
|
+
"title": "Media Session Standard",
|
|
12866
|
+
"shortTitle": "Media Session",
|
|
11941
12867
|
"releaseUrl": "https://www.w3.org/TR/mediasession/",
|
|
11942
12868
|
"nightlyUrl": "https://w3c.github.io/mediasession/"
|
|
11943
12869
|
},
|
|
@@ -11975,6 +12901,8 @@
|
|
|
11975
12901
|
"series": {
|
|
11976
12902
|
"shortname": "mediastream-recording",
|
|
11977
12903
|
"currentSpecification": "mediastream-recording",
|
|
12904
|
+
"title": "MediaStream Recording",
|
|
12905
|
+
"shortTitle": "MediaStream Recording",
|
|
11978
12906
|
"releaseUrl": "https://www.w3.org/TR/mediastream-recording/",
|
|
11979
12907
|
"nightlyUrl": "https://w3c.github.io/mediacapture-record/"
|
|
11980
12908
|
},
|
|
@@ -12012,6 +12940,8 @@
|
|
|
12012
12940
|
"series": {
|
|
12013
12941
|
"shortname": "mixed-content",
|
|
12014
12942
|
"currentSpecification": "mixed-content",
|
|
12943
|
+
"title": "Mixed Content",
|
|
12944
|
+
"shortTitle": "Mixed Content",
|
|
12015
12945
|
"releaseUrl": "https://www.w3.org/TR/mixed-content/",
|
|
12016
12946
|
"nightlyUrl": "https://w3c.github.io/webappsec-mixed-content/"
|
|
12017
12947
|
},
|
|
@@ -12049,6 +12979,8 @@
|
|
|
12049
12979
|
"series": {
|
|
12050
12980
|
"shortname": "motion",
|
|
12051
12981
|
"currentSpecification": "motion-1",
|
|
12982
|
+
"title": "Motion Path",
|
|
12983
|
+
"shortTitle": "Motion Path",
|
|
12052
12984
|
"releaseUrl": "https://www.w3.org/TR/motion/",
|
|
12053
12985
|
"nightlyUrl": "https://drafts.fxtf.org/motion/"
|
|
12054
12986
|
},
|
|
@@ -12087,6 +13019,8 @@
|
|
|
12087
13019
|
"series": {
|
|
12088
13020
|
"shortname": "mst-content-hint",
|
|
12089
13021
|
"currentSpecification": "mst-content-hint",
|
|
13022
|
+
"title": "MediaStreamTrack Content Hints",
|
|
13023
|
+
"shortTitle": "MediaStreamTrack Content Hints",
|
|
12090
13024
|
"releaseUrl": "https://www.w3.org/TR/mst-content-hint/",
|
|
12091
13025
|
"nightlyUrl": "https://w3c.github.io/mst-content-hint/"
|
|
12092
13026
|
},
|
|
@@ -12124,6 +13058,8 @@
|
|
|
12124
13058
|
"series": {
|
|
12125
13059
|
"shortname": "navigation-timing",
|
|
12126
13060
|
"currentSpecification": "navigation-timing-2",
|
|
13061
|
+
"title": "Navigation Timing",
|
|
13062
|
+
"shortTitle": "Navigation Timing",
|
|
12127
13063
|
"releaseUrl": "https://www.w3.org/TR/navigation-timing/",
|
|
12128
13064
|
"nightlyUrl": "https://w3c.github.io/navigation-timing/"
|
|
12129
13065
|
},
|
|
@@ -12162,6 +13098,8 @@
|
|
|
12162
13098
|
"series": {
|
|
12163
13099
|
"shortname": "network-error-logging",
|
|
12164
13100
|
"currentSpecification": "network-error-logging-1",
|
|
13101
|
+
"title": "Network Error Logging",
|
|
13102
|
+
"shortTitle": "Network Error Logging",
|
|
12165
13103
|
"releaseUrl": "https://www.w3.org/TR/network-error-logging/",
|
|
12166
13104
|
"nightlyUrl": "https://w3c.github.io/network-error-logging/"
|
|
12167
13105
|
},
|
|
@@ -12200,6 +13138,8 @@
|
|
|
12200
13138
|
"series": {
|
|
12201
13139
|
"shortname": "openscreenprotocol",
|
|
12202
13140
|
"currentSpecification": "openscreenprotocol",
|
|
13141
|
+
"title": "Open Screen Protocol",
|
|
13142
|
+
"shortTitle": "Open Screen Protocol",
|
|
12203
13143
|
"releaseUrl": "https://www.w3.org/TR/openscreenprotocol/",
|
|
12204
13144
|
"nightlyUrl": "https://w3c.github.io/openscreenprotocol/"
|
|
12205
13145
|
},
|
|
@@ -12231,6 +13171,8 @@
|
|
|
12231
13171
|
"series": {
|
|
12232
13172
|
"shortname": "orientation-event",
|
|
12233
13173
|
"currentSpecification": "orientation-event",
|
|
13174
|
+
"title": "DeviceOrientation Event",
|
|
13175
|
+
"shortTitle": "DeviceOrientation Event",
|
|
12234
13176
|
"releaseUrl": "https://www.w3.org/TR/orientation-event/",
|
|
12235
13177
|
"nightlyUrl": "https://w3c.github.io/deviceorientation/"
|
|
12236
13178
|
},
|
|
@@ -12268,6 +13210,8 @@
|
|
|
12268
13210
|
"series": {
|
|
12269
13211
|
"shortname": "orientation-sensor",
|
|
12270
13212
|
"currentSpecification": "orientation-sensor",
|
|
13213
|
+
"title": "Orientation Sensor",
|
|
13214
|
+
"shortTitle": "Orientation Sensor",
|
|
12271
13215
|
"releaseUrl": "https://www.w3.org/TR/orientation-sensor/",
|
|
12272
13216
|
"nightlyUrl": "https://w3c.github.io/orientation-sensor/"
|
|
12273
13217
|
},
|
|
@@ -12305,6 +13249,8 @@
|
|
|
12305
13249
|
"series": {
|
|
12306
13250
|
"shortname": "paint-timing",
|
|
12307
13251
|
"currentSpecification": "paint-timing",
|
|
13252
|
+
"title": "Paint Timing",
|
|
13253
|
+
"shortTitle": "Paint Timing",
|
|
12308
13254
|
"releaseUrl": "https://www.w3.org/TR/paint-timing/",
|
|
12309
13255
|
"nightlyUrl": "https://w3c.github.io/paint-timing/"
|
|
12310
13256
|
},
|
|
@@ -12342,6 +13288,8 @@
|
|
|
12342
13288
|
"series": {
|
|
12343
13289
|
"shortname": "payment-handler",
|
|
12344
13290
|
"currentSpecification": "payment-handler",
|
|
13291
|
+
"title": "Payment Handler API",
|
|
13292
|
+
"shortTitle": "Payment Handler API",
|
|
12345
13293
|
"releaseUrl": "https://www.w3.org/TR/payment-handler/",
|
|
12346
13294
|
"nightlyUrl": "https://w3c.github.io/payment-handler/"
|
|
12347
13295
|
},
|
|
@@ -12379,6 +13327,8 @@
|
|
|
12379
13327
|
"series": {
|
|
12380
13328
|
"shortname": "payment-method-basic-card",
|
|
12381
13329
|
"currentSpecification": "payment-method-basic-card",
|
|
13330
|
+
"title": "Payment Method: Basic Card",
|
|
13331
|
+
"shortTitle": "Basic Card",
|
|
12382
13332
|
"releaseUrl": "https://www.w3.org/TR/payment-method-basic-card/",
|
|
12383
13333
|
"nightlyUrl": "https://w3c.github.io/payment-method-basic-card/"
|
|
12384
13334
|
},
|
|
@@ -12416,6 +13366,8 @@
|
|
|
12416
13366
|
"series": {
|
|
12417
13367
|
"shortname": "payment-method-id",
|
|
12418
13368
|
"currentSpecification": "payment-method-id",
|
|
13369
|
+
"title": "Payment Method Identifiers",
|
|
13370
|
+
"shortTitle": "Payment Method Identifiers",
|
|
12419
13371
|
"releaseUrl": "https://www.w3.org/TR/payment-method-id/",
|
|
12420
13372
|
"nightlyUrl": "https://w3c.github.io/payment-method-id/"
|
|
12421
13373
|
},
|
|
@@ -12453,6 +13405,8 @@
|
|
|
12453
13405
|
"series": {
|
|
12454
13406
|
"shortname": "payment-method-manifest",
|
|
12455
13407
|
"currentSpecification": "payment-method-manifest",
|
|
13408
|
+
"title": "Payment Method Manifest",
|
|
13409
|
+
"shortTitle": "Payment Method Manifest",
|
|
12456
13410
|
"releaseUrl": "https://www.w3.org/TR/payment-method-manifest/",
|
|
12457
13411
|
"nightlyUrl": "https://w3c.github.io/payment-method-manifest/"
|
|
12458
13412
|
},
|
|
@@ -12484,6 +13438,8 @@
|
|
|
12484
13438
|
"series": {
|
|
12485
13439
|
"shortname": "payment-request",
|
|
12486
13440
|
"currentSpecification": "payment-request",
|
|
13441
|
+
"title": "Payment Request API",
|
|
13442
|
+
"shortTitle": "Payment Request API",
|
|
12487
13443
|
"releaseUrl": "https://www.w3.org/TR/payment-request/",
|
|
12488
13444
|
"nightlyUrl": "https://w3c.github.io/payment-request/"
|
|
12489
13445
|
},
|
|
@@ -12521,6 +13477,8 @@
|
|
|
12521
13477
|
"series": {
|
|
12522
13478
|
"shortname": "performance-timeline",
|
|
12523
13479
|
"currentSpecification": "performance-timeline",
|
|
13480
|
+
"title": "Performance Timeline",
|
|
13481
|
+
"shortTitle": "Performance Timeline",
|
|
12524
13482
|
"releaseUrl": "https://www.w3.org/TR/performance-timeline/",
|
|
12525
13483
|
"nightlyUrl": "https://w3c.github.io/performance-timeline/"
|
|
12526
13484
|
},
|
|
@@ -12558,6 +13516,8 @@
|
|
|
12558
13516
|
"series": {
|
|
12559
13517
|
"shortname": "permissions-policy",
|
|
12560
13518
|
"currentSpecification": "permissions-policy-1",
|
|
13519
|
+
"title": "Permissions Policy",
|
|
13520
|
+
"shortTitle": "Permissions Policy",
|
|
12561
13521
|
"releaseUrl": "https://www.w3.org/TR/permissions-policy/",
|
|
12562
13522
|
"nightlyUrl": "https://w3c.github.io/webappsec-permissions-policy/"
|
|
12563
13523
|
},
|
|
@@ -12596,6 +13556,8 @@
|
|
|
12596
13556
|
"series": {
|
|
12597
13557
|
"shortname": "permissions",
|
|
12598
13558
|
"currentSpecification": "permissions",
|
|
13559
|
+
"title": "Permissions",
|
|
13560
|
+
"shortTitle": "Permissions",
|
|
12599
13561
|
"releaseUrl": "https://www.w3.org/TR/permissions/",
|
|
12600
13562
|
"nightlyUrl": "https://w3c.github.io/permissions/"
|
|
12601
13563
|
},
|
|
@@ -12633,6 +13595,8 @@
|
|
|
12633
13595
|
"series": {
|
|
12634
13596
|
"shortname": "picture-in-picture",
|
|
12635
13597
|
"currentSpecification": "picture-in-picture",
|
|
13598
|
+
"title": "Picture-in-Picture",
|
|
13599
|
+
"shortTitle": "Picture-in-Picture",
|
|
12636
13600
|
"releaseUrl": "https://www.w3.org/TR/picture-in-picture/",
|
|
12637
13601
|
"nightlyUrl": "https://w3c.github.io/picture-in-picture/"
|
|
12638
13602
|
},
|
|
@@ -12670,6 +13634,8 @@
|
|
|
12670
13634
|
"series": {
|
|
12671
13635
|
"shortname": "pointerevents",
|
|
12672
13636
|
"currentSpecification": "pointerevents3",
|
|
13637
|
+
"title": "Pointer Events",
|
|
13638
|
+
"shortTitle": "Pointer Events",
|
|
12673
13639
|
"releaseUrl": "https://www.w3.org/TR/pointerevents/",
|
|
12674
13640
|
"nightlyUrl": "https://w3c.github.io/pointerevents/"
|
|
12675
13641
|
},
|
|
@@ -12708,6 +13674,8 @@
|
|
|
12708
13674
|
"series": {
|
|
12709
13675
|
"shortname": "pointerlock",
|
|
12710
13676
|
"currentSpecification": "pointerlock-2",
|
|
13677
|
+
"title": "Pointer Lock",
|
|
13678
|
+
"shortTitle": "Pointer Lock",
|
|
12711
13679
|
"releaseUrl": "https://www.w3.org/TR/pointerlock/",
|
|
12712
13680
|
"nightlyUrl": "https://w3c.github.io/pointerlock/"
|
|
12713
13681
|
},
|
|
@@ -12746,6 +13714,8 @@
|
|
|
12746
13714
|
"series": {
|
|
12747
13715
|
"shortname": "preload",
|
|
12748
13716
|
"currentSpecification": "preload",
|
|
13717
|
+
"title": "Preload",
|
|
13718
|
+
"shortTitle": "Preload",
|
|
12749
13719
|
"releaseUrl": "https://www.w3.org/TR/preload/",
|
|
12750
13720
|
"nightlyUrl": "https://w3c.github.io/preload/"
|
|
12751
13721
|
},
|
|
@@ -12783,6 +13753,8 @@
|
|
|
12783
13753
|
"series": {
|
|
12784
13754
|
"shortname": "presentation-api",
|
|
12785
13755
|
"currentSpecification": "presentation-api",
|
|
13756
|
+
"title": "Presentation API",
|
|
13757
|
+
"shortTitle": "Presentation API",
|
|
12786
13758
|
"releaseUrl": "https://www.w3.org/TR/presentation-api/",
|
|
12787
13759
|
"nightlyUrl": "https://w3c.github.io/presentation-api/"
|
|
12788
13760
|
},
|
|
@@ -12820,6 +13792,8 @@
|
|
|
12820
13792
|
"series": {
|
|
12821
13793
|
"shortname": "proximity",
|
|
12822
13794
|
"currentSpecification": "proximity",
|
|
13795
|
+
"title": "Proximity Sensor",
|
|
13796
|
+
"shortTitle": "Proximity Sensor",
|
|
12823
13797
|
"releaseUrl": "https://www.w3.org/TR/proximity/",
|
|
12824
13798
|
"nightlyUrl": "https://w3c.github.io/proximity/"
|
|
12825
13799
|
},
|
|
@@ -12857,6 +13831,8 @@
|
|
|
12857
13831
|
"series": {
|
|
12858
13832
|
"shortname": "push-api",
|
|
12859
13833
|
"currentSpecification": "push-api",
|
|
13834
|
+
"title": "Push API",
|
|
13835
|
+
"shortTitle": "Push API",
|
|
12860
13836
|
"releaseUrl": "https://www.w3.org/TR/push-api/",
|
|
12861
13837
|
"nightlyUrl": "https://w3c.github.io/push-api/"
|
|
12862
13838
|
},
|
|
@@ -12894,6 +13870,8 @@
|
|
|
12894
13870
|
"series": {
|
|
12895
13871
|
"shortname": "referrer-policy",
|
|
12896
13872
|
"currentSpecification": "referrer-policy",
|
|
13873
|
+
"title": "Referrer Policy",
|
|
13874
|
+
"shortTitle": "Referrer Policy",
|
|
12897
13875
|
"releaseUrl": "https://www.w3.org/TR/referrer-policy/",
|
|
12898
13876
|
"nightlyUrl": "https://w3c.github.io/webappsec-referrer-policy/"
|
|
12899
13877
|
},
|
|
@@ -12931,6 +13909,8 @@
|
|
|
12931
13909
|
"series": {
|
|
12932
13910
|
"shortname": "remote-playback",
|
|
12933
13911
|
"currentSpecification": "remote-playback",
|
|
13912
|
+
"title": "Remote Playback API",
|
|
13913
|
+
"shortTitle": "Remote Playback API",
|
|
12934
13914
|
"releaseUrl": "https://www.w3.org/TR/remote-playback/",
|
|
12935
13915
|
"nightlyUrl": "https://w3c.github.io/remote-playback/"
|
|
12936
13916
|
},
|
|
@@ -12968,6 +13948,8 @@
|
|
|
12968
13948
|
"series": {
|
|
12969
13949
|
"shortname": "reporting",
|
|
12970
13950
|
"currentSpecification": "reporting-1",
|
|
13951
|
+
"title": "Reporting API",
|
|
13952
|
+
"shortTitle": "Reporting API",
|
|
12971
13953
|
"releaseUrl": "https://www.w3.org/TR/reporting/",
|
|
12972
13954
|
"nightlyUrl": "https://w3c.github.io/reporting/"
|
|
12973
13955
|
},
|
|
@@ -13006,6 +13988,8 @@
|
|
|
13006
13988
|
"series": {
|
|
13007
13989
|
"shortname": "requestidlecallback",
|
|
13008
13990
|
"currentSpecification": "requestidlecallback",
|
|
13991
|
+
"title": "Cooperative Scheduling of Background Tasks",
|
|
13992
|
+
"shortTitle": "Cooperative Scheduling of Background Tasks",
|
|
13009
13993
|
"releaseUrl": "https://www.w3.org/TR/requestidlecallback/",
|
|
13010
13994
|
"nightlyUrl": "https://w3c.github.io/requestidlecallback/"
|
|
13011
13995
|
},
|
|
@@ -13043,6 +14027,8 @@
|
|
|
13043
14027
|
"series": {
|
|
13044
14028
|
"shortname": "resize-observer",
|
|
13045
14029
|
"currentSpecification": "resize-observer-1",
|
|
14030
|
+
"title": "Resize Observer",
|
|
14031
|
+
"shortTitle": "Resize Observer",
|
|
13046
14032
|
"releaseUrl": "https://www.w3.org/TR/resize-observer/",
|
|
13047
14033
|
"nightlyUrl": "https://drafts.csswg.org/resize-observer/"
|
|
13048
14034
|
},
|
|
@@ -13081,6 +14067,8 @@
|
|
|
13081
14067
|
"series": {
|
|
13082
14068
|
"shortname": "resource-hints",
|
|
13083
14069
|
"currentSpecification": "resource-hints",
|
|
14070
|
+
"title": "Resource Hints",
|
|
14071
|
+
"shortTitle": "Resource Hints",
|
|
13084
14072
|
"releaseUrl": "https://www.w3.org/TR/resource-hints/",
|
|
13085
14073
|
"nightlyUrl": "https://w3c.github.io/resource-hints/"
|
|
13086
14074
|
},
|
|
@@ -13112,6 +14100,8 @@
|
|
|
13112
14100
|
"series": {
|
|
13113
14101
|
"shortname": "resource-timing",
|
|
13114
14102
|
"currentSpecification": "resource-timing-2",
|
|
14103
|
+
"title": "Resource Timing",
|
|
14104
|
+
"shortTitle": "Resource Timing",
|
|
13115
14105
|
"releaseUrl": "https://www.w3.org/TR/resource-timing/",
|
|
13116
14106
|
"nightlyUrl": "https://w3c.github.io/resource-timing/"
|
|
13117
14107
|
},
|
|
@@ -13150,6 +14140,8 @@
|
|
|
13150
14140
|
"series": {
|
|
13151
14141
|
"shortname": "screen-capture",
|
|
13152
14142
|
"currentSpecification": "screen-capture",
|
|
14143
|
+
"title": "Screen Capture",
|
|
14144
|
+
"shortTitle": "Screen Capture",
|
|
13153
14145
|
"releaseUrl": "https://www.w3.org/TR/screen-capture/",
|
|
13154
14146
|
"nightlyUrl": "https://w3c.github.io/mediacapture-screen-share/"
|
|
13155
14147
|
},
|
|
@@ -13187,6 +14179,8 @@
|
|
|
13187
14179
|
"series": {
|
|
13188
14180
|
"shortname": "screen-orientation",
|
|
13189
14181
|
"currentSpecification": "screen-orientation",
|
|
14182
|
+
"title": "The Screen Orientation API",
|
|
14183
|
+
"shortTitle": "The Screen Orientation API",
|
|
13190
14184
|
"releaseUrl": "https://www.w3.org/TR/screen-orientation/",
|
|
13191
14185
|
"nightlyUrl": "https://w3c.github.io/screen-orientation/"
|
|
13192
14186
|
},
|
|
@@ -13224,6 +14218,8 @@
|
|
|
13224
14218
|
"series": {
|
|
13225
14219
|
"shortname": "screen-wake-lock",
|
|
13226
14220
|
"currentSpecification": "screen-wake-lock",
|
|
14221
|
+
"title": "Screen Wake Lock API",
|
|
14222
|
+
"shortTitle": "Screen Wake Lock API",
|
|
13227
14223
|
"releaseUrl": "https://www.w3.org/TR/screen-wake-lock/",
|
|
13228
14224
|
"nightlyUrl": "https://w3c.github.io/screen-wake-lock/"
|
|
13229
14225
|
},
|
|
@@ -13261,6 +14257,8 @@
|
|
|
13261
14257
|
"series": {
|
|
13262
14258
|
"shortname": "secure-contexts",
|
|
13263
14259
|
"currentSpecification": "secure-contexts",
|
|
14260
|
+
"title": "Secure Contexts",
|
|
14261
|
+
"shortTitle": "Secure Contexts",
|
|
13264
14262
|
"releaseUrl": "https://www.w3.org/TR/secure-contexts/",
|
|
13265
14263
|
"nightlyUrl": "https://w3c.github.io/webappsec-secure-contexts/"
|
|
13266
14264
|
},
|
|
@@ -13298,6 +14296,8 @@
|
|
|
13298
14296
|
"series": {
|
|
13299
14297
|
"shortname": "secure-payment-confirmation",
|
|
13300
14298
|
"currentSpecification": "secure-payment-confirmation",
|
|
14299
|
+
"title": "Secure Payment Confirmation",
|
|
14300
|
+
"shortTitle": "Secure Payment Confirmation",
|
|
13301
14301
|
"releaseUrl": "https://www.w3.org/TR/secure-payment-confirmation/",
|
|
13302
14302
|
"nightlyUrl": "https://w3c.github.io/secure-payment-confirmation/"
|
|
13303
14303
|
},
|
|
@@ -13335,6 +14335,8 @@
|
|
|
13335
14335
|
"series": {
|
|
13336
14336
|
"shortname": "selection-api",
|
|
13337
14337
|
"currentSpecification": "selection-api",
|
|
14338
|
+
"title": "Selection API",
|
|
14339
|
+
"shortTitle": "Selection API",
|
|
13338
14340
|
"releaseUrl": "https://www.w3.org/TR/selection-api/",
|
|
13339
14341
|
"nightlyUrl": "https://w3c.github.io/selection-api/"
|
|
13340
14342
|
},
|
|
@@ -13372,6 +14374,8 @@
|
|
|
13372
14374
|
"series": {
|
|
13373
14375
|
"shortname": "selectors",
|
|
13374
14376
|
"currentSpecification": "selectors-4",
|
|
14377
|
+
"title": "Selectors",
|
|
14378
|
+
"shortTitle": "Selectors",
|
|
13375
14379
|
"releaseUrl": "https://www.w3.org/TR/selectors/",
|
|
13376
14380
|
"nightlyUrl": "https://drafts.csswg.org/selectors/"
|
|
13377
14381
|
},
|
|
@@ -13410,6 +14414,8 @@
|
|
|
13410
14414
|
"series": {
|
|
13411
14415
|
"shortname": "selectors-nonelement",
|
|
13412
14416
|
"currentSpecification": "selectors-nonelement-1",
|
|
14417
|
+
"title": "Non-element Selectors",
|
|
14418
|
+
"shortTitle": "Non-element Selectors",
|
|
13413
14419
|
"releaseUrl": "https://www.w3.org/TR/selectors-nonelement/",
|
|
13414
14420
|
"nightlyUrl": "https://drafts.csswg.org/selectors-nonelement/"
|
|
13415
14421
|
},
|
|
@@ -13442,6 +14448,8 @@
|
|
|
13442
14448
|
"series": {
|
|
13443
14449
|
"shortname": "server-timing",
|
|
13444
14450
|
"currentSpecification": "server-timing",
|
|
14451
|
+
"title": "Server Timing",
|
|
14452
|
+
"shortTitle": "Server Timing",
|
|
13445
14453
|
"releaseUrl": "https://www.w3.org/TR/server-timing/",
|
|
13446
14454
|
"nightlyUrl": "https://w3c.github.io/server-timing/"
|
|
13447
14455
|
},
|
|
@@ -13479,6 +14487,8 @@
|
|
|
13479
14487
|
"series": {
|
|
13480
14488
|
"shortname": "service-workers",
|
|
13481
14489
|
"currentSpecification": "service-workers-1",
|
|
14490
|
+
"title": "Service Workers",
|
|
14491
|
+
"shortTitle": "Service Workers",
|
|
13482
14492
|
"releaseUrl": "https://www.w3.org/TR/service-workers/",
|
|
13483
14493
|
"nightlyUrl": "https://w3c.github.io/ServiceWorker/"
|
|
13484
14494
|
},
|
|
@@ -13517,6 +14527,8 @@
|
|
|
13517
14527
|
"series": {
|
|
13518
14528
|
"shortname": "SRI",
|
|
13519
14529
|
"currentSpecification": "SRI",
|
|
14530
|
+
"title": "Subresource Integrity",
|
|
14531
|
+
"shortTitle": "SRI",
|
|
13520
14532
|
"releaseUrl": "https://www.w3.org/TR/SRI/",
|
|
13521
14533
|
"nightlyUrl": "https://w3c.github.io/webappsec-subresource-integrity/"
|
|
13522
14534
|
},
|
|
@@ -13554,6 +14566,8 @@
|
|
|
13554
14566
|
"series": {
|
|
13555
14567
|
"shortname": "svg-aam",
|
|
13556
14568
|
"currentSpecification": "svg-aam-1.0",
|
|
14569
|
+
"title": "SVG Accessibility API Mappings",
|
|
14570
|
+
"shortTitle": "SVG Accessibility API Mappings",
|
|
13557
14571
|
"releaseUrl": "https://www.w3.org/TR/svg-aam/",
|
|
13558
14572
|
"nightlyUrl": "https://w3c.github.io/svg-aam/"
|
|
13559
14573
|
},
|
|
@@ -13592,6 +14606,8 @@
|
|
|
13592
14606
|
"series": {
|
|
13593
14607
|
"shortname": "svg-integration",
|
|
13594
14608
|
"currentSpecification": "svg-integration",
|
|
14609
|
+
"title": "SVG Integration",
|
|
14610
|
+
"shortTitle": "SVG Integration",
|
|
13595
14611
|
"releaseUrl": "https://www.w3.org/TR/svg-integration/",
|
|
13596
14612
|
"nightlyUrl": "https://svgwg.org/specs/integration/"
|
|
13597
14613
|
},
|
|
@@ -13623,6 +14639,8 @@
|
|
|
13623
14639
|
"series": {
|
|
13624
14640
|
"shortname": "svg-strokes",
|
|
13625
14641
|
"currentSpecification": "svg-strokes",
|
|
14642
|
+
"title": "SVG Strokes",
|
|
14643
|
+
"shortTitle": "SVG Strokes",
|
|
13626
14644
|
"releaseUrl": "https://www.w3.org/TR/svg-strokes/",
|
|
13627
14645
|
"nightlyUrl": "https://svgwg.org/specs/strokes/"
|
|
13628
14646
|
},
|
|
@@ -13654,6 +14672,8 @@
|
|
|
13654
14672
|
"series": {
|
|
13655
14673
|
"shortname": "SVG",
|
|
13656
14674
|
"currentSpecification": "SVG2",
|
|
14675
|
+
"title": "Scalable Vector Graphics (SVG)",
|
|
14676
|
+
"shortTitle": "SVG",
|
|
13657
14677
|
"releaseUrl": "https://www.w3.org/TR/SVG/",
|
|
13658
14678
|
"nightlyUrl": "https://svgwg.org/svg2-draft/"
|
|
13659
14679
|
},
|
|
@@ -13773,6 +14793,8 @@
|
|
|
13773
14793
|
"series": {
|
|
13774
14794
|
"shortname": "SVG",
|
|
13775
14795
|
"currentSpecification": "SVG2",
|
|
14796
|
+
"title": "Scalable Vector Graphics (SVG)",
|
|
14797
|
+
"shortTitle": "SVG",
|
|
13776
14798
|
"releaseUrl": "https://www.w3.org/TR/SVG/",
|
|
13777
14799
|
"nightlyUrl": "https://svgwg.org/svg2-draft/"
|
|
13778
14800
|
},
|
|
@@ -13870,6 +14892,8 @@
|
|
|
13870
14892
|
"series": {
|
|
13871
14893
|
"shortname": "timing-entrytypes-registry",
|
|
13872
14894
|
"currentSpecification": "timing-entrytypes-registry",
|
|
14895
|
+
"title": "Timing Entry Names Registry",
|
|
14896
|
+
"shortTitle": "Timing Entry Names Registry",
|
|
13873
14897
|
"releaseUrl": "https://www.w3.org/TR/timing-entrytypes-registry/",
|
|
13874
14898
|
"nightlyUrl": "https://w3c.github.io/timing-entrytypes-registry/"
|
|
13875
14899
|
},
|
|
@@ -13907,6 +14931,8 @@
|
|
|
13907
14931
|
"series": {
|
|
13908
14932
|
"shortname": "touch-events",
|
|
13909
14933
|
"currentSpecification": "touch-events",
|
|
14934
|
+
"title": "Touch Events",
|
|
14935
|
+
"shortTitle": "Touch Events",
|
|
13910
14936
|
"releaseUrl": "https://www.w3.org/TR/touch-events/",
|
|
13911
14937
|
"nightlyUrl": "https://w3c.github.io/touch-events/"
|
|
13912
14938
|
},
|
|
@@ -13944,6 +14970,8 @@
|
|
|
13944
14970
|
"series": {
|
|
13945
14971
|
"shortname": "tracking-dnt",
|
|
13946
14972
|
"currentSpecification": "tracking-dnt",
|
|
14973
|
+
"title": "Tracking Preference Expression (DNT)",
|
|
14974
|
+
"shortTitle": "DNT",
|
|
13947
14975
|
"releaseUrl": "https://www.w3.org/TR/tracking-dnt/",
|
|
13948
14976
|
"nightlyUrl": "https://w3c.github.io/dnt/drafts/tracking-dnt.html"
|
|
13949
14977
|
},
|
|
@@ -13975,6 +15003,8 @@
|
|
|
13975
15003
|
"series": {
|
|
13976
15004
|
"shortname": "uievents-code",
|
|
13977
15005
|
"currentSpecification": "uievents-code",
|
|
15006
|
+
"title": "UI Events KeyboardEvent code Values",
|
|
15007
|
+
"shortTitle": "UI Events KeyboardEvent code Values",
|
|
13978
15008
|
"releaseUrl": "https://www.w3.org/TR/uievents-code/",
|
|
13979
15009
|
"nightlyUrl": "https://w3c.github.io/uievents-code/"
|
|
13980
15010
|
},
|
|
@@ -14006,6 +15036,8 @@
|
|
|
14006
15036
|
"series": {
|
|
14007
15037
|
"shortname": "uievents-key",
|
|
14008
15038
|
"currentSpecification": "uievents-key",
|
|
15039
|
+
"title": "UI Events KeyboardEvent key Values",
|
|
15040
|
+
"shortTitle": "UI Events KeyboardEvent key Values",
|
|
14009
15041
|
"releaseUrl": "https://www.w3.org/TR/uievents-key/",
|
|
14010
15042
|
"nightlyUrl": "https://w3c.github.io/uievents-key/"
|
|
14011
15043
|
},
|
|
@@ -14037,6 +15069,8 @@
|
|
|
14037
15069
|
"series": {
|
|
14038
15070
|
"shortname": "uievents",
|
|
14039
15071
|
"currentSpecification": "uievents",
|
|
15072
|
+
"title": "UI Events",
|
|
15073
|
+
"shortTitle": "UI Events",
|
|
14040
15074
|
"releaseUrl": "https://www.w3.org/TR/uievents/",
|
|
14041
15075
|
"nightlyUrl": "https://w3c.github.io/uievents/"
|
|
14042
15076
|
},
|
|
@@ -14074,6 +15108,8 @@
|
|
|
14074
15108
|
"series": {
|
|
14075
15109
|
"shortname": "upgrade-insecure-requests",
|
|
14076
15110
|
"currentSpecification": "upgrade-insecure-requests",
|
|
15111
|
+
"title": "Upgrade Insecure Requests",
|
|
15112
|
+
"shortTitle": "Upgrade Insecure Requests",
|
|
14077
15113
|
"releaseUrl": "https://www.w3.org/TR/upgrade-insecure-requests/",
|
|
14078
15114
|
"nightlyUrl": "https://w3c.github.io/webappsec-upgrade-insecure-requests/"
|
|
14079
15115
|
},
|
|
@@ -14111,6 +15147,8 @@
|
|
|
14111
15147
|
"series": {
|
|
14112
15148
|
"shortname": "user-timing",
|
|
14113
15149
|
"currentSpecification": "user-timing",
|
|
15150
|
+
"title": "User Timing",
|
|
15151
|
+
"shortTitle": "User Timing",
|
|
14114
15152
|
"releaseUrl": "https://www.w3.org/TR/user-timing/",
|
|
14115
15153
|
"nightlyUrl": "https://w3c.github.io/user-timing/"
|
|
14116
15154
|
},
|
|
@@ -14148,6 +15186,8 @@
|
|
|
14148
15186
|
"series": {
|
|
14149
15187
|
"shortname": "vibration",
|
|
14150
15188
|
"currentSpecification": "vibration",
|
|
15189
|
+
"title": "Vibration API",
|
|
15190
|
+
"shortTitle": "Vibration API",
|
|
14151
15191
|
"releaseUrl": "https://www.w3.org/TR/vibration/",
|
|
14152
15192
|
"nightlyUrl": "https://w3c.github.io/vibration/"
|
|
14153
15193
|
},
|
|
@@ -14185,6 +15225,8 @@
|
|
|
14185
15225
|
"series": {
|
|
14186
15226
|
"shortname": "virtual-keyboard",
|
|
14187
15227
|
"currentSpecification": "virtual-keyboard",
|
|
15228
|
+
"title": "VirtualKeyboard API",
|
|
15229
|
+
"shortTitle": "VirtualKeyboard API",
|
|
14188
15230
|
"releaseUrl": "https://www.w3.org/TR/virtual-keyboard/",
|
|
14189
15231
|
"nightlyUrl": "https://w3c.github.io/virtual-keyboard/"
|
|
14190
15232
|
},
|
|
@@ -14216,6 +15258,8 @@
|
|
|
14216
15258
|
"series": {
|
|
14217
15259
|
"shortname": "wai-aria",
|
|
14218
15260
|
"currentSpecification": "wai-aria-1.2",
|
|
15261
|
+
"title": "Accessible Rich Internet Applications (WAI-ARIA)",
|
|
15262
|
+
"shortTitle": "WAI-ARIA",
|
|
14219
15263
|
"releaseUrl": "https://www.w3.org/TR/wai-aria/",
|
|
14220
15264
|
"nightlyUrl": "https://w3c.github.io/aria/"
|
|
14221
15265
|
},
|
|
@@ -14254,6 +15298,8 @@
|
|
|
14254
15298
|
"series": {
|
|
14255
15299
|
"shortname": "wasm-core",
|
|
14256
15300
|
"currentSpecification": "wasm-core-1",
|
|
15301
|
+
"title": "WebAssembly Core",
|
|
15302
|
+
"shortTitle": "WebAssembly Core",
|
|
14257
15303
|
"releaseUrl": "https://www.w3.org/TR/wasm-core/",
|
|
14258
15304
|
"nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
|
|
14259
15305
|
},
|
|
@@ -14292,6 +15338,8 @@
|
|
|
14292
15338
|
"series": {
|
|
14293
15339
|
"shortname": "wasm-js-api",
|
|
14294
15340
|
"currentSpecification": "wasm-js-api-1",
|
|
15341
|
+
"title": "WebAssembly JavaScript Interface",
|
|
15342
|
+
"shortTitle": "WebAssembly JavaScript Interface",
|
|
14295
15343
|
"releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
|
|
14296
15344
|
"nightlyUrl": "https://webassembly.github.io/spec/js-api/"
|
|
14297
15345
|
},
|
|
@@ -14330,6 +15378,8 @@
|
|
|
14330
15378
|
"series": {
|
|
14331
15379
|
"shortname": "wasm-web-api",
|
|
14332
15380
|
"currentSpecification": "wasm-web-api-1",
|
|
15381
|
+
"title": "WebAssembly Web API",
|
|
15382
|
+
"shortTitle": "WebAssembly Web API",
|
|
14333
15383
|
"releaseUrl": "https://www.w3.org/TR/wasm-web-api/",
|
|
14334
15384
|
"nightlyUrl": "https://webassembly.github.io/spec/web-api/"
|
|
14335
15385
|
},
|
|
@@ -14368,6 +15418,8 @@
|
|
|
14368
15418
|
"series": {
|
|
14369
15419
|
"shortname": "web-animations",
|
|
14370
15420
|
"currentSpecification": "web-animations-1",
|
|
15421
|
+
"title": "Web Animations",
|
|
15422
|
+
"shortTitle": "Web Animations",
|
|
14371
15423
|
"releaseUrl": "https://www.w3.org/TR/web-animations/",
|
|
14372
15424
|
"nightlyUrl": "https://drafts.csswg.org/web-animations/"
|
|
14373
15425
|
},
|
|
@@ -14407,6 +15459,8 @@
|
|
|
14407
15459
|
"series": {
|
|
14408
15460
|
"shortname": "web-share",
|
|
14409
15461
|
"currentSpecification": "web-share",
|
|
15462
|
+
"title": "Web Share API",
|
|
15463
|
+
"shortTitle": "Web Share API",
|
|
14410
15464
|
"releaseUrl": "https://www.w3.org/TR/web-share/",
|
|
14411
15465
|
"nightlyUrl": "https://w3c.github.io/web-share/"
|
|
14412
15466
|
},
|
|
@@ -14444,6 +15498,8 @@
|
|
|
14444
15498
|
"series": {
|
|
14445
15499
|
"shortname": "webaudio",
|
|
14446
15500
|
"currentSpecification": "webaudio",
|
|
15501
|
+
"title": "Web Audio API",
|
|
15502
|
+
"shortTitle": "Web Audio API",
|
|
14447
15503
|
"releaseUrl": "https://www.w3.org/TR/webaudio/",
|
|
14448
15504
|
"nightlyUrl": "https://webaudio.github.io/web-audio-api/"
|
|
14449
15505
|
},
|
|
@@ -14481,6 +15537,8 @@
|
|
|
14481
15537
|
"series": {
|
|
14482
15538
|
"shortname": "webauthn",
|
|
14483
15539
|
"currentSpecification": "webauthn-3",
|
|
15540
|
+
"title": "Web Authentication",
|
|
15541
|
+
"shortTitle": "Web Authentication",
|
|
14484
15542
|
"releaseUrl": "https://www.w3.org/TR/webauthn/",
|
|
14485
15543
|
"nightlyUrl": "https://w3c.github.io/webauthn/"
|
|
14486
15544
|
},
|
|
@@ -14519,6 +15577,8 @@
|
|
|
14519
15577
|
"series": {
|
|
14520
15578
|
"shortname": "webcodecs",
|
|
14521
15579
|
"currentSpecification": "webcodecs",
|
|
15580
|
+
"title": "WebCodecs",
|
|
15581
|
+
"shortTitle": "WebCodecs",
|
|
14522
15582
|
"releaseUrl": "https://www.w3.org/TR/webcodecs/",
|
|
14523
15583
|
"nightlyUrl": "https://w3c.github.io/webcodecs/"
|
|
14524
15584
|
},
|
|
@@ -14556,6 +15616,8 @@
|
|
|
14556
15616
|
"series": {
|
|
14557
15617
|
"shortname": "WebCryptoAPI",
|
|
14558
15618
|
"currentSpecification": "WebCryptoAPI",
|
|
15619
|
+
"title": "Web Cryptography API",
|
|
15620
|
+
"shortTitle": "Web Cryptography API",
|
|
14559
15621
|
"releaseUrl": "https://www.w3.org/TR/WebCryptoAPI/",
|
|
14560
15622
|
"nightlyUrl": "https://w3c.github.io/webcrypto/"
|
|
14561
15623
|
},
|
|
@@ -14593,6 +15655,8 @@
|
|
|
14593
15655
|
"series": {
|
|
14594
15656
|
"shortname": "webdriver",
|
|
14595
15657
|
"currentSpecification": "webdriver2",
|
|
15658
|
+
"title": "WebDriver",
|
|
15659
|
+
"shortTitle": "WebDriver",
|
|
14596
15660
|
"releaseUrl": "https://www.w3.org/TR/webdriver/",
|
|
14597
15661
|
"nightlyUrl": "https://w3c.github.io/webdriver/"
|
|
14598
15662
|
},
|
|
@@ -14631,6 +15695,8 @@
|
|
|
14631
15695
|
"series": {
|
|
14632
15696
|
"shortname": "webgpu",
|
|
14633
15697
|
"currentSpecification": "webgpu",
|
|
15698
|
+
"title": "WebGPU",
|
|
15699
|
+
"shortTitle": "WebGPU",
|
|
14634
15700
|
"releaseUrl": "https://www.w3.org/TR/webgpu/",
|
|
14635
15701
|
"nightlyUrl": "https://gpuweb.github.io/gpuweb/"
|
|
14636
15702
|
},
|
|
@@ -14668,6 +15734,8 @@
|
|
|
14668
15734
|
"series": {
|
|
14669
15735
|
"shortname": "webmidi",
|
|
14670
15736
|
"currentSpecification": "webmidi",
|
|
15737
|
+
"title": "Web MIDI API",
|
|
15738
|
+
"shortTitle": "Web MIDI API",
|
|
14671
15739
|
"releaseUrl": "https://www.w3.org/TR/webmidi/",
|
|
14672
15740
|
"nightlyUrl": "https://webaudio.github.io/web-midi-api/"
|
|
14673
15741
|
},
|
|
@@ -14705,6 +15773,8 @@
|
|
|
14705
15773
|
"series": {
|
|
14706
15774
|
"shortname": "webnn",
|
|
14707
15775
|
"currentSpecification": "webnn",
|
|
15776
|
+
"title": "Web Neural Network API",
|
|
15777
|
+
"shortTitle": "Web Neural Network API",
|
|
14708
15778
|
"releaseUrl": "https://www.w3.org/TR/webnn/",
|
|
14709
15779
|
"nightlyUrl": "https://webmachinelearning.github.io/webnn/"
|
|
14710
15780
|
},
|
|
@@ -14742,6 +15812,8 @@
|
|
|
14742
15812
|
"series": {
|
|
14743
15813
|
"shortname": "webrtc-encoded-transform",
|
|
14744
15814
|
"currentSpecification": "webrtc-encoded-transform",
|
|
15815
|
+
"title": "WebRTC Encoded Transform",
|
|
15816
|
+
"shortTitle": "WebRTC Encoded Transform",
|
|
14745
15817
|
"releaseUrl": "https://www.w3.org/TR/webrtc-encoded-transform/",
|
|
14746
15818
|
"nightlyUrl": "https://w3c.github.io/webrtc-encoded-transform/"
|
|
14747
15819
|
},
|
|
@@ -14779,6 +15851,8 @@
|
|
|
14779
15851
|
"series": {
|
|
14780
15852
|
"shortname": "webrtc-identity",
|
|
14781
15853
|
"currentSpecification": "webrtc-identity",
|
|
15854
|
+
"title": "Identity for WebRTC",
|
|
15855
|
+
"shortTitle": "Identity for WebRTC",
|
|
14782
15856
|
"releaseUrl": "https://www.w3.org/TR/webrtc-identity/",
|
|
14783
15857
|
"nightlyUrl": "https://w3c.github.io/webrtc-identity/"
|
|
14784
15858
|
},
|
|
@@ -14816,6 +15890,8 @@
|
|
|
14816
15890
|
"series": {
|
|
14817
15891
|
"shortname": "webrtc-priority",
|
|
14818
15892
|
"currentSpecification": "webrtc-priority",
|
|
15893
|
+
"title": "WebRTC Priority Control API",
|
|
15894
|
+
"shortTitle": "WebRTC Priority Control API",
|
|
14819
15895
|
"releaseUrl": "https://www.w3.org/TR/webrtc-priority/",
|
|
14820
15896
|
"nightlyUrl": "https://w3c.github.io/webrtc-priority/"
|
|
14821
15897
|
},
|
|
@@ -14853,6 +15929,8 @@
|
|
|
14853
15929
|
"series": {
|
|
14854
15930
|
"shortname": "webrtc-stats",
|
|
14855
15931
|
"currentSpecification": "webrtc-stats",
|
|
15932
|
+
"title": "Identifiers for WebRTC's Statistics API",
|
|
15933
|
+
"shortTitle": "WebRTC Statistics",
|
|
14856
15934
|
"releaseUrl": "https://www.w3.org/TR/webrtc-stats/",
|
|
14857
15935
|
"nightlyUrl": "https://w3c.github.io/webrtc-stats/"
|
|
14858
15936
|
},
|
|
@@ -14890,6 +15968,8 @@
|
|
|
14890
15968
|
"series": {
|
|
14891
15969
|
"shortname": "webrtc-svc",
|
|
14892
15970
|
"currentSpecification": "webrtc-svc",
|
|
15971
|
+
"title": "Scalable Video Coding (SVC) Extension for WebRTC",
|
|
15972
|
+
"shortTitle": "SVC",
|
|
14893
15973
|
"releaseUrl": "https://www.w3.org/TR/webrtc-svc/",
|
|
14894
15974
|
"nightlyUrl": "https://w3c.github.io/webrtc-svc/"
|
|
14895
15975
|
},
|
|
@@ -14927,6 +16007,8 @@
|
|
|
14927
16007
|
"series": {
|
|
14928
16008
|
"shortname": "webrtc",
|
|
14929
16009
|
"currentSpecification": "webrtc",
|
|
16010
|
+
"title": "WebRTC: Real-Time Communication Between Browsers",
|
|
16011
|
+
"shortTitle": "WebRTC",
|
|
14930
16012
|
"releaseUrl": "https://www.w3.org/TR/webrtc/",
|
|
14931
16013
|
"nightlyUrl": "https://w3c.github.io/webrtc-pc/"
|
|
14932
16014
|
},
|
|
@@ -14964,6 +16046,8 @@
|
|
|
14964
16046
|
"series": {
|
|
14965
16047
|
"shortname": "webtransport",
|
|
14966
16048
|
"currentSpecification": "webtransport",
|
|
16049
|
+
"title": "WebTransport",
|
|
16050
|
+
"shortTitle": "WebTransport",
|
|
14967
16051
|
"releaseUrl": "https://www.w3.org/TR/webtransport/",
|
|
14968
16052
|
"nightlyUrl": "https://w3c.github.io/webtransport/"
|
|
14969
16053
|
},
|
|
@@ -15001,6 +16085,8 @@
|
|
|
15001
16085
|
"series": {
|
|
15002
16086
|
"shortname": "webvtt",
|
|
15003
16087
|
"currentSpecification": "webvtt1",
|
|
16088
|
+
"title": "WebVTT: The Web Video Text Tracks Format",
|
|
16089
|
+
"shortTitle": "WebVTT: The Web Video Text Tracks Format",
|
|
15004
16090
|
"releaseUrl": "https://www.w3.org/TR/webvtt/",
|
|
15005
16091
|
"nightlyUrl": "https://w3c.github.io/webvtt/"
|
|
15006
16092
|
},
|
|
@@ -15039,6 +16125,8 @@
|
|
|
15039
16125
|
"series": {
|
|
15040
16126
|
"shortname": "webxr-ar-module",
|
|
15041
16127
|
"currentSpecification": "webxr-ar-module-1",
|
|
16128
|
+
"title": "WebXR Augmented Reality",
|
|
16129
|
+
"shortTitle": "WebXR Augmented Reality",
|
|
15042
16130
|
"releaseUrl": "https://www.w3.org/TR/webxr-ar-module/",
|
|
15043
16131
|
"nightlyUrl": "https://immersive-web.github.io/webxr-ar-module/"
|
|
15044
16132
|
},
|
|
@@ -15077,6 +16165,8 @@
|
|
|
15077
16165
|
"series": {
|
|
15078
16166
|
"shortname": "webxr-depth-sensing",
|
|
15079
16167
|
"currentSpecification": "webxr-depth-sensing-1",
|
|
16168
|
+
"title": "WebXR Depth Sensing Module",
|
|
16169
|
+
"shortTitle": "WebXR Depth Sensing",
|
|
15080
16170
|
"releaseUrl": "https://www.w3.org/TR/webxr-depth-sensing/",
|
|
15081
16171
|
"nightlyUrl": "https://immersive-web.github.io/depth-sensing/"
|
|
15082
16172
|
},
|
|
@@ -15109,6 +16199,8 @@
|
|
|
15109
16199
|
"series": {
|
|
15110
16200
|
"shortname": "webxr-dom-overlays",
|
|
15111
16201
|
"currentSpecification": "webxr-dom-overlays-1",
|
|
16202
|
+
"title": "WebXR DOM Overlays Module",
|
|
16203
|
+
"shortTitle": "WebXR DOM Overlays",
|
|
15112
16204
|
"releaseUrl": "https://www.w3.org/TR/webxr-dom-overlays/",
|
|
15113
16205
|
"nightlyUrl": "https://immersive-web.github.io/dom-overlays/"
|
|
15114
16206
|
},
|
|
@@ -15147,6 +16239,8 @@
|
|
|
15147
16239
|
"series": {
|
|
15148
16240
|
"shortname": "webxr-gamepads-module",
|
|
15149
16241
|
"currentSpecification": "webxr-gamepads-module-1",
|
|
16242
|
+
"title": "WebXR Gamepads",
|
|
16243
|
+
"shortTitle": "WebXR Gamepads",
|
|
15150
16244
|
"releaseUrl": "https://www.w3.org/TR/webxr-gamepads-module/",
|
|
15151
16245
|
"nightlyUrl": "https://immersive-web.github.io/webxr-gamepads-module/"
|
|
15152
16246
|
},
|
|
@@ -15185,6 +16279,8 @@
|
|
|
15185
16279
|
"series": {
|
|
15186
16280
|
"shortname": "webxr-hand-input",
|
|
15187
16281
|
"currentSpecification": "webxr-hand-input-1",
|
|
16282
|
+
"title": "WebXR Hand Input",
|
|
16283
|
+
"shortTitle": "WebXR Hand Input",
|
|
15188
16284
|
"releaseUrl": "https://www.w3.org/TR/webxr-hand-input/",
|
|
15189
16285
|
"nightlyUrl": "https://immersive-web.github.io/webxr-hand-input/"
|
|
15190
16286
|
},
|
|
@@ -15223,6 +16319,8 @@
|
|
|
15223
16319
|
"series": {
|
|
15224
16320
|
"shortname": "webxr-hit-test",
|
|
15225
16321
|
"currentSpecification": "webxr-hit-test-1",
|
|
16322
|
+
"title": "WebXR Hit Test Module",
|
|
16323
|
+
"shortTitle": "WebXR Hit Test",
|
|
15226
16324
|
"releaseUrl": "https://www.w3.org/TR/webxr-hit-test/",
|
|
15227
16325
|
"nightlyUrl": "https://immersive-web.github.io/hit-test/"
|
|
15228
16326
|
},
|
|
@@ -15261,6 +16359,8 @@
|
|
|
15261
16359
|
"series": {
|
|
15262
16360
|
"shortname": "webxr-lighting-estimation",
|
|
15263
16361
|
"currentSpecification": "webxr-lighting-estimation-1",
|
|
16362
|
+
"title": "WebXR Lighting Estimation API",
|
|
16363
|
+
"shortTitle": "WebXR Lighting Estimation API",
|
|
15264
16364
|
"releaseUrl": "https://www.w3.org/TR/webxr-lighting-estimation/",
|
|
15265
16365
|
"nightlyUrl": "https://immersive-web.github.io/lighting-estimation/"
|
|
15266
16366
|
},
|
|
@@ -15293,6 +16393,8 @@
|
|
|
15293
16393
|
"series": {
|
|
15294
16394
|
"shortname": "webxr",
|
|
15295
16395
|
"currentSpecification": "webxr",
|
|
16396
|
+
"title": "WebXR Device API",
|
|
16397
|
+
"shortTitle": "WebXR Device API",
|
|
15296
16398
|
"releaseUrl": "https://www.w3.org/TR/webxr/",
|
|
15297
16399
|
"nightlyUrl": "https://immersive-web.github.io/webxr/"
|
|
15298
16400
|
},
|
|
@@ -15339,6 +16441,8 @@
|
|
|
15339
16441
|
"series": {
|
|
15340
16442
|
"shortname": "webxrlayers",
|
|
15341
16443
|
"currentSpecification": "webxrlayers-1",
|
|
16444
|
+
"title": "WebXR Layers API",
|
|
16445
|
+
"shortTitle": "WebXR Layers API",
|
|
15342
16446
|
"releaseUrl": "https://www.w3.org/TR/webxrlayers/",
|
|
15343
16447
|
"nightlyUrl": "https://immersive-web.github.io/layers/"
|
|
15344
16448
|
},
|
|
@@ -15377,6 +16481,8 @@
|
|
|
15377
16481
|
"series": {
|
|
15378
16482
|
"shortname": "WGSL",
|
|
15379
16483
|
"currentSpecification": "WGSL",
|
|
16484
|
+
"title": "WebGPU Shading Language",
|
|
16485
|
+
"shortTitle": "WebGPU Shading Language",
|
|
15380
16486
|
"releaseUrl": "https://www.w3.org/TR/WGSL/",
|
|
15381
16487
|
"nightlyUrl": "https://gpuweb.github.io/gpuweb/wgsl/"
|
|
15382
16488
|
},
|
|
@@ -15408,6 +16514,8 @@
|
|
|
15408
16514
|
"series": {
|
|
15409
16515
|
"shortname": "WOFF",
|
|
15410
16516
|
"currentSpecification": "WOFF2",
|
|
16517
|
+
"title": "WOFF File Format",
|
|
16518
|
+
"shortTitle": "WOFF",
|
|
15411
16519
|
"releaseUrl": "https://www.w3.org/TR/WOFF/",
|
|
15412
16520
|
"nightlyUrl": "https://w3c.github.io/woff/woff2/"
|
|
15413
16521
|
},
|
|
@@ -15446,6 +16554,8 @@
|
|
|
15446
16554
|
"series": {
|
|
15447
16555
|
"shortname": "xhr",
|
|
15448
16556
|
"currentSpecification": "xhr",
|
|
16557
|
+
"title": "XMLHttpRequest Standard",
|
|
16558
|
+
"shortTitle": "XMLHttpRequest",
|
|
15449
16559
|
"nightlyUrl": "https://xhr.spec.whatwg.org/"
|
|
15450
16560
|
},
|
|
15451
16561
|
"organization": "WHATWG",
|