browser-specs 2.20.0 → 2.24.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/README.md +26 -0
- package/index.json +1069 -97
- 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": [
|
|
@@ -261,6 +277,8 @@
|
|
|
261
277
|
"series": {
|
|
262
278
|
"shortname": "css-env",
|
|
263
279
|
"currentSpecification": "css-env-1",
|
|
280
|
+
"title": "CSS Environment Variables",
|
|
281
|
+
"shortTitle": "CSS Environment Variables",
|
|
264
282
|
"nightlyUrl": "https://drafts.csswg.org/css-env/"
|
|
265
283
|
},
|
|
266
284
|
"seriesVersion": "1",
|
|
@@ -294,6 +312,8 @@
|
|
|
294
312
|
"series": {
|
|
295
313
|
"shortname": "css-extensions",
|
|
296
314
|
"currentSpecification": "css-extensions-1",
|
|
315
|
+
"title": "CSS Extensions",
|
|
316
|
+
"shortTitle": "CSS Extensions",
|
|
297
317
|
"nightlyUrl": "https://drafts.csswg.org/css-extensions/"
|
|
298
318
|
},
|
|
299
319
|
"seriesVersion": "1",
|
|
@@ -321,6 +341,8 @@
|
|
|
321
341
|
"series": {
|
|
322
342
|
"shortname": "css-gcpm",
|
|
323
343
|
"currentSpecification": "css-gcpm-3",
|
|
344
|
+
"title": "CSS Generated Content for Paged Media",
|
|
345
|
+
"shortTitle": "CSS GCPM",
|
|
324
346
|
"releaseUrl": "https://www.w3.org/TR/css-gcpm/",
|
|
325
347
|
"nightlyUrl": "https://drafts.csswg.org/css-gcpm/"
|
|
326
348
|
},
|
|
@@ -356,6 +378,8 @@
|
|
|
356
378
|
"series": {
|
|
357
379
|
"shortname": "css-grid",
|
|
358
380
|
"currentSpecification": "css-grid-2",
|
|
381
|
+
"title": "CSS Grid Layout",
|
|
382
|
+
"shortTitle": "CSS Grid Layout",
|
|
359
383
|
"releaseUrl": "https://www.w3.org/TR/css-grid/",
|
|
360
384
|
"nightlyUrl": "https://drafts.csswg.org/css-grid/"
|
|
361
385
|
},
|
|
@@ -391,6 +415,8 @@
|
|
|
391
415
|
"series": {
|
|
392
416
|
"shortname": "css-multicol",
|
|
393
417
|
"currentSpecification": "css-multicol-1",
|
|
418
|
+
"title": "CSS Multi-column Layout",
|
|
419
|
+
"shortTitle": "CSS Multicol",
|
|
394
420
|
"releaseUrl": "https://www.w3.org/TR/css-multicol/",
|
|
395
421
|
"nightlyUrl": "https://drafts.csswg.org/css-multicol/"
|
|
396
422
|
},
|
|
@@ -426,6 +452,8 @@
|
|
|
426
452
|
"series": {
|
|
427
453
|
"shortname": "css-page",
|
|
428
454
|
"currentSpecification": "css-page-3",
|
|
455
|
+
"title": "CSS Paged Media",
|
|
456
|
+
"shortTitle": "CSS Paged Media",
|
|
429
457
|
"releaseUrl": "https://www.w3.org/TR/css-page/",
|
|
430
458
|
"nightlyUrl": "https://drafts.csswg.org/css-page/"
|
|
431
459
|
},
|
|
@@ -461,6 +489,8 @@
|
|
|
461
489
|
"series": {
|
|
462
490
|
"shortname": "css-shapes",
|
|
463
491
|
"currentSpecification": "css-shapes-1",
|
|
492
|
+
"title": "CSS Shapes",
|
|
493
|
+
"shortTitle": "CSS Shapes",
|
|
464
494
|
"releaseUrl": "https://www.w3.org/TR/css-shapes/",
|
|
465
495
|
"nightlyUrl": "https://drafts.csswg.org/css-shapes/"
|
|
466
496
|
},
|
|
@@ -496,6 +526,8 @@
|
|
|
496
526
|
"series": {
|
|
497
527
|
"shortname": "css-size-adjust",
|
|
498
528
|
"currentSpecification": "css-size-adjust-1",
|
|
529
|
+
"title": "CSS Mobile Text Size Adjustment",
|
|
530
|
+
"shortTitle": "CSS Size Adjustment",
|
|
499
531
|
"nightlyUrl": "https://drafts.csswg.org/css-size-adjust/"
|
|
500
532
|
},
|
|
501
533
|
"seriesVersion": "1",
|
|
@@ -529,6 +561,8 @@
|
|
|
529
561
|
"series": {
|
|
530
562
|
"shortname": "css-transitions",
|
|
531
563
|
"currentSpecification": "css-transitions-1",
|
|
564
|
+
"title": "CSS Transitions",
|
|
565
|
+
"shortTitle": "CSS Transitions",
|
|
532
566
|
"releaseUrl": "https://www.w3.org/TR/css-transitions/",
|
|
533
567
|
"nightlyUrl": "https://drafts.csswg.org/css-transitions/"
|
|
534
568
|
},
|
|
@@ -564,6 +598,8 @@
|
|
|
564
598
|
"series": {
|
|
565
599
|
"shortname": "css-values",
|
|
566
600
|
"currentSpecification": "css-values-4",
|
|
601
|
+
"title": "CSS Values and Units",
|
|
602
|
+
"shortTitle": "CSS Values",
|
|
567
603
|
"releaseUrl": "https://www.w3.org/TR/css-values/",
|
|
568
604
|
"nightlyUrl": "https://drafts.csswg.org/css-values/"
|
|
569
605
|
},
|
|
@@ -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",
|
|
@@ -1403,6 +1454,8 @@
|
|
|
1403
1454
|
"series": {
|
|
1404
1455
|
"shortname": "tc39-array-grouping",
|
|
1405
1456
|
"currentSpecification": "tc39-array-grouping",
|
|
1457
|
+
"title": "Array Grouping",
|
|
1458
|
+
"shortTitle": "Array Grouping",
|
|
1406
1459
|
"nightlyUrl": "https://tc39.es/proposal-array-grouping/"
|
|
1407
1460
|
},
|
|
1408
1461
|
"organization": "Ecma International",
|
|
@@ -1429,6 +1482,8 @@
|
|
|
1429
1482
|
"series": {
|
|
1430
1483
|
"shortname": "tc39-atomics-wait-async",
|
|
1431
1484
|
"currentSpecification": "tc39-atomics-wait-async",
|
|
1485
|
+
"title": "Atomics.waitAsync",
|
|
1486
|
+
"shortTitle": "Atomics.waitAsync",
|
|
1432
1487
|
"nightlyUrl": "https://tc39.es/proposal-atomics-wait-async/"
|
|
1433
1488
|
},
|
|
1434
1489
|
"organization": "Ecma International",
|
|
@@ -1455,6 +1510,8 @@
|
|
|
1455
1510
|
"series": {
|
|
1456
1511
|
"shortname": "tc39-class-fields",
|
|
1457
1512
|
"currentSpecification": "tc39-class-fields",
|
|
1513
|
+
"title": "Public and private instance fields proposal",
|
|
1514
|
+
"shortTitle": "Public and private instance fields proposal",
|
|
1458
1515
|
"nightlyUrl": "https://tc39.es/proposal-class-fields/"
|
|
1459
1516
|
},
|
|
1460
1517
|
"organization": "Ecma International",
|
|
@@ -1481,6 +1538,8 @@
|
|
|
1481
1538
|
"series": {
|
|
1482
1539
|
"shortname": "tc39-class-static-block",
|
|
1483
1540
|
"currentSpecification": "tc39-class-static-block",
|
|
1541
|
+
"title": "ECMAScript class static initialization blocks",
|
|
1542
|
+
"shortTitle": "ECMAScript class static initialization blocks",
|
|
1484
1543
|
"nightlyUrl": "https://tc39.es/proposal-class-static-block/"
|
|
1485
1544
|
},
|
|
1486
1545
|
"organization": "Ecma International",
|
|
@@ -1507,6 +1566,8 @@
|
|
|
1507
1566
|
"series": {
|
|
1508
1567
|
"shortname": "tc39-error-cause",
|
|
1509
1568
|
"currentSpecification": "tc39-error-cause",
|
|
1569
|
+
"title": "Error Cause",
|
|
1570
|
+
"shortTitle": "Error Cause",
|
|
1510
1571
|
"nightlyUrl": "https://tc39.es/proposal-error-cause/"
|
|
1511
1572
|
},
|
|
1512
1573
|
"organization": "Ecma International",
|
|
@@ -1533,6 +1594,8 @@
|
|
|
1533
1594
|
"series": {
|
|
1534
1595
|
"shortname": "tc39-import-assertions",
|
|
1535
1596
|
"currentSpecification": "tc39-import-assertions",
|
|
1597
|
+
"title": "import assertions",
|
|
1598
|
+
"shortTitle": "import assertions",
|
|
1536
1599
|
"nightlyUrl": "https://tc39.es/proposal-import-assertions/"
|
|
1537
1600
|
},
|
|
1538
1601
|
"organization": "Ecma International",
|
|
@@ -1559,6 +1622,8 @@
|
|
|
1559
1622
|
"series": {
|
|
1560
1623
|
"shortname": "tc39-intl-duration-format",
|
|
1561
1624
|
"currentSpecification": "tc39-intl-duration-format",
|
|
1625
|
+
"title": "Intl.DurationFormat",
|
|
1626
|
+
"shortTitle": "Intl.DurationFormat",
|
|
1562
1627
|
"nightlyUrl": "https://tc39.es/proposal-intl-duration-format/"
|
|
1563
1628
|
},
|
|
1564
1629
|
"organization": "Ecma International",
|
|
@@ -1585,6 +1650,8 @@
|
|
|
1585
1650
|
"series": {
|
|
1586
1651
|
"shortname": "tc39-intl-enumeration",
|
|
1587
1652
|
"currentSpecification": "tc39-intl-enumeration",
|
|
1653
|
+
"title": "Intl Enumeration API Specification",
|
|
1654
|
+
"shortTitle": "Intl Enumeration API",
|
|
1588
1655
|
"nightlyUrl": "https://tc39.es/proposal-intl-enumeration/"
|
|
1589
1656
|
},
|
|
1590
1657
|
"organization": "Ecma International",
|
|
@@ -1611,6 +1678,8 @@
|
|
|
1611
1678
|
"series": {
|
|
1612
1679
|
"shortname": "tc39-intl-extend-timezonename",
|
|
1613
1680
|
"currentSpecification": "tc39-intl-extend-timezonename",
|
|
1681
|
+
"title": "Extend TimeZoneName Option Proposal",
|
|
1682
|
+
"shortTitle": "Extend TimeZoneName Option",
|
|
1614
1683
|
"nightlyUrl": "https://tc39.es/proposal-intl-extend-timezonename/"
|
|
1615
1684
|
},
|
|
1616
1685
|
"organization": "Ecma International",
|
|
@@ -1628,7 +1697,7 @@
|
|
|
1628
1697
|
},
|
|
1629
1698
|
"title": "Extend TimeZoneName Option Proposal",
|
|
1630
1699
|
"source": "spec",
|
|
1631
|
-
"shortTitle": "Extend TimeZoneName Option
|
|
1700
|
+
"shortTitle": "Extend TimeZoneName Option"
|
|
1632
1701
|
},
|
|
1633
1702
|
{
|
|
1634
1703
|
"url": "https://tc39.es/proposal-intl-locale-info/",
|
|
@@ -1637,6 +1706,8 @@
|
|
|
1637
1706
|
"series": {
|
|
1638
1707
|
"shortname": "tc39-intl-locale-info",
|
|
1639
1708
|
"currentSpecification": "tc39-intl-locale-info",
|
|
1709
|
+
"title": "Intl Locale Info Proposal",
|
|
1710
|
+
"shortTitle": "Intl Locale Info",
|
|
1640
1711
|
"nightlyUrl": "https://tc39.es/proposal-intl-locale-info/"
|
|
1641
1712
|
},
|
|
1642
1713
|
"organization": "Ecma International",
|
|
@@ -1654,33 +1725,7 @@
|
|
|
1654
1725
|
},
|
|
1655
1726
|
"title": "Intl Locale Info Proposal",
|
|
1656
1727
|
"source": "spec",
|
|
1657
|
-
"shortTitle": "Intl Locale Info
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"url": "https://tc39.es/proposal-intl-segmenter/",
|
|
1661
|
-
"seriesComposition": "full",
|
|
1662
|
-
"shortname": "tc39-intl-segmenter",
|
|
1663
|
-
"series": {
|
|
1664
|
-
"shortname": "tc39-intl-segmenter",
|
|
1665
|
-
"currentSpecification": "tc39-intl-segmenter",
|
|
1666
|
-
"nightlyUrl": "https://tc39.es/proposal-intl-segmenter/"
|
|
1667
|
-
},
|
|
1668
|
-
"organization": "Ecma International",
|
|
1669
|
-
"groups": [
|
|
1670
|
-
{
|
|
1671
|
-
"name": "TC39",
|
|
1672
|
-
"url": "https://tc39.es/"
|
|
1673
|
-
}
|
|
1674
|
-
],
|
|
1675
|
-
"nightly": {
|
|
1676
|
-
"url": "https://tc39.es/proposal-intl-segmenter/",
|
|
1677
|
-
"repository": "https://github.com/tc39/proposal-intl-segmenter",
|
|
1678
|
-
"sourcePath": "spec.html",
|
|
1679
|
-
"filename": "index.html"
|
|
1680
|
-
},
|
|
1681
|
-
"title": "Intl.Segmenter Proposal",
|
|
1682
|
-
"source": "spec",
|
|
1683
|
-
"shortTitle": "Intl.Segmenter Proposal"
|
|
1728
|
+
"shortTitle": "Intl Locale Info"
|
|
1684
1729
|
},
|
|
1685
1730
|
{
|
|
1686
1731
|
"url": "https://tc39.es/proposal-json-modules/",
|
|
@@ -1689,6 +1734,8 @@
|
|
|
1689
1734
|
"series": {
|
|
1690
1735
|
"shortname": "tc39-json-modules",
|
|
1691
1736
|
"currentSpecification": "tc39-json-modules",
|
|
1737
|
+
"title": "JSON modules",
|
|
1738
|
+
"shortTitle": "JSON modules",
|
|
1692
1739
|
"nightlyUrl": "https://tc39.es/proposal-json-modules/"
|
|
1693
1740
|
},
|
|
1694
1741
|
"organization": "Ecma International",
|
|
@@ -1715,6 +1762,8 @@
|
|
|
1715
1762
|
"series": {
|
|
1716
1763
|
"shortname": "tc39-private-fields-in-in",
|
|
1717
1764
|
"currentSpecification": "tc39-private-fields-in-in",
|
|
1765
|
+
"title": "Private Fields in in",
|
|
1766
|
+
"shortTitle": "Private Fields in in",
|
|
1718
1767
|
"nightlyUrl": "https://tc39.es/proposal-private-fields-in-in/"
|
|
1719
1768
|
},
|
|
1720
1769
|
"organization": "Ecma International",
|
|
@@ -1741,6 +1790,8 @@
|
|
|
1741
1790
|
"series": {
|
|
1742
1791
|
"shortname": "tc39-private-methods",
|
|
1743
1792
|
"currentSpecification": "tc39-private-methods",
|
|
1793
|
+
"title": "Private Methods and Accessors Proposal",
|
|
1794
|
+
"shortTitle": "Private Methods and Accessors",
|
|
1744
1795
|
"nightlyUrl": "https://tc39.es/proposal-private-methods/"
|
|
1745
1796
|
},
|
|
1746
1797
|
"organization": "Ecma International",
|
|
@@ -1758,7 +1809,7 @@
|
|
|
1758
1809
|
},
|
|
1759
1810
|
"title": "Private Methods and Accessors Proposal",
|
|
1760
1811
|
"source": "spec",
|
|
1761
|
-
"shortTitle": "Private Methods and Accessors
|
|
1812
|
+
"shortTitle": "Private Methods and Accessors"
|
|
1762
1813
|
},
|
|
1763
1814
|
{
|
|
1764
1815
|
"url": "https://tc39.es/proposal-regexp-match-indices/",
|
|
@@ -1767,6 +1818,8 @@
|
|
|
1767
1818
|
"series": {
|
|
1768
1819
|
"shortname": "tc39-regexp-match-indices",
|
|
1769
1820
|
"currentSpecification": "tc39-regexp-match-indices",
|
|
1821
|
+
"title": "RegExp Match Indices",
|
|
1822
|
+
"shortTitle": "RegExp Match Indices",
|
|
1770
1823
|
"nightlyUrl": "https://tc39.es/proposal-regexp-match-indices/"
|
|
1771
1824
|
},
|
|
1772
1825
|
"organization": "Ecma International",
|
|
@@ -1793,6 +1846,8 @@
|
|
|
1793
1846
|
"series": {
|
|
1794
1847
|
"shortname": "tc39-relative-indexing-method",
|
|
1795
1848
|
"currentSpecification": "tc39-relative-indexing-method",
|
|
1849
|
+
"title": "Relative Indexing Method",
|
|
1850
|
+
"shortTitle": "Relative Indexing Method",
|
|
1796
1851
|
"nightlyUrl": "https://tc39.es/proposal-relative-indexing-method/"
|
|
1797
1852
|
},
|
|
1798
1853
|
"organization": "Ecma International",
|
|
@@ -1819,6 +1874,8 @@
|
|
|
1819
1874
|
"series": {
|
|
1820
1875
|
"shortname": "tc39-resizablearraybuffer",
|
|
1821
1876
|
"currentSpecification": "tc39-resizablearraybuffer",
|
|
1877
|
+
"title": "Resizable ArrayBuffer and growable SharedArrayBuffer",
|
|
1878
|
+
"shortTitle": "Resizable ArrayBuffer and growable SharedArrayBuffer",
|
|
1822
1879
|
"nightlyUrl": "https://tc39.es/proposal-resizablearraybuffer/"
|
|
1823
1880
|
},
|
|
1824
1881
|
"organization": "Ecma International",
|
|
@@ -1845,6 +1902,8 @@
|
|
|
1845
1902
|
"series": {
|
|
1846
1903
|
"shortname": "tc39-shadowrealm",
|
|
1847
1904
|
"currentSpecification": "tc39-shadowrealm",
|
|
1905
|
+
"title": "ShadowRealm API",
|
|
1906
|
+
"shortTitle": "ShadowRealm API",
|
|
1848
1907
|
"nightlyUrl": "https://tc39.es/proposal-shadowrealm/"
|
|
1849
1908
|
},
|
|
1850
1909
|
"organization": "Ecma International",
|
|
@@ -1871,6 +1930,8 @@
|
|
|
1871
1930
|
"series": {
|
|
1872
1931
|
"shortname": "tc39-static-class-features",
|
|
1873
1932
|
"currentSpecification": "tc39-static-class-features",
|
|
1933
|
+
"title": "Static class features",
|
|
1934
|
+
"shortTitle": "Static class features",
|
|
1874
1935
|
"nightlyUrl": "https://tc39.es/proposal-static-class-features/"
|
|
1875
1936
|
},
|
|
1876
1937
|
"organization": "Ecma International",
|
|
@@ -1897,6 +1958,8 @@
|
|
|
1897
1958
|
"series": {
|
|
1898
1959
|
"shortname": "tc39-temporal",
|
|
1899
1960
|
"currentSpecification": "tc39-temporal",
|
|
1961
|
+
"title": "Temporal proposal",
|
|
1962
|
+
"shortTitle": "Temporal proposal",
|
|
1900
1963
|
"nightlyUrl": "https://tc39.es/proposal-temporal/"
|
|
1901
1964
|
},
|
|
1902
1965
|
"organization": "Ecma International",
|
|
@@ -1923,6 +1986,8 @@
|
|
|
1923
1986
|
"series": {
|
|
1924
1987
|
"shortname": "tc39-top-level-await",
|
|
1925
1988
|
"currentSpecification": "tc39-top-level-await",
|
|
1989
|
+
"title": "Top-Level Await",
|
|
1990
|
+
"shortTitle": "Top-Level Await",
|
|
1926
1991
|
"nightlyUrl": "https://tc39.es/proposal-top-level-await/"
|
|
1927
1992
|
},
|
|
1928
1993
|
"organization": "Ecma International",
|
|
@@ -1942,6 +2007,34 @@
|
|
|
1942
2007
|
"source": "spec",
|
|
1943
2008
|
"shortTitle": "Top-Level Await"
|
|
1944
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
|
+
},
|
|
1945
2038
|
{
|
|
1946
2039
|
"url": "https://url.spec.whatwg.org/",
|
|
1947
2040
|
"seriesComposition": "full",
|
|
@@ -1949,6 +2042,8 @@
|
|
|
1949
2042
|
"series": {
|
|
1950
2043
|
"shortname": "url",
|
|
1951
2044
|
"currentSpecification": "url",
|
|
2045
|
+
"title": "URL Standard",
|
|
2046
|
+
"shortTitle": "URL",
|
|
1952
2047
|
"nightlyUrl": "https://url.spec.whatwg.org/"
|
|
1953
2048
|
},
|
|
1954
2049
|
"organization": "WHATWG",
|
|
@@ -1974,6 +2069,34 @@
|
|
|
1974
2069
|
]
|
|
1975
2070
|
}
|
|
1976
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
|
+
},
|
|
1977
2100
|
{
|
|
1978
2101
|
"url": "https://w3c.github.io/badging/",
|
|
1979
2102
|
"seriesComposition": "full",
|
|
@@ -1981,6 +2104,8 @@
|
|
|
1981
2104
|
"series": {
|
|
1982
2105
|
"shortname": "badging",
|
|
1983
2106
|
"currentSpecification": "badging",
|
|
2107
|
+
"title": "Badging API",
|
|
2108
|
+
"shortTitle": "Badging API",
|
|
1984
2109
|
"nightlyUrl": "https://w3c.github.io/badging/"
|
|
1985
2110
|
},
|
|
1986
2111
|
"organization": "W3C",
|
|
@@ -2013,6 +2138,8 @@
|
|
|
2013
2138
|
"series": {
|
|
2014
2139
|
"shortname": "contact-api",
|
|
2015
2140
|
"currentSpecification": "contact-api",
|
|
2141
|
+
"title": "Contact Picker API",
|
|
2142
|
+
"shortTitle": "Contact Picker API",
|
|
2016
2143
|
"nightlyUrl": "https://w3c.github.io/contact-api/spec/"
|
|
2017
2144
|
},
|
|
2018
2145
|
"organization": "W3C",
|
|
@@ -2039,6 +2166,8 @@
|
|
|
2039
2166
|
"series": {
|
|
2040
2167
|
"shortname": "contentEditable",
|
|
2041
2168
|
"currentSpecification": "contentEditable",
|
|
2169
|
+
"title": "ContentEditable",
|
|
2170
|
+
"shortTitle": "ContentEditable",
|
|
2042
2171
|
"nightlyUrl": "https://w3c.github.io/contentEditable/"
|
|
2043
2172
|
},
|
|
2044
2173
|
"organization": "W3C",
|
|
@@ -2071,6 +2200,8 @@
|
|
|
2071
2200
|
"series": {
|
|
2072
2201
|
"shortname": "gamepad-extensions",
|
|
2073
2202
|
"currentSpecification": "gamepad-extensions",
|
|
2203
|
+
"title": "Gamepad Extensions",
|
|
2204
|
+
"shortTitle": "Gamepad Extensions",
|
|
2074
2205
|
"nightlyUrl": "https://w3c.github.io/gamepad/extensions.html"
|
|
2075
2206
|
},
|
|
2076
2207
|
"organization": "W3C",
|
|
@@ -2097,6 +2228,8 @@
|
|
|
2097
2228
|
"series": {
|
|
2098
2229
|
"shortname": "mathml-aam",
|
|
2099
2230
|
"currentSpecification": "mathml-aam",
|
|
2231
|
+
"title": "MathML Accessiblity API Mappings",
|
|
2232
|
+
"shortTitle": "MathML Accessiblity API Mappings",
|
|
2100
2233
|
"nightlyUrl": "https://w3c.github.io/mathml-aam/"
|
|
2101
2234
|
},
|
|
2102
2235
|
"organization": "W3C",
|
|
@@ -2123,6 +2256,8 @@
|
|
|
2123
2256
|
"series": {
|
|
2124
2257
|
"shortname": "media-playback-quality",
|
|
2125
2258
|
"currentSpecification": "media-playback-quality",
|
|
2259
|
+
"title": "Media Playback Quality",
|
|
2260
|
+
"shortTitle": "Media Playback Quality",
|
|
2126
2261
|
"nightlyUrl": "https://w3c.github.io/media-playback-quality/"
|
|
2127
2262
|
},
|
|
2128
2263
|
"organization": "W3C",
|
|
@@ -2155,6 +2290,8 @@
|
|
|
2155
2290
|
"series": {
|
|
2156
2291
|
"shortname": "mediacapture-automation",
|
|
2157
2292
|
"currentSpecification": "mediacapture-automation",
|
|
2293
|
+
"title": "Media Capture Automation",
|
|
2294
|
+
"shortTitle": "Media Capture Automation",
|
|
2158
2295
|
"nightlyUrl": "https://w3c.github.io/mediacapture-automation/"
|
|
2159
2296
|
},
|
|
2160
2297
|
"organization": "W3C",
|
|
@@ -2174,6 +2311,62 @@
|
|
|
2174
2311
|
"source": "spec",
|
|
2175
2312
|
"shortTitle": "Media Capture Automation"
|
|
2176
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
|
+
},
|
|
2177
2370
|
{
|
|
2178
2371
|
"url": "https://w3c.github.io/web-locks/",
|
|
2179
2372
|
"seriesComposition": "full",
|
|
@@ -2181,6 +2374,8 @@
|
|
|
2181
2374
|
"series": {
|
|
2182
2375
|
"shortname": "web-locks",
|
|
2183
2376
|
"currentSpecification": "web-locks",
|
|
2377
|
+
"title": "Web Locks API",
|
|
2378
|
+
"shortTitle": "Web Locks API",
|
|
2184
2379
|
"nightlyUrl": "https://w3c.github.io/web-locks/"
|
|
2185
2380
|
},
|
|
2186
2381
|
"organization": "W3C",
|
|
@@ -2213,6 +2408,8 @@
|
|
|
2213
2408
|
"series": {
|
|
2214
2409
|
"shortname": "web-nfc",
|
|
2215
2410
|
"currentSpecification": "web-nfc",
|
|
2411
|
+
"title": "Web NFC API",
|
|
2412
|
+
"shortTitle": "Web NFC API",
|
|
2216
2413
|
"nightlyUrl": "https://w3c.github.io/web-nfc/"
|
|
2217
2414
|
},
|
|
2218
2415
|
"organization": "W3C",
|
|
@@ -2245,6 +2442,8 @@
|
|
|
2245
2442
|
"series": {
|
|
2246
2443
|
"shortname": "web-share-target",
|
|
2247
2444
|
"currentSpecification": "web-share-target",
|
|
2445
|
+
"title": "Web Share Target API",
|
|
2446
|
+
"shortTitle": "Web Share Target API",
|
|
2248
2447
|
"nightlyUrl": "https://w3c.github.io/web-share-target/"
|
|
2249
2448
|
},
|
|
2250
2449
|
"organization": "W3C",
|
|
@@ -2271,6 +2470,8 @@
|
|
|
2271
2470
|
"series": {
|
|
2272
2471
|
"shortname": "change-password-url",
|
|
2273
2472
|
"currentSpecification": "change-password-url",
|
|
2473
|
+
"title": "A Well-Known URL for Changing Passwords",
|
|
2474
|
+
"shortTitle": "A Well-Known URL for Changing Passwords",
|
|
2274
2475
|
"nightlyUrl": "https://w3c.github.io/webappsec-change-password-url/"
|
|
2275
2476
|
},
|
|
2276
2477
|
"organization": "W3C",
|
|
@@ -2297,6 +2498,8 @@
|
|
|
2297
2498
|
"series": {
|
|
2298
2499
|
"shortname": "trusted-types",
|
|
2299
2500
|
"currentSpecification": "trusted-types",
|
|
2501
|
+
"title": "Trusted Types",
|
|
2502
|
+
"shortTitle": "Trusted Types",
|
|
2300
2503
|
"nightlyUrl": "https://w3c.github.io/webappsec-trusted-types/dist/spec/"
|
|
2301
2504
|
},
|
|
2302
2505
|
"organization": "W3C",
|
|
@@ -2329,6 +2532,8 @@
|
|
|
2329
2532
|
"series": {
|
|
2330
2533
|
"shortname": "webdriver-bidi",
|
|
2331
2534
|
"currentSpecification": "webdriver-bidi",
|
|
2535
|
+
"title": "WebDriver BiDi",
|
|
2536
|
+
"shortTitle": "WebDriver BiDi",
|
|
2332
2537
|
"nightlyUrl": "https://w3c.github.io/webdriver-bidi/"
|
|
2333
2538
|
},
|
|
2334
2539
|
"organization": "W3C",
|
|
@@ -2355,6 +2560,8 @@
|
|
|
2355
2560
|
"series": {
|
|
2356
2561
|
"shortname": "webrtc-ice",
|
|
2357
2562
|
"currentSpecification": "webrtc-ice",
|
|
2563
|
+
"title": "IceTransport Extensions for WebRTC",
|
|
2564
|
+
"shortTitle": "IceTransport Extensions for WebRTC",
|
|
2358
2565
|
"nightlyUrl": "https://w3c.github.io/webrtc-ice/"
|
|
2359
2566
|
},
|
|
2360
2567
|
"organization": "W3C",
|
|
@@ -2387,6 +2594,8 @@
|
|
|
2387
2594
|
"series": {
|
|
2388
2595
|
"shortname": "web-bluetooth",
|
|
2389
2596
|
"currentSpecification": "web-bluetooth",
|
|
2597
|
+
"title": "Web Bluetooth",
|
|
2598
|
+
"shortTitle": "Web Bluetooth",
|
|
2390
2599
|
"nightlyUrl": "https://webbluetoothcg.github.io/web-bluetooth/"
|
|
2391
2600
|
},
|
|
2392
2601
|
"organization": "W3C",
|
|
@@ -2419,6 +2628,8 @@
|
|
|
2419
2628
|
"series": {
|
|
2420
2629
|
"shortname": "webidl",
|
|
2421
2630
|
"currentSpecification": "webidl",
|
|
2631
|
+
"title": "Web IDL Standard",
|
|
2632
|
+
"shortTitle": "Web IDL",
|
|
2422
2633
|
"nightlyUrl": "https://webidl.spec.whatwg.org/"
|
|
2423
2634
|
},
|
|
2424
2635
|
"organization": "WHATWG",
|
|
@@ -2451,6 +2662,8 @@
|
|
|
2451
2662
|
"series": {
|
|
2452
2663
|
"shortname": "app-history",
|
|
2453
2664
|
"currentSpecification": "app-history",
|
|
2665
|
+
"title": "App History API",
|
|
2666
|
+
"shortTitle": "App History API",
|
|
2454
2667
|
"nightlyUrl": "https://wicg.github.io/app-history/"
|
|
2455
2668
|
},
|
|
2456
2669
|
"organization": "W3C",
|
|
@@ -2483,6 +2696,8 @@
|
|
|
2483
2696
|
"series": {
|
|
2484
2697
|
"shortname": "background-fetch",
|
|
2485
2698
|
"currentSpecification": "background-fetch",
|
|
2699
|
+
"title": "Background Fetch",
|
|
2700
|
+
"shortTitle": "Background Fetch",
|
|
2486
2701
|
"nightlyUrl": "https://wicg.github.io/background-fetch/"
|
|
2487
2702
|
},
|
|
2488
2703
|
"organization": "W3C",
|
|
@@ -2515,6 +2730,8 @@
|
|
|
2515
2730
|
"series": {
|
|
2516
2731
|
"shortname": "background-sync",
|
|
2517
2732
|
"currentSpecification": "background-sync",
|
|
2733
|
+
"title": "Web Background Synchronization",
|
|
2734
|
+
"shortTitle": "Background Sync",
|
|
2518
2735
|
"nightlyUrl": "https://wicg.github.io/background-sync/spec/"
|
|
2519
2736
|
},
|
|
2520
2737
|
"shortTitle": "Background Sync",
|
|
@@ -2547,6 +2764,8 @@
|
|
|
2547
2764
|
"series": {
|
|
2548
2765
|
"shortname": "client-hints-infrastructure",
|
|
2549
2766
|
"currentSpecification": "client-hints-infrastructure",
|
|
2767
|
+
"title": "Client Hints Infrastructure",
|
|
2768
|
+
"shortTitle": "Client Hints Infrastructure",
|
|
2550
2769
|
"nightlyUrl": "https://wicg.github.io/client-hints-infrastructure/"
|
|
2551
2770
|
},
|
|
2552
2771
|
"organization": "W3C",
|
|
@@ -2579,6 +2798,8 @@
|
|
|
2579
2798
|
"series": {
|
|
2580
2799
|
"shortname": "close-watcher",
|
|
2581
2800
|
"currentSpecification": "close-watcher",
|
|
2801
|
+
"title": "Close Watcher API",
|
|
2802
|
+
"shortTitle": "Close Watcher API",
|
|
2582
2803
|
"nightlyUrl": "https://wicg.github.io/close-watcher/"
|
|
2583
2804
|
},
|
|
2584
2805
|
"organization": "W3C",
|
|
@@ -2605,6 +2826,8 @@
|
|
|
2605
2826
|
"series": {
|
|
2606
2827
|
"shortname": "compression",
|
|
2607
2828
|
"currentSpecification": "compression",
|
|
2829
|
+
"title": "Compression Streams",
|
|
2830
|
+
"shortTitle": "Compression Streams",
|
|
2608
2831
|
"nightlyUrl": "https://wicg.github.io/compression/"
|
|
2609
2832
|
},
|
|
2610
2833
|
"organization": "W3C",
|
|
@@ -2637,6 +2860,8 @@
|
|
|
2637
2860
|
"series": {
|
|
2638
2861
|
"shortname": "compute-pressure",
|
|
2639
2862
|
"currentSpecification": "compute-pressure",
|
|
2863
|
+
"title": "Compute Pressure API",
|
|
2864
|
+
"shortTitle": "Compute Pressure API",
|
|
2640
2865
|
"nightlyUrl": "https://wicg.github.io/compute-pressure/"
|
|
2641
2866
|
},
|
|
2642
2867
|
"organization": "W3C",
|
|
@@ -2663,6 +2888,8 @@
|
|
|
2663
2888
|
"series": {
|
|
2664
2889
|
"shortname": "content-index",
|
|
2665
2890
|
"currentSpecification": "content-index",
|
|
2891
|
+
"title": "Content Index",
|
|
2892
|
+
"shortTitle": "Content Index",
|
|
2666
2893
|
"nightlyUrl": "https://wicg.github.io/content-index/spec/"
|
|
2667
2894
|
},
|
|
2668
2895
|
"organization": "W3C",
|
|
@@ -2695,6 +2922,8 @@
|
|
|
2695
2922
|
"series": {
|
|
2696
2923
|
"shortname": "conversion-measurement-api",
|
|
2697
2924
|
"currentSpecification": "conversion-measurement-api",
|
|
2925
|
+
"title": "Attribution Reporting",
|
|
2926
|
+
"shortTitle": "Attribution Reporting",
|
|
2698
2927
|
"nightlyUrl": "https://wicg.github.io/conversion-measurement-api/"
|
|
2699
2928
|
},
|
|
2700
2929
|
"organization": "W3C",
|
|
@@ -2721,6 +2950,8 @@
|
|
|
2721
2950
|
"series": {
|
|
2722
2951
|
"shortname": "cookie-store",
|
|
2723
2952
|
"currentSpecification": "cookie-store",
|
|
2953
|
+
"title": "Cookie Store API",
|
|
2954
|
+
"shortTitle": "Cookie Store API",
|
|
2724
2955
|
"nightlyUrl": "https://wicg.github.io/cookie-store/"
|
|
2725
2956
|
},
|
|
2726
2957
|
"organization": "W3C",
|
|
@@ -2753,6 +2984,8 @@
|
|
|
2753
2984
|
"series": {
|
|
2754
2985
|
"shortname": "crash-reporting",
|
|
2755
2986
|
"currentSpecification": "crash-reporting",
|
|
2987
|
+
"title": "Crash Reporting",
|
|
2988
|
+
"shortTitle": "Crash Reporting",
|
|
2756
2989
|
"nightlyUrl": "https://wicg.github.io/crash-reporting/"
|
|
2757
2990
|
},
|
|
2758
2991
|
"organization": "W3C",
|
|
@@ -2779,6 +3012,8 @@
|
|
|
2779
3012
|
"series": {
|
|
2780
3013
|
"shortname": "credentiallessness",
|
|
2781
3014
|
"currentSpecification": "credentiallessness",
|
|
3015
|
+
"title": "Cross-Origin-Embedder-Policy: credentialless",
|
|
3016
|
+
"shortTitle": "Cross-Origin-Embedder-Policy: credentialless",
|
|
2782
3017
|
"nightlyUrl": "https://wicg.github.io/credentiallessness/"
|
|
2783
3018
|
},
|
|
2784
3019
|
"organization": "W3C",
|
|
@@ -2805,6 +3040,8 @@
|
|
|
2805
3040
|
"series": {
|
|
2806
3041
|
"shortname": "csp-next",
|
|
2807
3042
|
"currentSpecification": "csp-next",
|
|
3043
|
+
"title": "Scripting Policy",
|
|
3044
|
+
"shortTitle": "Scripting Policy",
|
|
2808
3045
|
"nightlyUrl": "https://wicg.github.io/csp-next/scripting-policy.html"
|
|
2809
3046
|
},
|
|
2810
3047
|
"nightly": {
|
|
@@ -2831,6 +3068,8 @@
|
|
|
2831
3068
|
"series": {
|
|
2832
3069
|
"shortname": "css-parser-api",
|
|
2833
3070
|
"currentSpecification": "css-parser-api",
|
|
3071
|
+
"title": "CSS Parser API",
|
|
3072
|
+
"shortTitle": "CSS Parser API",
|
|
2834
3073
|
"nightlyUrl": "https://wicg.github.io/css-parser-api/"
|
|
2835
3074
|
},
|
|
2836
3075
|
"organization": "W3C",
|
|
@@ -2863,6 +3102,8 @@
|
|
|
2863
3102
|
"series": {
|
|
2864
3103
|
"shortname": "custom-state-pseudo-class",
|
|
2865
3104
|
"currentSpecification": "custom-state-pseudo-class",
|
|
3105
|
+
"title": "Custom State Pseudo Class",
|
|
3106
|
+
"shortTitle": "Custom State Pseudo Class",
|
|
2866
3107
|
"nightlyUrl": "https://wicg.github.io/custom-state-pseudo-class/"
|
|
2867
3108
|
},
|
|
2868
3109
|
"organization": "W3C",
|
|
@@ -2895,6 +3136,8 @@
|
|
|
2895
3136
|
"series": {
|
|
2896
3137
|
"shortname": "datacue",
|
|
2897
3138
|
"currentSpecification": "datacue",
|
|
3139
|
+
"title": "DataCue API",
|
|
3140
|
+
"shortTitle": "DataCue API",
|
|
2898
3141
|
"nightlyUrl": "https://wicg.github.io/datacue/"
|
|
2899
3142
|
},
|
|
2900
3143
|
"organization": "W3C",
|
|
@@ -2921,6 +3164,8 @@
|
|
|
2921
3164
|
"series": {
|
|
2922
3165
|
"shortname": "deprecation-reporting",
|
|
2923
3166
|
"currentSpecification": "deprecation-reporting",
|
|
3167
|
+
"title": "Deprecation Reporting",
|
|
3168
|
+
"shortTitle": "Deprecation Reporting",
|
|
2924
3169
|
"nightlyUrl": "https://wicg.github.io/deprecation-reporting/"
|
|
2925
3170
|
},
|
|
2926
3171
|
"organization": "W3C",
|
|
@@ -2953,6 +3198,8 @@
|
|
|
2953
3198
|
"series": {
|
|
2954
3199
|
"shortname": "document-policy",
|
|
2955
3200
|
"currentSpecification": "document-policy",
|
|
3201
|
+
"title": "Document Policy",
|
|
3202
|
+
"shortTitle": "Document Policy",
|
|
2956
3203
|
"nightlyUrl": "https://wicg.github.io/document-policy/"
|
|
2957
3204
|
},
|
|
2958
3205
|
"organization": "W3C",
|
|
@@ -2985,6 +3232,8 @@
|
|
|
2985
3232
|
"series": {
|
|
2986
3233
|
"shortname": "element-timing",
|
|
2987
3234
|
"currentSpecification": "element-timing",
|
|
3235
|
+
"title": "Element Timing API",
|
|
3236
|
+
"shortTitle": "Element Timing API",
|
|
2988
3237
|
"nightlyUrl": "https://wicg.github.io/element-timing/"
|
|
2989
3238
|
},
|
|
2990
3239
|
"organization": "W3C",
|
|
@@ -3017,6 +3266,8 @@
|
|
|
3017
3266
|
"series": {
|
|
3018
3267
|
"shortname": "entries-api",
|
|
3019
3268
|
"currentSpecification": "entries-api",
|
|
3269
|
+
"title": "File and Directory Entries API",
|
|
3270
|
+
"shortTitle": "File and Directory Entries API",
|
|
3020
3271
|
"nightlyUrl": "https://wicg.github.io/entries-api/"
|
|
3021
3272
|
},
|
|
3022
3273
|
"organization": "W3C",
|
|
@@ -3049,6 +3300,8 @@
|
|
|
3049
3300
|
"series": {
|
|
3050
3301
|
"shortname": "event-timing",
|
|
3051
3302
|
"currentSpecification": "event-timing",
|
|
3303
|
+
"title": "Event Timing API",
|
|
3304
|
+
"shortTitle": "Event Timing API",
|
|
3052
3305
|
"nightlyUrl": "https://wicg.github.io/event-timing/"
|
|
3053
3306
|
},
|
|
3054
3307
|
"organization": "W3C",
|
|
@@ -3081,6 +3334,8 @@
|
|
|
3081
3334
|
"series": {
|
|
3082
3335
|
"shortname": "eyedropper-api",
|
|
3083
3336
|
"currentSpecification": "eyedropper-api",
|
|
3337
|
+
"title": "EyeDropper API",
|
|
3338
|
+
"shortTitle": "EyeDropper API",
|
|
3084
3339
|
"nightlyUrl": "https://wicg.github.io/eyedropper-api/"
|
|
3085
3340
|
},
|
|
3086
3341
|
"organization": "W3C",
|
|
@@ -3107,6 +3362,8 @@
|
|
|
3107
3362
|
"series": {
|
|
3108
3363
|
"shortname": "file-system-access",
|
|
3109
3364
|
"currentSpecification": "file-system-access",
|
|
3365
|
+
"title": "File System Access",
|
|
3366
|
+
"shortTitle": "File System Access",
|
|
3110
3367
|
"nightlyUrl": "https://wicg.github.io/file-system-access/"
|
|
3111
3368
|
},
|
|
3112
3369
|
"organization": "W3C",
|
|
@@ -3139,6 +3396,8 @@
|
|
|
3139
3396
|
"series": {
|
|
3140
3397
|
"shortname": "floc",
|
|
3141
3398
|
"currentSpecification": "floc",
|
|
3399
|
+
"title": "Federated Learning of Cohorts",
|
|
3400
|
+
"shortTitle": "Federated Learning of Cohorts",
|
|
3142
3401
|
"nightlyUrl": "https://wicg.github.io/floc/"
|
|
3143
3402
|
},
|
|
3144
3403
|
"organization": "W3C",
|
|
@@ -3165,6 +3424,8 @@
|
|
|
3165
3424
|
"series": {
|
|
3166
3425
|
"shortname": "get-installed-related-apps",
|
|
3167
3426
|
"currentSpecification": "get-installed-related-apps",
|
|
3427
|
+
"title": "Get Installed Related Apps API",
|
|
3428
|
+
"shortTitle": "Get Installed Related Apps API",
|
|
3168
3429
|
"nightlyUrl": "https://wicg.github.io/get-installed-related-apps/spec/"
|
|
3169
3430
|
},
|
|
3170
3431
|
"organization": "W3C",
|
|
@@ -3197,6 +3458,8 @@
|
|
|
3197
3458
|
"series": {
|
|
3198
3459
|
"shortname": "idle-detection",
|
|
3199
3460
|
"currentSpecification": "idle-detection",
|
|
3461
|
+
"title": "Idle Detection API",
|
|
3462
|
+
"shortTitle": "Idle Detection API",
|
|
3200
3463
|
"nightlyUrl": "https://wicg.github.io/idle-detection/"
|
|
3201
3464
|
},
|
|
3202
3465
|
"organization": "W3C",
|
|
@@ -3229,6 +3492,8 @@
|
|
|
3229
3492
|
"series": {
|
|
3230
3493
|
"shortname": "import-maps",
|
|
3231
3494
|
"currentSpecification": "import-maps",
|
|
3495
|
+
"title": "Import Maps",
|
|
3496
|
+
"shortTitle": "Import Maps",
|
|
3232
3497
|
"nightlyUrl": "https://wicg.github.io/import-maps/"
|
|
3233
3498
|
},
|
|
3234
3499
|
"organization": "W3C",
|
|
@@ -3261,6 +3526,8 @@
|
|
|
3261
3526
|
"series": {
|
|
3262
3527
|
"shortname": "ink-enhancement",
|
|
3263
3528
|
"currentSpecification": "ink-enhancement",
|
|
3529
|
+
"title": "Ink API",
|
|
3530
|
+
"shortTitle": "Ink API",
|
|
3264
3531
|
"nightlyUrl": "https://wicg.github.io/ink-enhancement/"
|
|
3265
3532
|
},
|
|
3266
3533
|
"organization": "W3C",
|
|
@@ -3287,6 +3554,8 @@
|
|
|
3287
3554
|
"series": {
|
|
3288
3555
|
"shortname": "input-device-capabilities",
|
|
3289
3556
|
"currentSpecification": "input-device-capabilities",
|
|
3557
|
+
"title": "Input Device Capabilities",
|
|
3558
|
+
"shortTitle": "Input Device Capabilities",
|
|
3290
3559
|
"nightlyUrl": "https://wicg.github.io/input-device-capabilities/"
|
|
3291
3560
|
},
|
|
3292
3561
|
"organization": "W3C",
|
|
@@ -3319,6 +3588,8 @@
|
|
|
3319
3588
|
"series": {
|
|
3320
3589
|
"shortname": "intervention-reporting",
|
|
3321
3590
|
"currentSpecification": "intervention-reporting",
|
|
3591
|
+
"title": "Intervention Reporting",
|
|
3592
|
+
"shortTitle": "Intervention Reporting",
|
|
3322
3593
|
"nightlyUrl": "https://wicg.github.io/intervention-reporting/"
|
|
3323
3594
|
},
|
|
3324
3595
|
"organization": "W3C",
|
|
@@ -3351,6 +3622,8 @@
|
|
|
3351
3622
|
"series": {
|
|
3352
3623
|
"shortname": "is-input-pending",
|
|
3353
3624
|
"currentSpecification": "is-input-pending",
|
|
3625
|
+
"title": "isInputPending",
|
|
3626
|
+
"shortTitle": "isInputPending",
|
|
3354
3627
|
"nightlyUrl": "https://wicg.github.io/is-input-pending/"
|
|
3355
3628
|
},
|
|
3356
3629
|
"organization": "W3C",
|
|
@@ -3383,6 +3656,8 @@
|
|
|
3383
3656
|
"series": {
|
|
3384
3657
|
"shortname": "js-self-profiling",
|
|
3385
3658
|
"currentSpecification": "js-self-profiling",
|
|
3659
|
+
"title": "JS Self-Profiling API",
|
|
3660
|
+
"shortTitle": "JS Self-Profiling API",
|
|
3386
3661
|
"nightlyUrl": "https://wicg.github.io/js-self-profiling/"
|
|
3387
3662
|
},
|
|
3388
3663
|
"organization": "W3C",
|
|
@@ -3415,6 +3690,8 @@
|
|
|
3415
3690
|
"series": {
|
|
3416
3691
|
"shortname": "keyboard-lock",
|
|
3417
3692
|
"currentSpecification": "keyboard-lock",
|
|
3693
|
+
"title": "Keyboard Lock",
|
|
3694
|
+
"shortTitle": "Keyboard Lock",
|
|
3418
3695
|
"nightlyUrl": "https://wicg.github.io/keyboard-lock/"
|
|
3419
3696
|
},
|
|
3420
3697
|
"organization": "W3C",
|
|
@@ -3447,6 +3724,8 @@
|
|
|
3447
3724
|
"series": {
|
|
3448
3725
|
"shortname": "keyboard-map",
|
|
3449
3726
|
"currentSpecification": "keyboard-map",
|
|
3727
|
+
"title": "Keyboard Map",
|
|
3728
|
+
"shortTitle": "Keyboard Map",
|
|
3450
3729
|
"nightlyUrl": "https://wicg.github.io/keyboard-map/"
|
|
3451
3730
|
},
|
|
3452
3731
|
"organization": "W3C",
|
|
@@ -3479,6 +3758,8 @@
|
|
|
3479
3758
|
"series": {
|
|
3480
3759
|
"shortname": "largest-contentful-paint",
|
|
3481
3760
|
"currentSpecification": "largest-contentful-paint",
|
|
3761
|
+
"title": "Largest Contentful Paint",
|
|
3762
|
+
"shortTitle": "Largest Contentful Paint",
|
|
3482
3763
|
"nightlyUrl": "https://wicg.github.io/largest-contentful-paint/"
|
|
3483
3764
|
},
|
|
3484
3765
|
"organization": "W3C",
|
|
@@ -3511,6 +3792,8 @@
|
|
|
3511
3792
|
"series": {
|
|
3512
3793
|
"shortname": "layout-instability",
|
|
3513
3794
|
"currentSpecification": "layout-instability",
|
|
3795
|
+
"title": "Layout Instability",
|
|
3796
|
+
"shortTitle": "Layout Instability",
|
|
3514
3797
|
"nightlyUrl": "https://wicg.github.io/layout-instability/"
|
|
3515
3798
|
},
|
|
3516
3799
|
"organization": "W3C",
|
|
@@ -3543,6 +3826,8 @@
|
|
|
3543
3826
|
"series": {
|
|
3544
3827
|
"shortname": "local-font-access",
|
|
3545
3828
|
"currentSpecification": "local-font-access",
|
|
3829
|
+
"title": "Local Font Access API",
|
|
3830
|
+
"shortTitle": "Local Font Access API",
|
|
3546
3831
|
"nightlyUrl": "https://wicg.github.io/local-font-access/"
|
|
3547
3832
|
},
|
|
3548
3833
|
"organization": "W3C",
|
|
@@ -3569,6 +3854,8 @@
|
|
|
3569
3854
|
"series": {
|
|
3570
3855
|
"shortname": "manifest-incubations",
|
|
3571
3856
|
"currentSpecification": "manifest-incubations",
|
|
3857
|
+
"title": "Manifest Incubations",
|
|
3858
|
+
"shortTitle": "Manifest Incubations",
|
|
3572
3859
|
"nightlyUrl": "https://wicg.github.io/manifest-incubations/"
|
|
3573
3860
|
},
|
|
3574
3861
|
"organization": "W3C",
|
|
@@ -3595,6 +3882,8 @@
|
|
|
3595
3882
|
"series": {
|
|
3596
3883
|
"shortname": "media-feeds",
|
|
3597
3884
|
"currentSpecification": "media-feeds",
|
|
3885
|
+
"title": "Media Feeds",
|
|
3886
|
+
"shortTitle": "Media Feeds",
|
|
3598
3887
|
"nightlyUrl": "https://wicg.github.io/media-feeds/"
|
|
3599
3888
|
},
|
|
3600
3889
|
"organization": "W3C",
|
|
@@ -3621,6 +3910,8 @@
|
|
|
3621
3910
|
"series": {
|
|
3622
3911
|
"shortname": "netinfo",
|
|
3623
3912
|
"currentSpecification": "netinfo",
|
|
3913
|
+
"title": "Network Information API",
|
|
3914
|
+
"shortTitle": "Network Information API",
|
|
3624
3915
|
"nightlyUrl": "https://wicg.github.io/netinfo/"
|
|
3625
3916
|
},
|
|
3626
3917
|
"organization": "W3C",
|
|
@@ -3653,6 +3944,8 @@
|
|
|
3653
3944
|
"series": {
|
|
3654
3945
|
"shortname": "origin-policy",
|
|
3655
3946
|
"currentSpecification": "origin-policy",
|
|
3947
|
+
"title": "Origin Policy",
|
|
3948
|
+
"shortTitle": "Origin Policy",
|
|
3656
3949
|
"nightlyUrl": "https://wicg.github.io/origin-policy/"
|
|
3657
3950
|
},
|
|
3658
3951
|
"organization": "W3C",
|
|
@@ -3685,6 +3978,8 @@
|
|
|
3685
3978
|
"series": {
|
|
3686
3979
|
"shortname": "overscroll-scrollend-events",
|
|
3687
3980
|
"currentSpecification": "overscroll-scrollend-events",
|
|
3981
|
+
"title": "overscroll and scrollend events",
|
|
3982
|
+
"shortTitle": "overscroll and scrollend events",
|
|
3688
3983
|
"nightlyUrl": "https://wicg.github.io/overscroll-scrollend-events/"
|
|
3689
3984
|
},
|
|
3690
3985
|
"organization": "W3C",
|
|
@@ -3711,6 +4006,8 @@
|
|
|
3711
4006
|
"series": {
|
|
3712
4007
|
"shortname": "page-lifecycle",
|
|
3713
4008
|
"currentSpecification": "page-lifecycle",
|
|
4009
|
+
"title": "Page Lifecycle",
|
|
4010
|
+
"shortTitle": "Page Lifecycle",
|
|
3714
4011
|
"nightlyUrl": "https://wicg.github.io/page-lifecycle/"
|
|
3715
4012
|
},
|
|
3716
4013
|
"organization": "W3C",
|
|
@@ -3744,6 +4041,8 @@
|
|
|
3744
4041
|
"series": {
|
|
3745
4042
|
"shortname": "performance-measure-memory",
|
|
3746
4043
|
"currentSpecification": "performance-measure-memory",
|
|
4044
|
+
"title": "Measure Memory API",
|
|
4045
|
+
"shortTitle": "Measure Memory API",
|
|
3747
4046
|
"nightlyUrl": "https://wicg.github.io/performance-measure-memory/"
|
|
3748
4047
|
},
|
|
3749
4048
|
"organization": "W3C",
|
|
@@ -3776,6 +4075,8 @@
|
|
|
3776
4075
|
"series": {
|
|
3777
4076
|
"shortname": "periodic-background-sync",
|
|
3778
4077
|
"currentSpecification": "periodic-background-sync",
|
|
4078
|
+
"title": "Web Periodic Background Synchronization",
|
|
4079
|
+
"shortTitle": "Web Periodic Background Synchronization",
|
|
3779
4080
|
"nightlyUrl": "https://wicg.github.io/periodic-background-sync/"
|
|
3780
4081
|
},
|
|
3781
4082
|
"organization": "W3C",
|
|
@@ -3808,6 +4109,8 @@
|
|
|
3808
4109
|
"series": {
|
|
3809
4110
|
"shortname": "permissions-request",
|
|
3810
4111
|
"currentSpecification": "permissions-request",
|
|
4112
|
+
"title": "Requesting Permissions",
|
|
4113
|
+
"shortTitle": "Requesting Permissions",
|
|
3811
4114
|
"nightlyUrl": "https://wicg.github.io/permissions-request/"
|
|
3812
4115
|
},
|
|
3813
4116
|
"organization": "W3C",
|
|
@@ -3840,6 +4143,8 @@
|
|
|
3840
4143
|
"series": {
|
|
3841
4144
|
"shortname": "permissions-revoke",
|
|
3842
4145
|
"currentSpecification": "permissions-revoke",
|
|
4146
|
+
"title": "Relinquishing Permissions",
|
|
4147
|
+
"shortTitle": "Relinquishing Permissions",
|
|
3843
4148
|
"nightlyUrl": "https://wicg.github.io/permissions-revoke/"
|
|
3844
4149
|
},
|
|
3845
4150
|
"organization": "W3C",
|
|
@@ -3872,6 +4177,8 @@
|
|
|
3872
4177
|
"series": {
|
|
3873
4178
|
"shortname": "portals",
|
|
3874
4179
|
"currentSpecification": "portals",
|
|
4180
|
+
"title": "Portals",
|
|
4181
|
+
"shortTitle": "Portals",
|
|
3875
4182
|
"nightlyUrl": "https://wicg.github.io/portals/"
|
|
3876
4183
|
},
|
|
3877
4184
|
"organization": "W3C",
|
|
@@ -3904,6 +4211,8 @@
|
|
|
3904
4211
|
"series": {
|
|
3905
4212
|
"shortname": "prefer-current-tab",
|
|
3906
4213
|
"currentSpecification": "prefer-current-tab",
|
|
4214
|
+
"title": "preferCurrentTab",
|
|
4215
|
+
"shortTitle": "preferCurrentTab",
|
|
3907
4216
|
"nightlyUrl": "https://wicg.github.io/prefer-current-tab/"
|
|
3908
4217
|
},
|
|
3909
4218
|
"organization": "W3C",
|
|
@@ -3930,6 +4239,8 @@
|
|
|
3930
4239
|
"series": {
|
|
3931
4240
|
"shortname": "priority-hints",
|
|
3932
4241
|
"currentSpecification": "priority-hints",
|
|
4242
|
+
"title": "Priority Hints",
|
|
4243
|
+
"shortTitle": "Priority Hints",
|
|
3933
4244
|
"nightlyUrl": "https://wicg.github.io/priority-hints/"
|
|
3934
4245
|
},
|
|
3935
4246
|
"organization": "W3C",
|
|
@@ -3962,6 +4273,8 @@
|
|
|
3962
4273
|
"series": {
|
|
3963
4274
|
"shortname": "private-network-access",
|
|
3964
4275
|
"currentSpecification": "private-network-access",
|
|
4276
|
+
"title": "Private Network Access",
|
|
4277
|
+
"shortTitle": "Private Network Access",
|
|
3965
4278
|
"nightlyUrl": "https://wicg.github.io/private-network-access/"
|
|
3966
4279
|
},
|
|
3967
4280
|
"organization": "W3C",
|
|
@@ -3994,6 +4307,8 @@
|
|
|
3994
4307
|
"series": {
|
|
3995
4308
|
"shortname": "responsive-image-client-hints",
|
|
3996
4309
|
"currentSpecification": "responsive-image-client-hints",
|
|
4310
|
+
"title": "Responsive Image Client Hints",
|
|
4311
|
+
"shortTitle": "Responsive Image Client Hints",
|
|
3997
4312
|
"nightlyUrl": "https://wicg.github.io/responsive-image-client-hints/"
|
|
3998
4313
|
},
|
|
3999
4314
|
"organization": "W3C",
|
|
@@ -4020,6 +4335,8 @@
|
|
|
4020
4335
|
"series": {
|
|
4021
4336
|
"shortname": "sanitizer-api",
|
|
4022
4337
|
"currentSpecification": "sanitizer-api",
|
|
4338
|
+
"title": "HTML Sanitizer API",
|
|
4339
|
+
"shortTitle": "HTML Sanitizer API",
|
|
4023
4340
|
"nightlyUrl": "https://wicg.github.io/sanitizer-api/"
|
|
4024
4341
|
},
|
|
4025
4342
|
"organization": "W3C",
|
|
@@ -4052,6 +4369,8 @@
|
|
|
4052
4369
|
"series": {
|
|
4053
4370
|
"shortname": "savedata",
|
|
4054
4371
|
"currentSpecification": "savedata",
|
|
4372
|
+
"title": "Save Data API",
|
|
4373
|
+
"shortTitle": "Save Data API",
|
|
4055
4374
|
"nightlyUrl": "https://wicg.github.io/savedata/"
|
|
4056
4375
|
},
|
|
4057
4376
|
"organization": "W3C",
|
|
@@ -4084,6 +4403,8 @@
|
|
|
4084
4403
|
"series": {
|
|
4085
4404
|
"shortname": "scheduling-apis",
|
|
4086
4405
|
"currentSpecification": "scheduling-apis",
|
|
4406
|
+
"title": "Prioritized Task Scheduling",
|
|
4407
|
+
"shortTitle": "Prioritized Task Scheduling",
|
|
4087
4408
|
"nightlyUrl": "https://wicg.github.io/scheduling-apis/"
|
|
4088
4409
|
},
|
|
4089
4410
|
"organization": "W3C",
|
|
@@ -4116,6 +4437,8 @@
|
|
|
4116
4437
|
"series": {
|
|
4117
4438
|
"shortname": "scroll-to-text-fragment",
|
|
4118
4439
|
"currentSpecification": "scroll-to-text-fragment",
|
|
4440
|
+
"title": "Text Fragments",
|
|
4441
|
+
"shortTitle": "Text Fragments",
|
|
4119
4442
|
"nightlyUrl": "https://wicg.github.io/scroll-to-text-fragment/"
|
|
4120
4443
|
},
|
|
4121
4444
|
"organization": "W3C",
|
|
@@ -4148,6 +4471,8 @@
|
|
|
4148
4471
|
"series": {
|
|
4149
4472
|
"shortname": "serial",
|
|
4150
4473
|
"currentSpecification": "serial",
|
|
4474
|
+
"title": "Web Serial API",
|
|
4475
|
+
"shortTitle": "Web Serial API",
|
|
4151
4476
|
"nightlyUrl": "https://wicg.github.io/serial/"
|
|
4152
4477
|
},
|
|
4153
4478
|
"organization": "W3C",
|
|
@@ -4180,6 +4505,8 @@
|
|
|
4180
4505
|
"series": {
|
|
4181
4506
|
"shortname": "shape-detection-api",
|
|
4182
4507
|
"currentSpecification": "shape-detection-api",
|
|
4508
|
+
"title": "Accelerated Shape Detection in Images",
|
|
4509
|
+
"shortTitle": "Accelerated Shape Detection in Images",
|
|
4183
4510
|
"nightlyUrl": "https://wicg.github.io/shape-detection-api/"
|
|
4184
4511
|
},
|
|
4185
4512
|
"organization": "W3C",
|
|
@@ -4212,6 +4539,8 @@
|
|
|
4212
4539
|
"series": {
|
|
4213
4540
|
"shortname": "text-detection-api",
|
|
4214
4541
|
"currentSpecification": "text-detection-api",
|
|
4542
|
+
"title": "Accelerated Text Detection in Images",
|
|
4543
|
+
"shortTitle": "Accelerated Text Detection in Images",
|
|
4215
4544
|
"nightlyUrl": "https://wicg.github.io/shape-detection-api/text.html"
|
|
4216
4545
|
},
|
|
4217
4546
|
"organization": "W3C",
|
|
@@ -4238,6 +4567,8 @@
|
|
|
4238
4567
|
"series": {
|
|
4239
4568
|
"shortname": "sms-one-time-codes",
|
|
4240
4569
|
"currentSpecification": "sms-one-time-codes",
|
|
4570
|
+
"title": "Origin-bound one-time codes delivered via SMS",
|
|
4571
|
+
"shortTitle": "SMS One-Time Codes",
|
|
4241
4572
|
"nightlyUrl": "https://wicg.github.io/sms-one-time-codes/"
|
|
4242
4573
|
},
|
|
4243
4574
|
"shortTitle": "SMS One-Time Codes",
|
|
@@ -4264,6 +4595,8 @@
|
|
|
4264
4595
|
"series": {
|
|
4265
4596
|
"shortname": "speech-api",
|
|
4266
4597
|
"currentSpecification": "speech-api",
|
|
4598
|
+
"title": "Web Speech API",
|
|
4599
|
+
"shortTitle": "Web Speech API",
|
|
4267
4600
|
"nightlyUrl": "https://wicg.github.io/speech-api/"
|
|
4268
4601
|
},
|
|
4269
4602
|
"organization": "W3C",
|
|
@@ -4296,6 +4629,8 @@
|
|
|
4296
4629
|
"series": {
|
|
4297
4630
|
"shortname": "ua-client-hints",
|
|
4298
4631
|
"currentSpecification": "ua-client-hints",
|
|
4632
|
+
"title": "User-Agent Client Hints",
|
|
4633
|
+
"shortTitle": "User-Agent Client Hints",
|
|
4299
4634
|
"nightlyUrl": "https://wicg.github.io/ua-client-hints/"
|
|
4300
4635
|
},
|
|
4301
4636
|
"organization": "W3C",
|
|
@@ -4328,6 +4663,8 @@
|
|
|
4328
4663
|
"series": {
|
|
4329
4664
|
"shortname": "urlpattern",
|
|
4330
4665
|
"currentSpecification": "urlpattern",
|
|
4666
|
+
"title": "URLPattern API",
|
|
4667
|
+
"shortTitle": "URLPattern API",
|
|
4331
4668
|
"nightlyUrl": "https://wicg.github.io/urlpattern/"
|
|
4332
4669
|
},
|
|
4333
4670
|
"organization": "W3C",
|
|
@@ -4354,6 +4691,8 @@
|
|
|
4354
4691
|
"series": {
|
|
4355
4692
|
"shortname": "user-preference-media-features-headers",
|
|
4356
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",
|
|
4357
4696
|
"nightlyUrl": "https://wicg.github.io/user-preference-media-features-headers/"
|
|
4358
4697
|
},
|
|
4359
4698
|
"organization": "W3C",
|
|
@@ -4373,32 +4712,6 @@
|
|
|
4373
4712
|
"source": "spec",
|
|
4374
4713
|
"shortTitle": "User Preference Media Features Client Hints Headers"
|
|
4375
4714
|
},
|
|
4376
|
-
{
|
|
4377
|
-
"url": "https://wicg.github.io/uuid/",
|
|
4378
|
-
"seriesComposition": "full",
|
|
4379
|
-
"shortname": "uuid",
|
|
4380
|
-
"series": {
|
|
4381
|
-
"shortname": "uuid",
|
|
4382
|
-
"currentSpecification": "uuid",
|
|
4383
|
-
"nightlyUrl": "https://wicg.github.io/uuid/"
|
|
4384
|
-
},
|
|
4385
|
-
"organization": "W3C",
|
|
4386
|
-
"groups": [
|
|
4387
|
-
{
|
|
4388
|
-
"name": "Web Platform Incubator Community Group",
|
|
4389
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
4390
|
-
}
|
|
4391
|
-
],
|
|
4392
|
-
"nightly": {
|
|
4393
|
-
"url": "https://wicg.github.io/uuid/",
|
|
4394
|
-
"repository": "https://github.com/WICG/uuid",
|
|
4395
|
-
"sourcePath": "index.html",
|
|
4396
|
-
"filename": "index.html"
|
|
4397
|
-
},
|
|
4398
|
-
"title": "uuid",
|
|
4399
|
-
"source": "spec",
|
|
4400
|
-
"shortTitle": "uuid"
|
|
4401
|
-
},
|
|
4402
4715
|
{
|
|
4403
4716
|
"url": "https://wicg.github.io/video-rvfc/",
|
|
4404
4717
|
"seriesComposition": "full",
|
|
@@ -4406,6 +4719,8 @@
|
|
|
4406
4719
|
"series": {
|
|
4407
4720
|
"shortname": "video-rvfc",
|
|
4408
4721
|
"currentSpecification": "video-rvfc",
|
|
4722
|
+
"title": "HTMLVideoElement.requestVideoFrameCallback()",
|
|
4723
|
+
"shortTitle": "HTMLVideoElement.requestVideoFrameCallback()",
|
|
4409
4724
|
"nightlyUrl": "https://wicg.github.io/video-rvfc/"
|
|
4410
4725
|
},
|
|
4411
4726
|
"organization": "W3C",
|
|
@@ -4438,6 +4753,8 @@
|
|
|
4438
4753
|
"series": {
|
|
4439
4754
|
"shortname": "visual-viewport",
|
|
4440
4755
|
"currentSpecification": "visual-viewport",
|
|
4756
|
+
"title": "Visual Viewport API",
|
|
4757
|
+
"shortTitle": "Visual Viewport API",
|
|
4441
4758
|
"nightlyUrl": "https://wicg.github.io/visual-viewport/"
|
|
4442
4759
|
},
|
|
4443
4760
|
"organization": "W3C",
|
|
@@ -4470,6 +4787,8 @@
|
|
|
4470
4787
|
"series": {
|
|
4471
4788
|
"shortname": "web-otp",
|
|
4472
4789
|
"currentSpecification": "web-otp",
|
|
4790
|
+
"title": "WebOTP API",
|
|
4791
|
+
"shortTitle": "WebOTP API",
|
|
4473
4792
|
"nightlyUrl": "https://wicg.github.io/web-otp/"
|
|
4474
4793
|
},
|
|
4475
4794
|
"organization": "W3C",
|
|
@@ -4502,6 +4821,8 @@
|
|
|
4502
4821
|
"series": {
|
|
4503
4822
|
"shortname": "webhid",
|
|
4504
4823
|
"currentSpecification": "webhid",
|
|
4824
|
+
"title": "WebHID API",
|
|
4825
|
+
"shortTitle": "WebHID API",
|
|
4505
4826
|
"nightlyUrl": "https://wicg.github.io/webhid/"
|
|
4506
4827
|
},
|
|
4507
4828
|
"organization": "W3C",
|
|
@@ -4534,6 +4855,8 @@
|
|
|
4534
4855
|
"series": {
|
|
4535
4856
|
"shortname": "webpackage",
|
|
4536
4857
|
"currentSpecification": "webpackage",
|
|
4858
|
+
"title": "Loading Signed Exchanges",
|
|
4859
|
+
"shortTitle": "Loading Signed Exchanges",
|
|
4537
4860
|
"nightlyUrl": "https://wicg.github.io/webpackage/loading.html"
|
|
4538
4861
|
},
|
|
4539
4862
|
"organization": "W3C",
|
|
@@ -4560,6 +4883,8 @@
|
|
|
4560
4883
|
"series": {
|
|
4561
4884
|
"shortname": "webusb",
|
|
4562
4885
|
"currentSpecification": "webusb",
|
|
4886
|
+
"title": "WebUSB API",
|
|
4887
|
+
"shortTitle": "WebUSB API",
|
|
4563
4888
|
"nightlyUrl": "https://wicg.github.io/webusb/"
|
|
4564
4889
|
},
|
|
4565
4890
|
"organization": "W3C",
|
|
@@ -4592,6 +4917,8 @@
|
|
|
4592
4917
|
"series": {
|
|
4593
4918
|
"shortname": "window-controls-overlay",
|
|
4594
4919
|
"currentSpecification": "window-controls-overlay",
|
|
4920
|
+
"title": "Window Controls Overlay",
|
|
4921
|
+
"shortTitle": "Window Controls Overlay",
|
|
4595
4922
|
"nightlyUrl": "https://wicg.github.io/window-controls-overlay/"
|
|
4596
4923
|
},
|
|
4597
4924
|
"organization": "W3C",
|
|
@@ -4618,6 +4945,8 @@
|
|
|
4618
4945
|
"series": {
|
|
4619
4946
|
"shortname": "ANGLE_instanced_arrays",
|
|
4620
4947
|
"currentSpecification": "ANGLE_instanced_arrays",
|
|
4948
|
+
"title": "WebGL ANGLE_instanced_arrays Khronos Ratified Extension Specification",
|
|
4949
|
+
"shortTitle": "WebGL ANGLE_instanced_arrays Khronos Ratified Extension",
|
|
4621
4950
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/ANGLE_instanced_arrays/"
|
|
4622
4951
|
},
|
|
4623
4952
|
"organization": "Khronos Group",
|
|
@@ -4650,6 +4979,8 @@
|
|
|
4650
4979
|
"series": {
|
|
4651
4980
|
"shortname": "EXT_blend_minmax",
|
|
4652
4981
|
"currentSpecification": "EXT_blend_minmax",
|
|
4982
|
+
"title": "WebGL EXT_blend_minmax Khronos Ratified Extension Specification",
|
|
4983
|
+
"shortTitle": "WebGL EXT_blend_minmax Khronos Ratified Extension",
|
|
4653
4984
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_blend_minmax/"
|
|
4654
4985
|
},
|
|
4655
4986
|
"organization": "Khronos Group",
|
|
@@ -4682,6 +5013,8 @@
|
|
|
4682
5013
|
"series": {
|
|
4683
5014
|
"shortname": "EXT_clip_cull_distance",
|
|
4684
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",
|
|
4685
5018
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_clip_cull_distance/"
|
|
4686
5019
|
},
|
|
4687
5020
|
"organization": "Khronos Group",
|
|
@@ -4714,6 +5047,8 @@
|
|
|
4714
5047
|
"series": {
|
|
4715
5048
|
"shortname": "EXT_color_buffer_float",
|
|
4716
5049
|
"currentSpecification": "EXT_color_buffer_float",
|
|
5050
|
+
"title": "WebGL EXT_color_buffer_float Extension Specification",
|
|
5051
|
+
"shortTitle": "WebGL EXT_color_buffer_float Extension",
|
|
4717
5052
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_float/"
|
|
4718
5053
|
},
|
|
4719
5054
|
"organization": "Khronos Group",
|
|
@@ -4746,6 +5081,8 @@
|
|
|
4746
5081
|
"series": {
|
|
4747
5082
|
"shortname": "EXT_color_buffer_half_float",
|
|
4748
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",
|
|
4749
5086
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_color_buffer_half_float/"
|
|
4750
5087
|
},
|
|
4751
5088
|
"organization": "Khronos Group",
|
|
@@ -4778,6 +5115,8 @@
|
|
|
4778
5115
|
"series": {
|
|
4779
5116
|
"shortname": "EXT_disjoint_timer_query_webgl2",
|
|
4780
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",
|
|
4781
5120
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query_webgl2/"
|
|
4782
5121
|
},
|
|
4783
5122
|
"organization": "Khronos Group",
|
|
@@ -4810,6 +5149,8 @@
|
|
|
4810
5149
|
"series": {
|
|
4811
5150
|
"shortname": "EXT_disjoint_timer_query",
|
|
4812
5151
|
"currentSpecification": "EXT_disjoint_timer_query",
|
|
5152
|
+
"title": "WebGL EXT_disjoint_timer_query Extension Specification",
|
|
5153
|
+
"shortTitle": "WebGL EXT_disjoint_timer_query Extension",
|
|
4813
5154
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_disjoint_timer_query/"
|
|
4814
5155
|
},
|
|
4815
5156
|
"organization": "Khronos Group",
|
|
@@ -4842,6 +5183,8 @@
|
|
|
4842
5183
|
"series": {
|
|
4843
5184
|
"shortname": "EXT_float_blend",
|
|
4844
5185
|
"currentSpecification": "EXT_float_blend",
|
|
5186
|
+
"title": "WebGL EXT_float_blend Extension Specification",
|
|
5187
|
+
"shortTitle": "WebGL EXT_float_blend Extension",
|
|
4845
5188
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_float_blend/"
|
|
4846
5189
|
},
|
|
4847
5190
|
"organization": "Khronos Group",
|
|
@@ -4874,6 +5217,8 @@
|
|
|
4874
5217
|
"series": {
|
|
4875
5218
|
"shortname": "EXT_frag_depth",
|
|
4876
5219
|
"currentSpecification": "EXT_frag_depth",
|
|
5220
|
+
"title": "WebGL EXT_frag_depth Khronos Ratified Extension Specification",
|
|
5221
|
+
"shortTitle": "WebGL EXT_frag_depth Khronos Ratified Extension",
|
|
4877
5222
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_frag_depth/"
|
|
4878
5223
|
},
|
|
4879
5224
|
"organization": "Khronos Group",
|
|
@@ -4906,6 +5251,8 @@
|
|
|
4906
5251
|
"series": {
|
|
4907
5252
|
"shortname": "EXT_shader_texture_lod",
|
|
4908
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",
|
|
4909
5256
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_shader_texture_lod/"
|
|
4910
5257
|
},
|
|
4911
5258
|
"organization": "Khronos Group",
|
|
@@ -4938,6 +5285,8 @@
|
|
|
4938
5285
|
"series": {
|
|
4939
5286
|
"shortname": "EXT_sRGB",
|
|
4940
5287
|
"currentSpecification": "EXT_sRGB",
|
|
5288
|
+
"title": "WebGL EXT_sRGB Extension Specification",
|
|
5289
|
+
"shortTitle": "WebGL EXT_sRGB Extension",
|
|
4941
5290
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/"
|
|
4942
5291
|
},
|
|
4943
5292
|
"organization": "Khronos Group",
|
|
@@ -4970,6 +5319,8 @@
|
|
|
4970
5319
|
"series": {
|
|
4971
5320
|
"shortname": "EXT_texture_compression_bptc",
|
|
4972
5321
|
"currentSpecification": "EXT_texture_compression_bptc",
|
|
5322
|
+
"title": "WebGL EXT_texture_compression_bptc Extension Specification",
|
|
5323
|
+
"shortTitle": "WebGL EXT_texture_compression_bptc Extension",
|
|
4973
5324
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_bptc/"
|
|
4974
5325
|
},
|
|
4975
5326
|
"organization": "Khronos Group",
|
|
@@ -5002,6 +5353,8 @@
|
|
|
5002
5353
|
"series": {
|
|
5003
5354
|
"shortname": "EXT_texture_compression_rgtc",
|
|
5004
5355
|
"currentSpecification": "EXT_texture_compression_rgtc",
|
|
5356
|
+
"title": "WebGL EXT_texture_compression_rgtc Extension Specification",
|
|
5357
|
+
"shortTitle": "WebGL EXT_texture_compression_rgtc Extension",
|
|
5005
5358
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_rgtc/"
|
|
5006
5359
|
},
|
|
5007
5360
|
"organization": "Khronos Group",
|
|
@@ -5034,6 +5387,8 @@
|
|
|
5034
5387
|
"series": {
|
|
5035
5388
|
"shortname": "EXT_texture_filter_anisotropic",
|
|
5036
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",
|
|
5037
5392
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_filter_anisotropic/"
|
|
5038
5393
|
},
|
|
5039
5394
|
"organization": "Khronos Group",
|
|
@@ -5066,6 +5421,8 @@
|
|
|
5066
5421
|
"series": {
|
|
5067
5422
|
"shortname": "EXT_texture_norm16",
|
|
5068
5423
|
"currentSpecification": "EXT_texture_norm16",
|
|
5424
|
+
"title": "WebGL EXT_texture_norm16 Extension Specification",
|
|
5425
|
+
"shortTitle": "WebGL EXT_texture_norm16 Extension",
|
|
5069
5426
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/EXT_texture_norm16/"
|
|
5070
5427
|
},
|
|
5071
5428
|
"organization": "Khronos Group",
|
|
@@ -5098,6 +5455,8 @@
|
|
|
5098
5455
|
"series": {
|
|
5099
5456
|
"shortname": "KHR_parallel_shader_compile",
|
|
5100
5457
|
"currentSpecification": "KHR_parallel_shader_compile",
|
|
5458
|
+
"title": "WebGL KHR_parallel_shader_compile Extension Specification",
|
|
5459
|
+
"shortTitle": "WebGL KHR_parallel_shader_compile Extension",
|
|
5101
5460
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/KHR_parallel_shader_compile/"
|
|
5102
5461
|
},
|
|
5103
5462
|
"organization": "Khronos Group",
|
|
@@ -5130,6 +5489,8 @@
|
|
|
5130
5489
|
"series": {
|
|
5131
5490
|
"shortname": "OES_draw_buffers_indexed",
|
|
5132
5491
|
"currentSpecification": "OES_draw_buffers_indexed",
|
|
5492
|
+
"title": "WebGL OES_draw_buffers_indexed Extension Specification",
|
|
5493
|
+
"shortTitle": "WebGL OES_draw_buffers_indexed Extension",
|
|
5133
5494
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_draw_buffers_indexed/"
|
|
5134
5495
|
},
|
|
5135
5496
|
"organization": "Khronos Group",
|
|
@@ -5162,6 +5523,8 @@
|
|
|
5162
5523
|
"series": {
|
|
5163
5524
|
"shortname": "OES_element_index_uint",
|
|
5164
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",
|
|
5165
5528
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/"
|
|
5166
5529
|
},
|
|
5167
5530
|
"organization": "Khronos Group",
|
|
@@ -5194,6 +5557,8 @@
|
|
|
5194
5557
|
"series": {
|
|
5195
5558
|
"shortname": "OES_fbo_render_mipmap",
|
|
5196
5559
|
"currentSpecification": "OES_fbo_render_mipmap",
|
|
5560
|
+
"title": "WebGL OES_fbo_render_mipmap Extension Specification",
|
|
5561
|
+
"shortTitle": "WebGL OES_fbo_render_mipmap Extension",
|
|
5197
5562
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_fbo_render_mipmap/"
|
|
5198
5563
|
},
|
|
5199
5564
|
"organization": "Khronos Group",
|
|
@@ -5226,6 +5591,8 @@
|
|
|
5226
5591
|
"series": {
|
|
5227
5592
|
"shortname": "OES_standard_derivatives",
|
|
5228
5593
|
"currentSpecification": "OES_standard_derivatives",
|
|
5594
|
+
"title": "WebGL OES_standard_derivatives Khronos Ratified Extension Specification",
|
|
5595
|
+
"shortTitle": "WebGL OES_standard_derivatives Khronos Ratified Extension",
|
|
5229
5596
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_standard_derivatives/"
|
|
5230
5597
|
},
|
|
5231
5598
|
"organization": "Khronos Group",
|
|
@@ -5258,6 +5625,8 @@
|
|
|
5258
5625
|
"series": {
|
|
5259
5626
|
"shortname": "OES_texture_float_linear",
|
|
5260
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",
|
|
5261
5630
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float_linear/"
|
|
5262
5631
|
},
|
|
5263
5632
|
"organization": "Khronos Group",
|
|
@@ -5290,6 +5659,8 @@
|
|
|
5290
5659
|
"series": {
|
|
5291
5660
|
"shortname": "OES_texture_float",
|
|
5292
5661
|
"currentSpecification": "OES_texture_float",
|
|
5662
|
+
"title": "WebGL OES_texture_float Khronos Ratified Extension Specification",
|
|
5663
|
+
"shortTitle": "WebGL OES_texture_float Khronos Ratified Extension",
|
|
5293
5664
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_float/"
|
|
5294
5665
|
},
|
|
5295
5666
|
"organization": "Khronos Group",
|
|
@@ -5322,6 +5693,8 @@
|
|
|
5322
5693
|
"series": {
|
|
5323
5694
|
"shortname": "OES_texture_half_float_linear",
|
|
5324
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",
|
|
5325
5698
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float_linear/"
|
|
5326
5699
|
},
|
|
5327
5700
|
"organization": "Khronos Group",
|
|
@@ -5354,6 +5727,8 @@
|
|
|
5354
5727
|
"series": {
|
|
5355
5728
|
"shortname": "OES_texture_half_float",
|
|
5356
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",
|
|
5357
5732
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_texture_half_float/"
|
|
5358
5733
|
},
|
|
5359
5734
|
"organization": "Khronos Group",
|
|
@@ -5386,6 +5761,8 @@
|
|
|
5386
5761
|
"series": {
|
|
5387
5762
|
"shortname": "OES_vertex_array_object",
|
|
5388
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",
|
|
5389
5766
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/"
|
|
5390
5767
|
},
|
|
5391
5768
|
"organization": "Khronos Group",
|
|
@@ -5418,6 +5795,8 @@
|
|
|
5418
5795
|
"series": {
|
|
5419
5796
|
"shortname": "OVR_multiview2",
|
|
5420
5797
|
"currentSpecification": "OVR_multiview2",
|
|
5798
|
+
"title": "WebGL OVR_multiview2 Extension Specification",
|
|
5799
|
+
"shortTitle": "WebGL OVR_multiview2 Extension",
|
|
5421
5800
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/"
|
|
5422
5801
|
},
|
|
5423
5802
|
"organization": "Khronos Group",
|
|
@@ -5450,6 +5829,8 @@
|
|
|
5450
5829
|
"series": {
|
|
5451
5830
|
"shortname": "WEBGL_blend_equation_advanced_coherent",
|
|
5452
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",
|
|
5453
5834
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_blend_equation_advanced_coherent/"
|
|
5454
5835
|
},
|
|
5455
5836
|
"organization": "Khronos Group",
|
|
@@ -5482,6 +5863,8 @@
|
|
|
5482
5863
|
"series": {
|
|
5483
5864
|
"shortname": "WEBGL_color_buffer_float",
|
|
5484
5865
|
"currentSpecification": "WEBGL_color_buffer_float",
|
|
5866
|
+
"title": "WebGL WEBGL_color_buffer_float Extension Specification",
|
|
5867
|
+
"shortTitle": "WebGL WEBGL_color_buffer_float Extension",
|
|
5485
5868
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_color_buffer_float/"
|
|
5486
5869
|
},
|
|
5487
5870
|
"organization": "Khronos Group",
|
|
@@ -5514,6 +5897,8 @@
|
|
|
5514
5897
|
"series": {
|
|
5515
5898
|
"shortname": "WEBGL_compressed_texture_astc",
|
|
5516
5899
|
"currentSpecification": "WEBGL_compressed_texture_astc",
|
|
5900
|
+
"title": "WebGL WEBGL_compressed_texture_astc Extension Specification",
|
|
5901
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_astc Extension",
|
|
5517
5902
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/"
|
|
5518
5903
|
},
|
|
5519
5904
|
"organization": "Khronos Group",
|
|
@@ -5546,6 +5931,8 @@
|
|
|
5546
5931
|
"series": {
|
|
5547
5932
|
"shortname": "WEBGL_compressed_texture_etc",
|
|
5548
5933
|
"currentSpecification": "WEBGL_compressed_texture_etc",
|
|
5934
|
+
"title": "WebGL WEBGL_compressed_texture_etc Extension Specification",
|
|
5935
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_etc Extension",
|
|
5549
5936
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc/"
|
|
5550
5937
|
},
|
|
5551
5938
|
"organization": "Khronos Group",
|
|
@@ -5578,6 +5965,8 @@
|
|
|
5578
5965
|
"series": {
|
|
5579
5966
|
"shortname": "WEBGL_compressed_texture_etc1",
|
|
5580
5967
|
"currentSpecification": "WEBGL_compressed_texture_etc1",
|
|
5968
|
+
"title": "WebGL WEBGL_compressed_texture_etc1 Extension Specification",
|
|
5969
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_etc1 Extension",
|
|
5581
5970
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/"
|
|
5582
5971
|
},
|
|
5583
5972
|
"organization": "Khronos Group",
|
|
@@ -5610,6 +5999,8 @@
|
|
|
5610
5999
|
"series": {
|
|
5611
6000
|
"shortname": "WEBGL_compressed_texture_pvrtc",
|
|
5612
6001
|
"currentSpecification": "WEBGL_compressed_texture_pvrtc",
|
|
6002
|
+
"title": "WebGL WEBGL_compressed_texture_pvrtc Extension Specification",
|
|
6003
|
+
"shortTitle": "WebGL WEBGL_compressed_texture_pvrtc Extension",
|
|
5613
6004
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_pvrtc/"
|
|
5614
6005
|
},
|
|
5615
6006
|
"organization": "Khronos Group",
|
|
@@ -5642,6 +6033,8 @@
|
|
|
5642
6033
|
"series": {
|
|
5643
6034
|
"shortname": "WEBGL_compressed_texture_s3tc_srgb",
|
|
5644
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",
|
|
5645
6038
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/"
|
|
5646
6039
|
},
|
|
5647
6040
|
"organization": "Khronos Group",
|
|
@@ -5674,6 +6067,8 @@
|
|
|
5674
6067
|
"series": {
|
|
5675
6068
|
"shortname": "WEBGL_compressed_texture_s3tc",
|
|
5676
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",
|
|
5677
6072
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc/"
|
|
5678
6073
|
},
|
|
5679
6074
|
"organization": "Khronos Group",
|
|
@@ -5706,6 +6101,8 @@
|
|
|
5706
6101
|
"series": {
|
|
5707
6102
|
"shortname": "WEBGL_debug_renderer_info",
|
|
5708
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",
|
|
5709
6106
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_renderer_info/"
|
|
5710
6107
|
},
|
|
5711
6108
|
"organization": "Khronos Group",
|
|
@@ -5738,6 +6135,8 @@
|
|
|
5738
6135
|
"series": {
|
|
5739
6136
|
"shortname": "WEBGL_debug_shaders",
|
|
5740
6137
|
"currentSpecification": "WEBGL_debug_shaders",
|
|
6138
|
+
"title": "WebGL WEBGL_debug_shaders Khronos Ratified Extension Specification",
|
|
6139
|
+
"shortTitle": "WebGL WEBGL_debug_shaders Khronos Ratified Extension",
|
|
5741
6140
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_debug_shaders/"
|
|
5742
6141
|
},
|
|
5743
6142
|
"organization": "Khronos Group",
|
|
@@ -5770,6 +6169,8 @@
|
|
|
5770
6169
|
"series": {
|
|
5771
6170
|
"shortname": "WEBGL_depth_texture",
|
|
5772
6171
|
"currentSpecification": "WEBGL_depth_texture",
|
|
6172
|
+
"title": "WebGL WEBGL_depth_texture Khronos Ratified Extension Specification",
|
|
6173
|
+
"shortTitle": "WebGL WEBGL_depth_texture Khronos Ratified Extension",
|
|
5773
6174
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/"
|
|
5774
6175
|
},
|
|
5775
6176
|
"organization": "Khronos Group",
|
|
@@ -5802,6 +6203,8 @@
|
|
|
5802
6203
|
"series": {
|
|
5803
6204
|
"shortname": "WEBGL_draw_buffers",
|
|
5804
6205
|
"currentSpecification": "WEBGL_draw_buffers",
|
|
6206
|
+
"title": "WebGL WEBGL_draw_buffers Khronos Ratified Extension Specification",
|
|
6207
|
+
"shortTitle": "WebGL WEBGL_draw_buffers Khronos Ratified Extension",
|
|
5805
6208
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_buffers/"
|
|
5806
6209
|
},
|
|
5807
6210
|
"organization": "Khronos Group",
|
|
@@ -5834,6 +6237,8 @@
|
|
|
5834
6237
|
"series": {
|
|
5835
6238
|
"shortname": "WEBGL_draw_instanced_base_vertex_base_instance",
|
|
5836
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",
|
|
5837
6242
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/"
|
|
5838
6243
|
},
|
|
5839
6244
|
"organization": "Khronos Group",
|
|
@@ -5866,6 +6271,8 @@
|
|
|
5866
6271
|
"series": {
|
|
5867
6272
|
"shortname": "WEBGL_lose_context",
|
|
5868
6273
|
"currentSpecification": "WEBGL_lose_context",
|
|
6274
|
+
"title": "WebGL WEBGL_lose_context Khronos Ratified Extension Specification",
|
|
6275
|
+
"shortTitle": "WebGL WEBGL_lose_context Khronos Ratified Extension",
|
|
5869
6276
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/"
|
|
5870
6277
|
},
|
|
5871
6278
|
"organization": "Khronos Group",
|
|
@@ -5898,6 +6305,8 @@
|
|
|
5898
6305
|
"series": {
|
|
5899
6306
|
"shortname": "WEBGL_multi_draw_instanced_base_vertex_base_instance",
|
|
5900
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",
|
|
5901
6310
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/"
|
|
5902
6311
|
},
|
|
5903
6312
|
"organization": "Khronos Group",
|
|
@@ -5930,6 +6339,8 @@
|
|
|
5930
6339
|
"series": {
|
|
5931
6340
|
"shortname": "WEBGL_multi_draw",
|
|
5932
6341
|
"currentSpecification": "WEBGL_multi_draw",
|
|
6342
|
+
"title": "WebGL WEBGL_multi_draw Extension Specification",
|
|
6343
|
+
"shortTitle": "WebGL WEBGL_multi_draw Extension",
|
|
5933
6344
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/extensions/WEBGL_multi_draw/"
|
|
5934
6345
|
},
|
|
5935
6346
|
"organization": "Khronos Group",
|
|
@@ -5962,6 +6373,8 @@
|
|
|
5962
6373
|
"series": {
|
|
5963
6374
|
"shortname": "webgl1",
|
|
5964
6375
|
"currentSpecification": "webgl1",
|
|
6376
|
+
"title": "WebGL Specification",
|
|
6377
|
+
"shortTitle": "WebGL",
|
|
5965
6378
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/specs/latest/1.0/"
|
|
5966
6379
|
},
|
|
5967
6380
|
"seriesVersion": "1",
|
|
@@ -5995,6 +6408,8 @@
|
|
|
5995
6408
|
"series": {
|
|
5996
6409
|
"shortname": "webgl2",
|
|
5997
6410
|
"currentSpecification": "webgl2",
|
|
6411
|
+
"title": "WebGL 2.0 Specification",
|
|
6412
|
+
"shortTitle": "WebGL",
|
|
5998
6413
|
"nightlyUrl": "https://www.khronos.org/registry/webgl/specs/latest/2.0/"
|
|
5999
6414
|
},
|
|
6000
6415
|
"seriesVersion": "2",
|
|
@@ -6028,6 +6443,8 @@
|
|
|
6028
6443
|
"series": {
|
|
6029
6444
|
"shortname": "rfc2397",
|
|
6030
6445
|
"currentSpecification": "rfc2397",
|
|
6446
|
+
"title": "The \"data\" URL scheme",
|
|
6447
|
+
"shortTitle": "The \"data\" URL scheme",
|
|
6031
6448
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc2397"
|
|
6032
6449
|
},
|
|
6033
6450
|
"groups": [
|
|
@@ -6052,8 +6469,11 @@
|
|
|
6052
6469
|
"series": {
|
|
6053
6470
|
"shortname": "rfc4120",
|
|
6054
6471
|
"currentSpecification": "rfc4120",
|
|
6472
|
+
"title": "The Kerberos Network Authentication Service (V5)",
|
|
6473
|
+
"shortTitle": "Kerberos",
|
|
6055
6474
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc4120"
|
|
6056
6475
|
},
|
|
6476
|
+
"shortTitle": "Kerberos",
|
|
6057
6477
|
"organization": "IETF",
|
|
6058
6478
|
"groups": [
|
|
6059
6479
|
{
|
|
@@ -6066,8 +6486,7 @@
|
|
|
6066
6486
|
"filename": "rfc4120.html"
|
|
6067
6487
|
},
|
|
6068
6488
|
"title": "The Kerberos Network Authentication Service (V5)",
|
|
6069
|
-
"source": "specref"
|
|
6070
|
-
"shortTitle": "V5"
|
|
6489
|
+
"source": "specref"
|
|
6071
6490
|
},
|
|
6072
6491
|
{
|
|
6073
6492
|
"url": "https://www.rfc-editor.org/rfc/rfc6265",
|
|
@@ -6076,6 +6495,8 @@
|
|
|
6076
6495
|
"series": {
|
|
6077
6496
|
"shortname": "rfc6265",
|
|
6078
6497
|
"currentSpecification": "rfc6265",
|
|
6498
|
+
"title": "HTTP State Management Mechanism",
|
|
6499
|
+
"shortTitle": "HTTP State Management Mechanism",
|
|
6079
6500
|
"nightlyUrl": "https://httpwg.org/specs/rfc6265.html"
|
|
6080
6501
|
},
|
|
6081
6502
|
"organization": "IETF",
|
|
@@ -6102,8 +6523,11 @@
|
|
|
6102
6523
|
"series": {
|
|
6103
6524
|
"shortname": "rfc6266",
|
|
6104
6525
|
"currentSpecification": "rfc6266",
|
|
6526
|
+
"title": "Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)",
|
|
6527
|
+
"shortTitle": "Content-Disposition in HTTP",
|
|
6105
6528
|
"nightlyUrl": "https://httpwg.org/specs/rfc6266.html"
|
|
6106
6529
|
},
|
|
6530
|
+
"shortTitle": "Content-Disposition in HTTP",
|
|
6107
6531
|
"organization": "IETF",
|
|
6108
6532
|
"groups": [
|
|
6109
6533
|
{
|
|
@@ -6118,8 +6542,7 @@
|
|
|
6118
6542
|
"filename": "rfc6266.html"
|
|
6119
6543
|
},
|
|
6120
6544
|
"title": "Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)",
|
|
6121
|
-
"source": "specref"
|
|
6122
|
-
"shortTitle": "HTTP"
|
|
6545
|
+
"source": "specref"
|
|
6123
6546
|
},
|
|
6124
6547
|
{
|
|
6125
6548
|
"url": "https://www.rfc-editor.org/rfc/rfc6454",
|
|
@@ -6128,6 +6551,8 @@
|
|
|
6128
6551
|
"series": {
|
|
6129
6552
|
"shortname": "rfc6454",
|
|
6130
6553
|
"currentSpecification": "rfc6454",
|
|
6554
|
+
"title": "The Web Origin Concept",
|
|
6555
|
+
"shortTitle": "The Web Origin Concept",
|
|
6131
6556
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6454"
|
|
6132
6557
|
},
|
|
6133
6558
|
"organization": "IETF",
|
|
@@ -6152,6 +6577,8 @@
|
|
|
6152
6577
|
"series": {
|
|
6153
6578
|
"shortname": "rfc6797",
|
|
6154
6579
|
"currentSpecification": "rfc6797",
|
|
6580
|
+
"title": "HTTP Strict Transport Security (HSTS)",
|
|
6581
|
+
"shortTitle": "HSTS",
|
|
6155
6582
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6797"
|
|
6156
6583
|
},
|
|
6157
6584
|
"organization": "IETF",
|
|
@@ -6176,6 +6603,8 @@
|
|
|
6176
6603
|
"series": {
|
|
6177
6604
|
"shortname": "rfc7034",
|
|
6178
6605
|
"currentSpecification": "rfc7034",
|
|
6606
|
+
"title": "HTTP Header Field X-Frame-Options",
|
|
6607
|
+
"shortTitle": "HTTP Header Field X-Frame-Options",
|
|
6179
6608
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7034"
|
|
6180
6609
|
},
|
|
6181
6610
|
"organization": "IETF",
|
|
@@ -6200,6 +6629,8 @@
|
|
|
6200
6629
|
"series": {
|
|
6201
6630
|
"shortname": "rfc7230",
|
|
6202
6631
|
"currentSpecification": "rfc7230",
|
|
6632
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
|
|
6633
|
+
"shortTitle": "HTTP/1.1 Message Syntax and Routing",
|
|
6203
6634
|
"nightlyUrl": "https://httpwg.org/specs/rfc7230.html"
|
|
6204
6635
|
},
|
|
6205
6636
|
"organization": "IETF",
|
|
@@ -6217,7 +6648,7 @@
|
|
|
6217
6648
|
},
|
|
6218
6649
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
|
|
6219
6650
|
"source": "specref",
|
|
6220
|
-
"shortTitle": "HTTP/1.1"
|
|
6651
|
+
"shortTitle": "HTTP/1.1 Message Syntax and Routing"
|
|
6221
6652
|
},
|
|
6222
6653
|
{
|
|
6223
6654
|
"url": "https://www.rfc-editor.org/rfc/rfc7231",
|
|
@@ -6226,6 +6657,8 @@
|
|
|
6226
6657
|
"series": {
|
|
6227
6658
|
"shortname": "rfc7231",
|
|
6228
6659
|
"currentSpecification": "rfc7231",
|
|
6660
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
|
|
6661
|
+
"shortTitle": "HTTP/1.1 Semantics and Content",
|
|
6229
6662
|
"nightlyUrl": "https://httpwg.org/specs/rfc7231.html"
|
|
6230
6663
|
},
|
|
6231
6664
|
"organization": "IETF",
|
|
@@ -6243,7 +6676,7 @@
|
|
|
6243
6676
|
},
|
|
6244
6677
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
|
|
6245
6678
|
"source": "specref",
|
|
6246
|
-
"shortTitle": "HTTP/1.1"
|
|
6679
|
+
"shortTitle": "HTTP/1.1 Semantics and Content"
|
|
6247
6680
|
},
|
|
6248
6681
|
{
|
|
6249
6682
|
"url": "https://www.rfc-editor.org/rfc/rfc7232",
|
|
@@ -6252,6 +6685,8 @@
|
|
|
6252
6685
|
"series": {
|
|
6253
6686
|
"shortname": "rfc7232",
|
|
6254
6687
|
"currentSpecification": "rfc7232",
|
|
6688
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
|
|
6689
|
+
"shortTitle": "HTTP/1.1 Conditional Requests",
|
|
6255
6690
|
"nightlyUrl": "https://httpwg.org/specs/rfc7232.html"
|
|
6256
6691
|
},
|
|
6257
6692
|
"organization": "IETF",
|
|
@@ -6269,7 +6704,7 @@
|
|
|
6269
6704
|
},
|
|
6270
6705
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
|
|
6271
6706
|
"source": "specref",
|
|
6272
|
-
"shortTitle": "HTTP/1.1"
|
|
6707
|
+
"shortTitle": "HTTP/1.1 Conditional Requests"
|
|
6273
6708
|
},
|
|
6274
6709
|
{
|
|
6275
6710
|
"url": "https://www.rfc-editor.org/rfc/rfc7233",
|
|
@@ -6278,6 +6713,8 @@
|
|
|
6278
6713
|
"series": {
|
|
6279
6714
|
"shortname": "rfc7233",
|
|
6280
6715
|
"currentSpecification": "rfc7233",
|
|
6716
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
|
|
6717
|
+
"shortTitle": "HTTP/1.1 Range Requests",
|
|
6281
6718
|
"nightlyUrl": "https://httpwg.org/specs/rfc7233.html"
|
|
6282
6719
|
},
|
|
6283
6720
|
"organization": "IETF",
|
|
@@ -6295,7 +6732,7 @@
|
|
|
6295
6732
|
},
|
|
6296
6733
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
|
|
6297
6734
|
"source": "specref",
|
|
6298
|
-
"shortTitle": "HTTP/1.1"
|
|
6735
|
+
"shortTitle": "HTTP/1.1 Range Requests"
|
|
6299
6736
|
},
|
|
6300
6737
|
{
|
|
6301
6738
|
"url": "https://www.rfc-editor.org/rfc/rfc7234",
|
|
@@ -6304,6 +6741,8 @@
|
|
|
6304
6741
|
"series": {
|
|
6305
6742
|
"shortname": "rfc7234",
|
|
6306
6743
|
"currentSpecification": "rfc7234",
|
|
6744
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
|
|
6745
|
+
"shortTitle": "HTTP/1.1 Caching",
|
|
6307
6746
|
"nightlyUrl": "https://httpwg.org/specs/rfc7234.html"
|
|
6308
6747
|
},
|
|
6309
6748
|
"organization": "IETF",
|
|
@@ -6321,7 +6760,7 @@
|
|
|
6321
6760
|
},
|
|
6322
6761
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
|
|
6323
6762
|
"source": "specref",
|
|
6324
|
-
"shortTitle": "HTTP/1.1"
|
|
6763
|
+
"shortTitle": "HTTP/1.1 Caching"
|
|
6325
6764
|
},
|
|
6326
6765
|
{
|
|
6327
6766
|
"url": "https://www.rfc-editor.org/rfc/rfc7235",
|
|
@@ -6330,6 +6769,8 @@
|
|
|
6330
6769
|
"series": {
|
|
6331
6770
|
"shortname": "rfc7235",
|
|
6332
6771
|
"currentSpecification": "rfc7235",
|
|
6772
|
+
"title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
|
|
6773
|
+
"shortTitle": "HTTP/1.1 Authentication",
|
|
6333
6774
|
"nightlyUrl": "https://httpwg.org/specs/rfc7235.html"
|
|
6334
6775
|
},
|
|
6335
6776
|
"organization": "IETF",
|
|
@@ -6347,7 +6788,7 @@
|
|
|
6347
6788
|
},
|
|
6348
6789
|
"title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
|
|
6349
6790
|
"source": "specref",
|
|
6350
|
-
"shortTitle": "HTTP/1.1"
|
|
6791
|
+
"shortTitle": "HTTP/1.1 Authentication"
|
|
6351
6792
|
},
|
|
6352
6793
|
{
|
|
6353
6794
|
"url": "https://www.rfc-editor.org/rfc/rfc7239",
|
|
@@ -6356,6 +6797,8 @@
|
|
|
6356
6797
|
"series": {
|
|
6357
6798
|
"shortname": "rfc7239",
|
|
6358
6799
|
"currentSpecification": "rfc7239",
|
|
6800
|
+
"title": "Forwarded HTTP Extension",
|
|
6801
|
+
"shortTitle": "Forwarded HTTP Extension",
|
|
6359
6802
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7239"
|
|
6360
6803
|
},
|
|
6361
6804
|
"organization": "IETF",
|
|
@@ -6380,6 +6823,8 @@
|
|
|
6380
6823
|
"series": {
|
|
6381
6824
|
"shortname": "rfc7469",
|
|
6382
6825
|
"currentSpecification": "rfc7469",
|
|
6826
|
+
"title": "Public Key Pinning Extension for HTTP",
|
|
6827
|
+
"shortTitle": "Public Key Pinning Extension for HTTP",
|
|
6383
6828
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7469"
|
|
6384
6829
|
},
|
|
6385
6830
|
"organization": "IETF",
|
|
@@ -6404,6 +6849,8 @@
|
|
|
6404
6849
|
"series": {
|
|
6405
6850
|
"shortname": "rfc7538",
|
|
6406
6851
|
"currentSpecification": "rfc7538",
|
|
6852
|
+
"title": "The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)",
|
|
6853
|
+
"shortTitle": "Permanent Redirect",
|
|
6407
6854
|
"nightlyUrl": "https://httpwg.org/specs/rfc7538.html"
|
|
6408
6855
|
},
|
|
6409
6856
|
"organization": "IETF",
|
|
@@ -6430,6 +6877,8 @@
|
|
|
6430
6877
|
"series": {
|
|
6431
6878
|
"shortname": "rfc7540",
|
|
6432
6879
|
"currentSpecification": "rfc7540",
|
|
6880
|
+
"title": "Hypertext Transfer Protocol Version 2 (HTTP/2)",
|
|
6881
|
+
"shortTitle": "HTTP/2",
|
|
6433
6882
|
"nightlyUrl": "https://httpwg.org/specs/rfc7540.html"
|
|
6434
6883
|
},
|
|
6435
6884
|
"organization": "IETF",
|
|
@@ -6456,6 +6905,8 @@
|
|
|
6456
6905
|
"series": {
|
|
6457
6906
|
"shortname": "rfc7578",
|
|
6458
6907
|
"currentSpecification": "rfc7578",
|
|
6908
|
+
"title": "Returning Values from Forms: multipart/form-data",
|
|
6909
|
+
"shortTitle": "Returning Values from Forms: multipart/form-data",
|
|
6459
6910
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7578"
|
|
6460
6911
|
},
|
|
6461
6912
|
"organization": "IETF",
|
|
@@ -6480,6 +6931,8 @@
|
|
|
6480
6931
|
"series": {
|
|
6481
6932
|
"shortname": "rfc7616",
|
|
6482
6933
|
"currentSpecification": "rfc7616",
|
|
6934
|
+
"title": "HTTP Digest Access Authentication",
|
|
6935
|
+
"shortTitle": "HTTP Digest Access Authentication",
|
|
6483
6936
|
"nightlyUrl": "https://httpwg.org/specs/rfc7616.html"
|
|
6484
6937
|
},
|
|
6485
6938
|
"organization": "IETF",
|
|
@@ -6506,6 +6959,8 @@
|
|
|
6506
6959
|
"series": {
|
|
6507
6960
|
"shortname": "rfc7617",
|
|
6508
6961
|
"currentSpecification": "rfc7617",
|
|
6962
|
+
"title": "The 'Basic' HTTP Authentication Scheme",
|
|
6963
|
+
"shortTitle": "The 'Basic' HTTP Authentication Scheme",
|
|
6509
6964
|
"nightlyUrl": "https://httpwg.org/specs/rfc7617.html"
|
|
6510
6965
|
},
|
|
6511
6966
|
"organization": "IETF",
|
|
@@ -6532,6 +6987,8 @@
|
|
|
6532
6987
|
"series": {
|
|
6533
6988
|
"shortname": "rfc7725",
|
|
6534
6989
|
"currentSpecification": "rfc7725",
|
|
6990
|
+
"title": "An HTTP Status Code to Report Legal Obstacles",
|
|
6991
|
+
"shortTitle": "An HTTP Status Code to Report Legal Obstacles",
|
|
6535
6992
|
"nightlyUrl": "https://httpwg.org/specs/rfc7725.html"
|
|
6536
6993
|
},
|
|
6537
6994
|
"organization": "IETF",
|
|
@@ -6558,6 +7015,8 @@
|
|
|
6558
7015
|
"series": {
|
|
6559
7016
|
"shortname": "rfc7838",
|
|
6560
7017
|
"currentSpecification": "rfc7838",
|
|
7018
|
+
"title": "HTTP Alternative Services",
|
|
7019
|
+
"shortTitle": "HTTP Alternative Services",
|
|
6561
7020
|
"nightlyUrl": "https://httpwg.org/specs/rfc7838.html"
|
|
6562
7021
|
},
|
|
6563
7022
|
"organization": "IETF",
|
|
@@ -6584,6 +7043,8 @@
|
|
|
6584
7043
|
"series": {
|
|
6585
7044
|
"shortname": "rfc8246",
|
|
6586
7045
|
"currentSpecification": "rfc8246",
|
|
7046
|
+
"title": "HTTP Immutable Responses",
|
|
7047
|
+
"shortTitle": "HTTP Immutable Responses",
|
|
6587
7048
|
"nightlyUrl": "https://httpwg.org/specs/rfc8246.html"
|
|
6588
7049
|
},
|
|
6589
7050
|
"organization": "IETF",
|
|
@@ -6610,6 +7071,8 @@
|
|
|
6610
7071
|
"series": {
|
|
6611
7072
|
"shortname": "rfc8470",
|
|
6612
7073
|
"currentSpecification": "rfc8470",
|
|
7074
|
+
"title": "Using Early Data in HTTP",
|
|
7075
|
+
"shortTitle": "Using Early Data in HTTP",
|
|
6613
7076
|
"nightlyUrl": "https://httpwg.org/specs/rfc8470.html"
|
|
6614
7077
|
},
|
|
6615
7078
|
"organization": "IETF",
|
|
@@ -6636,6 +7099,8 @@
|
|
|
6636
7099
|
"series": {
|
|
6637
7100
|
"shortname": "rfc8942",
|
|
6638
7101
|
"currentSpecification": "rfc8942",
|
|
7102
|
+
"title": "HTTP Client Hints",
|
|
7103
|
+
"shortTitle": "HTTP Client Hints",
|
|
6639
7104
|
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8942"
|
|
6640
7105
|
},
|
|
6641
7106
|
"organization": "IETF",
|
|
@@ -6660,6 +7125,8 @@
|
|
|
6660
7125
|
"series": {
|
|
6661
7126
|
"shortname": "w3c-patent-policy",
|
|
6662
7127
|
"currentSpecification": "w3c-patent-policy",
|
|
7128
|
+
"title": "W3C Patent Policy",
|
|
7129
|
+
"shortTitle": "W3C Patent Policy",
|
|
6663
7130
|
"nightlyUrl": "https://www.w3.org/Consortium/Patent-Policy/"
|
|
6664
7131
|
},
|
|
6665
7132
|
"organization": "W3C",
|
|
@@ -6684,6 +7151,8 @@
|
|
|
6684
7151
|
"series": {
|
|
6685
7152
|
"shortname": "w3c-process",
|
|
6686
7153
|
"currentSpecification": "w3c-process",
|
|
7154
|
+
"title": "W3C Process Document",
|
|
7155
|
+
"shortTitle": "W3C Process Document",
|
|
6687
7156
|
"nightlyUrl": "https://www.w3.org/Consortium/Process/"
|
|
6688
7157
|
},
|
|
6689
7158
|
"groups": [
|
|
@@ -6714,6 +7183,8 @@
|
|
|
6714
7183
|
"series": {
|
|
6715
7184
|
"shortname": "accelerometer",
|
|
6716
7185
|
"currentSpecification": "accelerometer",
|
|
7186
|
+
"title": "Accelerometer",
|
|
7187
|
+
"shortTitle": "Accelerometer",
|
|
6717
7188
|
"releaseUrl": "https://www.w3.org/TR/accelerometer/",
|
|
6718
7189
|
"nightlyUrl": "https://w3c.github.io/accelerometer/"
|
|
6719
7190
|
},
|
|
@@ -6751,6 +7222,8 @@
|
|
|
6751
7222
|
"series": {
|
|
6752
7223
|
"shortname": "accname",
|
|
6753
7224
|
"currentSpecification": "accname-1.2",
|
|
7225
|
+
"title": "Accessible Name and Description Computation",
|
|
7226
|
+
"shortTitle": "Accessible Name and Description Computation",
|
|
6754
7227
|
"releaseUrl": "https://www.w3.org/TR/accname/",
|
|
6755
7228
|
"nightlyUrl": "https://w3c.github.io/accname/"
|
|
6756
7229
|
},
|
|
@@ -6789,6 +7262,8 @@
|
|
|
6789
7262
|
"series": {
|
|
6790
7263
|
"shortname": "ambient-light",
|
|
6791
7264
|
"currentSpecification": "ambient-light",
|
|
7265
|
+
"title": "Ambient Light Sensor",
|
|
7266
|
+
"shortTitle": "Ambient Light Sensor",
|
|
6792
7267
|
"releaseUrl": "https://www.w3.org/TR/ambient-light/",
|
|
6793
7268
|
"nightlyUrl": "https://w3c.github.io/ambient-light/"
|
|
6794
7269
|
},
|
|
@@ -6826,6 +7301,8 @@
|
|
|
6826
7301
|
"series": {
|
|
6827
7302
|
"shortname": "appmanifest",
|
|
6828
7303
|
"currentSpecification": "appmanifest",
|
|
7304
|
+
"title": "Web Application Manifest",
|
|
7305
|
+
"shortTitle": "Web Application Manifest",
|
|
6829
7306
|
"releaseUrl": "https://www.w3.org/TR/appmanifest/",
|
|
6830
7307
|
"nightlyUrl": "https://w3c.github.io/manifest/"
|
|
6831
7308
|
},
|
|
@@ -6863,6 +7340,8 @@
|
|
|
6863
7340
|
"series": {
|
|
6864
7341
|
"shortname": "audio-output",
|
|
6865
7342
|
"currentSpecification": "audio-output",
|
|
7343
|
+
"title": "Audio Output Devices API",
|
|
7344
|
+
"shortTitle": "Audio Output Devices API",
|
|
6866
7345
|
"releaseUrl": "https://www.w3.org/TR/audio-output/",
|
|
6867
7346
|
"nightlyUrl": "https://w3c.github.io/mediacapture-output/"
|
|
6868
7347
|
},
|
|
@@ -6900,6 +7379,8 @@
|
|
|
6900
7379
|
"series": {
|
|
6901
7380
|
"shortname": "battery-status",
|
|
6902
7381
|
"currentSpecification": "battery-status",
|
|
7382
|
+
"title": "Battery Status API",
|
|
7383
|
+
"shortTitle": "Battery Status API",
|
|
6903
7384
|
"releaseUrl": "https://www.w3.org/TR/battery-status/",
|
|
6904
7385
|
"nightlyUrl": "https://w3c.github.io/battery/"
|
|
6905
7386
|
},
|
|
@@ -6937,6 +7418,8 @@
|
|
|
6937
7418
|
"series": {
|
|
6938
7419
|
"shortname": "beacon",
|
|
6939
7420
|
"currentSpecification": "beacon",
|
|
7421
|
+
"title": "Beacon",
|
|
7422
|
+
"shortTitle": "Beacon",
|
|
6940
7423
|
"releaseUrl": "https://www.w3.org/TR/beacon/",
|
|
6941
7424
|
"nightlyUrl": "https://w3c.github.io/beacon/"
|
|
6942
7425
|
},
|
|
@@ -6974,6 +7457,8 @@
|
|
|
6974
7457
|
"series": {
|
|
6975
7458
|
"shortname": "clear-site-data",
|
|
6976
7459
|
"currentSpecification": "clear-site-data",
|
|
7460
|
+
"title": "Clear Site Data",
|
|
7461
|
+
"shortTitle": "Clear Site Data",
|
|
6977
7462
|
"releaseUrl": "https://www.w3.org/TR/clear-site-data/",
|
|
6978
7463
|
"nightlyUrl": "https://w3c.github.io/webappsec-clear-site-data/"
|
|
6979
7464
|
},
|
|
@@ -7011,6 +7496,8 @@
|
|
|
7011
7496
|
"series": {
|
|
7012
7497
|
"shortname": "clipboard-apis",
|
|
7013
7498
|
"currentSpecification": "clipboard-apis",
|
|
7499
|
+
"title": "Clipboard API and events",
|
|
7500
|
+
"shortTitle": "Clipboard API and events",
|
|
7014
7501
|
"releaseUrl": "https://www.w3.org/TR/clipboard-apis/",
|
|
7015
7502
|
"nightlyUrl": "https://w3c.github.io/clipboard-apis/"
|
|
7016
7503
|
},
|
|
@@ -7048,6 +7535,8 @@
|
|
|
7048
7535
|
"series": {
|
|
7049
7536
|
"shortname": "compositing",
|
|
7050
7537
|
"currentSpecification": "compositing-1",
|
|
7538
|
+
"title": "Compositing and Blending",
|
|
7539
|
+
"shortTitle": "Compositing",
|
|
7051
7540
|
"releaseUrl": "https://www.w3.org/TR/compositing/",
|
|
7052
7541
|
"nightlyUrl": "https://drafts.fxtf.org/compositing/"
|
|
7053
7542
|
},
|
|
@@ -7091,6 +7580,8 @@
|
|
|
7091
7580
|
"series": {
|
|
7092
7581
|
"shortname": "core-aam",
|
|
7093
7582
|
"currentSpecification": "core-aam-1.2",
|
|
7583
|
+
"title": "Core Accessibility API Mappings",
|
|
7584
|
+
"shortTitle": "Core Accessibility API Mappings",
|
|
7094
7585
|
"releaseUrl": "https://www.w3.org/TR/core-aam/",
|
|
7095
7586
|
"nightlyUrl": "https://w3c.github.io/core-aam/"
|
|
7096
7587
|
},
|
|
@@ -7129,6 +7620,8 @@
|
|
|
7129
7620
|
"series": {
|
|
7130
7621
|
"shortname": "credential-management",
|
|
7131
7622
|
"currentSpecification": "credential-management-1",
|
|
7623
|
+
"title": "Credential Management",
|
|
7624
|
+
"shortTitle": "Credential Management",
|
|
7132
7625
|
"releaseUrl": "https://www.w3.org/TR/credential-management/",
|
|
7133
7626
|
"nightlyUrl": "https://w3c.github.io/webappsec-credential-management/"
|
|
7134
7627
|
},
|
|
@@ -7167,6 +7660,8 @@
|
|
|
7167
7660
|
"series": {
|
|
7168
7661
|
"shortname": "csp-embedded-enforcement",
|
|
7169
7662
|
"currentSpecification": "csp-embedded-enforcement",
|
|
7663
|
+
"title": "Content Security Policy: Embedded Enforcement",
|
|
7664
|
+
"shortTitle": "Content Security Policy: Embedded Enforcement",
|
|
7170
7665
|
"releaseUrl": "https://www.w3.org/TR/csp-embedded-enforcement/",
|
|
7171
7666
|
"nightlyUrl": "https://w3c.github.io/webappsec-cspee/"
|
|
7172
7667
|
},
|
|
@@ -7204,6 +7699,8 @@
|
|
|
7204
7699
|
"series": {
|
|
7205
7700
|
"shortname": "CSP",
|
|
7206
7701
|
"currentSpecification": "CSP3",
|
|
7702
|
+
"title": "Content Security Policy",
|
|
7703
|
+
"shortTitle": "Content Security Policy",
|
|
7207
7704
|
"releaseUrl": "https://www.w3.org/TR/CSP/",
|
|
7208
7705
|
"nightlyUrl": "https://w3c.github.io/webappsec-csp/"
|
|
7209
7706
|
},
|
|
@@ -7245,6 +7742,8 @@
|
|
|
7245
7742
|
"series": {
|
|
7246
7743
|
"shortname": "css-align",
|
|
7247
7744
|
"currentSpecification": "css-align-3",
|
|
7745
|
+
"title": "CSS Box Alignment",
|
|
7746
|
+
"shortTitle": "CSS Box Alignment",
|
|
7248
7747
|
"releaseUrl": "https://www.w3.org/TR/css-align/",
|
|
7249
7748
|
"nightlyUrl": "https://drafts.csswg.org/css-align/"
|
|
7250
7749
|
},
|
|
@@ -7283,6 +7782,8 @@
|
|
|
7283
7782
|
"series": {
|
|
7284
7783
|
"shortname": "css-animation-worklet",
|
|
7285
7784
|
"currentSpecification": "css-animation-worklet-1",
|
|
7785
|
+
"title": "CSS Animation Worklet API",
|
|
7786
|
+
"shortTitle": "CSS Animation Worklet API",
|
|
7286
7787
|
"releaseUrl": "https://www.w3.org/TR/css-animation-worklet/",
|
|
7287
7788
|
"nightlyUrl": "https://drafts.css-houdini.org/css-animationworklet-1/"
|
|
7288
7789
|
},
|
|
@@ -7321,6 +7822,8 @@
|
|
|
7321
7822
|
"series": {
|
|
7322
7823
|
"shortname": "css-animations",
|
|
7323
7824
|
"currentSpecification": "css-animations-1",
|
|
7825
|
+
"title": "CSS Animations",
|
|
7826
|
+
"shortTitle": "CSS Animations",
|
|
7324
7827
|
"releaseUrl": "https://www.w3.org/TR/css-animations/",
|
|
7325
7828
|
"nightlyUrl": "https://drafts.csswg.org/css-animations/"
|
|
7326
7829
|
},
|
|
@@ -7360,6 +7863,8 @@
|
|
|
7360
7863
|
"series": {
|
|
7361
7864
|
"shortname": "css-backgrounds",
|
|
7362
7865
|
"currentSpecification": "css-backgrounds-3",
|
|
7866
|
+
"title": "CSS Backgrounds and Borders",
|
|
7867
|
+
"shortTitle": "CSS Backgrounds",
|
|
7363
7868
|
"releaseUrl": "https://www.w3.org/TR/css-backgrounds/",
|
|
7364
7869
|
"nightlyUrl": "https://drafts.csswg.org/css-backgrounds/"
|
|
7365
7870
|
},
|
|
@@ -7399,6 +7904,8 @@
|
|
|
7399
7904
|
"series": {
|
|
7400
7905
|
"shortname": "css-box",
|
|
7401
7906
|
"currentSpecification": "css-box-3",
|
|
7907
|
+
"title": "CSS Box Model",
|
|
7908
|
+
"shortTitle": "CSS Box Model",
|
|
7402
7909
|
"releaseUrl": "https://www.w3.org/TR/css-box/",
|
|
7403
7910
|
"nightlyUrl": "https://drafts.csswg.org/css-box/"
|
|
7404
7911
|
},
|
|
@@ -7438,6 +7945,8 @@
|
|
|
7438
7945
|
"series": {
|
|
7439
7946
|
"shortname": "css-box",
|
|
7440
7947
|
"currentSpecification": "css-box-3",
|
|
7948
|
+
"title": "CSS Box Model",
|
|
7949
|
+
"shortTitle": "CSS Box Model",
|
|
7441
7950
|
"releaseUrl": "https://www.w3.org/TR/css-box/",
|
|
7442
7951
|
"nightlyUrl": "https://drafts.csswg.org/css-box/"
|
|
7443
7952
|
},
|
|
@@ -7477,6 +7986,8 @@
|
|
|
7477
7986
|
"series": {
|
|
7478
7987
|
"shortname": "css-break",
|
|
7479
7988
|
"currentSpecification": "css-break-3",
|
|
7989
|
+
"title": "CSS Fragmentation",
|
|
7990
|
+
"shortTitle": "CSS Fragmentation",
|
|
7480
7991
|
"releaseUrl": "https://www.w3.org/TR/css-break/",
|
|
7481
7992
|
"nightlyUrl": "https://drafts.csswg.org/css-break/"
|
|
7482
7993
|
},
|
|
@@ -7516,6 +8027,8 @@
|
|
|
7516
8027
|
"series": {
|
|
7517
8028
|
"shortname": "css-break",
|
|
7518
8029
|
"currentSpecification": "css-break-3",
|
|
8030
|
+
"title": "CSS Fragmentation",
|
|
8031
|
+
"shortTitle": "CSS Fragmentation",
|
|
7519
8032
|
"releaseUrl": "https://www.w3.org/TR/css-break/",
|
|
7520
8033
|
"nightlyUrl": "https://drafts.csswg.org/css-break/"
|
|
7521
8034
|
},
|
|
@@ -7555,6 +8068,8 @@
|
|
|
7555
8068
|
"series": {
|
|
7556
8069
|
"shortname": "css-cascade",
|
|
7557
8070
|
"currentSpecification": "css-cascade-4",
|
|
8071
|
+
"title": "CSS Cascading and Inheritance",
|
|
8072
|
+
"shortTitle": "CSS Cascading",
|
|
7558
8073
|
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
7559
8074
|
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
7560
8075
|
},
|
|
@@ -7594,6 +8109,8 @@
|
|
|
7594
8109
|
"series": {
|
|
7595
8110
|
"shortname": "css-cascade",
|
|
7596
8111
|
"currentSpecification": "css-cascade-4",
|
|
8112
|
+
"title": "CSS Cascading and Inheritance",
|
|
8113
|
+
"shortTitle": "CSS Cascading",
|
|
7597
8114
|
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
7598
8115
|
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
7599
8116
|
},
|
|
@@ -7634,6 +8151,8 @@
|
|
|
7634
8151
|
"series": {
|
|
7635
8152
|
"shortname": "css-cascade",
|
|
7636
8153
|
"currentSpecification": "css-cascade-4",
|
|
8154
|
+
"title": "CSS Cascading and Inheritance",
|
|
8155
|
+
"shortTitle": "CSS Cascading",
|
|
7637
8156
|
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
7638
8157
|
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
7639
8158
|
},
|
|
@@ -7674,10 +8193,13 @@
|
|
|
7674
8193
|
"series": {
|
|
7675
8194
|
"shortname": "css-cascade",
|
|
7676
8195
|
"currentSpecification": "css-cascade-4",
|
|
8196
|
+
"title": "CSS Cascading and Inheritance",
|
|
8197
|
+
"shortTitle": "CSS Cascading",
|
|
7677
8198
|
"releaseUrl": "https://www.w3.org/TR/css-cascade/",
|
|
7678
8199
|
"nightlyUrl": "https://drafts.csswg.org/css-cascade/"
|
|
7679
8200
|
},
|
|
7680
8201
|
"seriesVersion": "6",
|
|
8202
|
+
"shortTitle": "CSS Cascading 6",
|
|
7681
8203
|
"seriesPrevious": "css-cascade-5",
|
|
7682
8204
|
"organization": "W3C",
|
|
7683
8205
|
"groups": [
|
|
@@ -7698,7 +8220,6 @@
|
|
|
7698
8220
|
},
|
|
7699
8221
|
"title": "CSS Cascading and Inheritance Level 6",
|
|
7700
8222
|
"source": "w3c",
|
|
7701
|
-
"shortTitle": "CSS Cascading and Inheritance 6",
|
|
7702
8223
|
"tests": {
|
|
7703
8224
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
7704
8225
|
"testPaths": [
|
|
@@ -7713,6 +8234,8 @@
|
|
|
7713
8234
|
"series": {
|
|
7714
8235
|
"shortname": "css-color",
|
|
7715
8236
|
"currentSpecification": "css-color-4",
|
|
8237
|
+
"title": "CSS Color",
|
|
8238
|
+
"shortTitle": "CSS Color",
|
|
7716
8239
|
"releaseUrl": "https://www.w3.org/TR/css-color/",
|
|
7717
8240
|
"nightlyUrl": "https://drafts.csswg.org/css-color/"
|
|
7718
8241
|
},
|
|
@@ -7752,6 +8275,8 @@
|
|
|
7752
8275
|
"series": {
|
|
7753
8276
|
"shortname": "css-color",
|
|
7754
8277
|
"currentSpecification": "css-color-4",
|
|
8278
|
+
"title": "CSS Color",
|
|
8279
|
+
"shortTitle": "CSS Color",
|
|
7755
8280
|
"releaseUrl": "https://www.w3.org/TR/css-color/",
|
|
7756
8281
|
"nightlyUrl": "https://drafts.csswg.org/css-color/"
|
|
7757
8282
|
},
|
|
@@ -7791,6 +8316,8 @@
|
|
|
7791
8316
|
"series": {
|
|
7792
8317
|
"shortname": "css-color-adjust",
|
|
7793
8318
|
"currentSpecification": "css-color-adjust-1",
|
|
8319
|
+
"title": "CSS Color Adjustment",
|
|
8320
|
+
"shortTitle": "CSS Color Adjustment",
|
|
7794
8321
|
"releaseUrl": "https://www.w3.org/TR/css-color-adjust/",
|
|
7795
8322
|
"nightlyUrl": "https://drafts.csswg.org/css-color-adjust/"
|
|
7796
8323
|
},
|
|
@@ -7829,6 +8356,8 @@
|
|
|
7829
8356
|
"series": {
|
|
7830
8357
|
"shortname": "css-conditional",
|
|
7831
8358
|
"currentSpecification": "css-conditional-3",
|
|
8359
|
+
"title": "CSS Conditional Rules",
|
|
8360
|
+
"shortTitle": "CSS Conditional",
|
|
7832
8361
|
"releaseUrl": "https://www.w3.org/TR/css-conditional/",
|
|
7833
8362
|
"nightlyUrl": "https://drafts.csswg.org/css-conditional/"
|
|
7834
8363
|
},
|
|
@@ -7868,6 +8397,8 @@
|
|
|
7868
8397
|
"series": {
|
|
7869
8398
|
"shortname": "css-conditional",
|
|
7870
8399
|
"currentSpecification": "css-conditional-3",
|
|
8400
|
+
"title": "CSS Conditional Rules",
|
|
8401
|
+
"shortTitle": "CSS Conditional",
|
|
7871
8402
|
"releaseUrl": "https://www.w3.org/TR/css-conditional/",
|
|
7872
8403
|
"nightlyUrl": "https://drafts.csswg.org/css-conditional/"
|
|
7873
8404
|
},
|
|
@@ -7908,6 +8439,8 @@
|
|
|
7908
8439
|
"series": {
|
|
7909
8440
|
"shortname": "css-conditional",
|
|
7910
8441
|
"currentSpecification": "css-conditional-3",
|
|
8442
|
+
"title": "CSS Conditional Rules",
|
|
8443
|
+
"shortTitle": "CSS Conditional",
|
|
7911
8444
|
"releaseUrl": "https://www.w3.org/TR/css-conditional/",
|
|
7912
8445
|
"nightlyUrl": "https://drafts.csswg.org/css-conditional/"
|
|
7913
8446
|
},
|
|
@@ -7947,6 +8480,8 @@
|
|
|
7947
8480
|
"series": {
|
|
7948
8481
|
"shortname": "css-contain",
|
|
7949
8482
|
"currentSpecification": "css-contain-2",
|
|
8483
|
+
"title": "CSS Containment",
|
|
8484
|
+
"shortTitle": "CSS Containment",
|
|
7950
8485
|
"releaseUrl": "https://www.w3.org/TR/css-contain/",
|
|
7951
8486
|
"nightlyUrl": "https://drafts.csswg.org/css-contain/"
|
|
7952
8487
|
},
|
|
@@ -7986,6 +8521,8 @@
|
|
|
7986
8521
|
"series": {
|
|
7987
8522
|
"shortname": "css-contain",
|
|
7988
8523
|
"currentSpecification": "css-contain-2",
|
|
8524
|
+
"title": "CSS Containment",
|
|
8525
|
+
"shortTitle": "CSS Containment",
|
|
7989
8526
|
"releaseUrl": "https://www.w3.org/TR/css-contain/",
|
|
7990
8527
|
"nightlyUrl": "https://drafts.csswg.org/css-contain/"
|
|
7991
8528
|
},
|
|
@@ -8025,6 +8562,8 @@
|
|
|
8025
8562
|
"series": {
|
|
8026
8563
|
"shortname": "css-content",
|
|
8027
8564
|
"currentSpecification": "css-content-3",
|
|
8565
|
+
"title": "CSS Generated Content",
|
|
8566
|
+
"shortTitle": "CSS Generated Content",
|
|
8028
8567
|
"releaseUrl": "https://www.w3.org/TR/css-content/",
|
|
8029
8568
|
"nightlyUrl": "https://drafts.csswg.org/css-content/"
|
|
8030
8569
|
},
|
|
@@ -8063,6 +8602,8 @@
|
|
|
8063
8602
|
"series": {
|
|
8064
8603
|
"shortname": "css-counter-styles",
|
|
8065
8604
|
"currentSpecification": "css-counter-styles-3",
|
|
8605
|
+
"title": "CSS Counter Styles",
|
|
8606
|
+
"shortTitle": "CSS Counter Styles",
|
|
8066
8607
|
"releaseUrl": "https://www.w3.org/TR/css-counter-styles/",
|
|
8067
8608
|
"nightlyUrl": "https://drafts.csswg.org/css-counter-styles/"
|
|
8068
8609
|
},
|
|
@@ -8101,6 +8642,8 @@
|
|
|
8101
8642
|
"series": {
|
|
8102
8643
|
"shortname": "css-device-adapt",
|
|
8103
8644
|
"currentSpecification": "css-device-adapt-1",
|
|
8645
|
+
"title": "CSS Device Adaptation",
|
|
8646
|
+
"shortTitle": "CSS Device Adaptation",
|
|
8104
8647
|
"releaseUrl": "https://www.w3.org/TR/css-device-adapt/",
|
|
8105
8648
|
"nightlyUrl": "https://drafts.csswg.org/css-device-adapt/"
|
|
8106
8649
|
},
|
|
@@ -8139,6 +8682,8 @@
|
|
|
8139
8682
|
"series": {
|
|
8140
8683
|
"shortname": "css-display",
|
|
8141
8684
|
"currentSpecification": "css-display-3",
|
|
8685
|
+
"title": "CSS Display",
|
|
8686
|
+
"shortTitle": "CSS Display",
|
|
8142
8687
|
"releaseUrl": "https://www.w3.org/TR/css-display/",
|
|
8143
8688
|
"nightlyUrl": "https://drafts.csswg.org/css-display/"
|
|
8144
8689
|
},
|
|
@@ -8177,6 +8722,8 @@
|
|
|
8177
8722
|
"series": {
|
|
8178
8723
|
"shortname": "css-easing",
|
|
8179
8724
|
"currentSpecification": "css-easing-1",
|
|
8725
|
+
"title": "CSS Easing Functions",
|
|
8726
|
+
"shortTitle": "CSS Easing Functions",
|
|
8180
8727
|
"releaseUrl": "https://www.w3.org/TR/css-easing/",
|
|
8181
8728
|
"nightlyUrl": "https://drafts.csswg.org/css-easing/"
|
|
8182
8729
|
},
|
|
@@ -8215,6 +8762,8 @@
|
|
|
8215
8762
|
"series": {
|
|
8216
8763
|
"shortname": "css-flexbox",
|
|
8217
8764
|
"currentSpecification": "css-flexbox-1",
|
|
8765
|
+
"title": "CSS Flexible Box Layout",
|
|
8766
|
+
"shortTitle": "CSS Flexbox",
|
|
8218
8767
|
"releaseUrl": "https://www.w3.org/TR/css-flexbox/",
|
|
8219
8768
|
"nightlyUrl": "https://drafts.csswg.org/css-flexbox/"
|
|
8220
8769
|
},
|
|
@@ -8253,6 +8802,8 @@
|
|
|
8253
8802
|
"series": {
|
|
8254
8803
|
"shortname": "css-font-loading",
|
|
8255
8804
|
"currentSpecification": "css-font-loading-3",
|
|
8805
|
+
"title": "CSS Font Loading",
|
|
8806
|
+
"shortTitle": "CSS Font Loading",
|
|
8256
8807
|
"releaseUrl": "https://www.w3.org/TR/css-font-loading/",
|
|
8257
8808
|
"nightlyUrl": "https://drafts.csswg.org/css-font-loading/"
|
|
8258
8809
|
},
|
|
@@ -8291,6 +8842,8 @@
|
|
|
8291
8842
|
"series": {
|
|
8292
8843
|
"shortname": "css-fonts",
|
|
8293
8844
|
"currentSpecification": "css-fonts-4",
|
|
8845
|
+
"title": "CSS Fonts",
|
|
8846
|
+
"shortTitle": "CSS Fonts",
|
|
8294
8847
|
"releaseUrl": "https://www.w3.org/TR/css-fonts/",
|
|
8295
8848
|
"nightlyUrl": "https://drafts.csswg.org/css-fonts/"
|
|
8296
8849
|
},
|
|
@@ -8330,6 +8883,8 @@
|
|
|
8330
8883
|
"series": {
|
|
8331
8884
|
"shortname": "css-fonts",
|
|
8332
8885
|
"currentSpecification": "css-fonts-4",
|
|
8886
|
+
"title": "CSS Fonts",
|
|
8887
|
+
"shortTitle": "CSS Fonts",
|
|
8333
8888
|
"releaseUrl": "https://www.w3.org/TR/css-fonts/",
|
|
8334
8889
|
"nightlyUrl": "https://drafts.csswg.org/css-fonts/"
|
|
8335
8890
|
},
|
|
@@ -8369,6 +8924,8 @@
|
|
|
8369
8924
|
"series": {
|
|
8370
8925
|
"shortname": "css-gcpm",
|
|
8371
8926
|
"currentSpecification": "css-gcpm-3",
|
|
8927
|
+
"title": "CSS Generated Content for Paged Media",
|
|
8928
|
+
"shortTitle": "CSS GCPM",
|
|
8372
8929
|
"releaseUrl": "https://www.w3.org/TR/css-gcpm/",
|
|
8373
8930
|
"nightlyUrl": "https://drafts.csswg.org/css-gcpm/"
|
|
8374
8931
|
},
|
|
@@ -8408,6 +8965,8 @@
|
|
|
8408
8965
|
"series": {
|
|
8409
8966
|
"shortname": "css-grid",
|
|
8410
8967
|
"currentSpecification": "css-grid-2",
|
|
8968
|
+
"title": "CSS Grid Layout",
|
|
8969
|
+
"shortTitle": "CSS Grid Layout",
|
|
8411
8970
|
"releaseUrl": "https://www.w3.org/TR/css-grid/",
|
|
8412
8971
|
"nightlyUrl": "https://drafts.csswg.org/css-grid/"
|
|
8413
8972
|
},
|
|
@@ -8447,6 +9006,8 @@
|
|
|
8447
9006
|
"series": {
|
|
8448
9007
|
"shortname": "css-highlight-api",
|
|
8449
9008
|
"currentSpecification": "css-highlight-api-1",
|
|
9009
|
+
"title": "CSS Custom Highlight API",
|
|
9010
|
+
"shortTitle": "CSS Custom Highlight API",
|
|
8450
9011
|
"releaseUrl": "https://www.w3.org/TR/css-highlight-api/",
|
|
8451
9012
|
"nightlyUrl": "https://drafts.csswg.org/css-highlight-api/"
|
|
8452
9013
|
},
|
|
@@ -8479,6 +9040,8 @@
|
|
|
8479
9040
|
"series": {
|
|
8480
9041
|
"shortname": "css-images",
|
|
8481
9042
|
"currentSpecification": "css-images-3",
|
|
9043
|
+
"title": "CSS Images",
|
|
9044
|
+
"shortTitle": "CSS Images",
|
|
8482
9045
|
"releaseUrl": "https://www.w3.org/TR/css-images/",
|
|
8483
9046
|
"nightlyUrl": "https://drafts.csswg.org/css-images/"
|
|
8484
9047
|
},
|
|
@@ -8518,6 +9081,8 @@
|
|
|
8518
9081
|
"series": {
|
|
8519
9082
|
"shortname": "css-images",
|
|
8520
9083
|
"currentSpecification": "css-images-3",
|
|
9084
|
+
"title": "CSS Images",
|
|
9085
|
+
"shortTitle": "CSS Images",
|
|
8521
9086
|
"releaseUrl": "https://www.w3.org/TR/css-images/",
|
|
8522
9087
|
"nightlyUrl": "https://drafts.csswg.org/css-images/"
|
|
8523
9088
|
},
|
|
@@ -8557,6 +9122,8 @@
|
|
|
8557
9122
|
"series": {
|
|
8558
9123
|
"shortname": "css-inline",
|
|
8559
9124
|
"currentSpecification": "css-inline-3",
|
|
9125
|
+
"title": "CSS Inline Layout",
|
|
9126
|
+
"shortTitle": "CSS Inline Layout",
|
|
8560
9127
|
"releaseUrl": "https://www.w3.org/TR/css-inline/",
|
|
8561
9128
|
"nightlyUrl": "https://drafts.csswg.org/css-inline/"
|
|
8562
9129
|
},
|
|
@@ -8595,6 +9162,8 @@
|
|
|
8595
9162
|
"series": {
|
|
8596
9163
|
"shortname": "css-layout-api",
|
|
8597
9164
|
"currentSpecification": "css-layout-api-1",
|
|
9165
|
+
"title": "CSS Layout API",
|
|
9166
|
+
"shortTitle": "CSS Layout API",
|
|
8598
9167
|
"releaseUrl": "https://www.w3.org/TR/css-layout-api/",
|
|
8599
9168
|
"nightlyUrl": "https://drafts.css-houdini.org/css-layout-api/"
|
|
8600
9169
|
},
|
|
@@ -8633,6 +9202,8 @@
|
|
|
8633
9202
|
"series": {
|
|
8634
9203
|
"shortname": "css-line-grid",
|
|
8635
9204
|
"currentSpecification": "css-line-grid-1",
|
|
9205
|
+
"title": "CSS Line Grid",
|
|
9206
|
+
"shortTitle": "CSS Line Grid",
|
|
8636
9207
|
"releaseUrl": "https://www.w3.org/TR/css-line-grid/",
|
|
8637
9208
|
"nightlyUrl": "https://drafts.csswg.org/css-line-grid/"
|
|
8638
9209
|
},
|
|
@@ -8665,6 +9236,8 @@
|
|
|
8665
9236
|
"series": {
|
|
8666
9237
|
"shortname": "css-lists",
|
|
8667
9238
|
"currentSpecification": "css-lists-3",
|
|
9239
|
+
"title": "CSS Lists",
|
|
9240
|
+
"shortTitle": "CSS Lists",
|
|
8668
9241
|
"releaseUrl": "https://www.w3.org/TR/css-lists/",
|
|
8669
9242
|
"nightlyUrl": "https://drafts.csswg.org/css-lists/"
|
|
8670
9243
|
},
|
|
@@ -8687,7 +9260,7 @@
|
|
|
8687
9260
|
"sourcePath": "css-lists-3/Overview.bs",
|
|
8688
9261
|
"filename": "Overview.html"
|
|
8689
9262
|
},
|
|
8690
|
-
"title": "CSS Lists Module Level 3",
|
|
9263
|
+
"title": "CSS Lists and Counters Module Level 3",
|
|
8691
9264
|
"source": "w3c",
|
|
8692
9265
|
"tests": {
|
|
8693
9266
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
@@ -8703,6 +9276,8 @@
|
|
|
8703
9276
|
"series": {
|
|
8704
9277
|
"shortname": "css-logical",
|
|
8705
9278
|
"currentSpecification": "css-logical-1",
|
|
9279
|
+
"title": "CSS Logical Properties and Values",
|
|
9280
|
+
"shortTitle": "CSS Logical Properties",
|
|
8706
9281
|
"releaseUrl": "https://www.w3.org/TR/css-logical/",
|
|
8707
9282
|
"nightlyUrl": "https://drafts.csswg.org/css-logical/"
|
|
8708
9283
|
},
|
|
@@ -8741,6 +9316,8 @@
|
|
|
8741
9316
|
"series": {
|
|
8742
9317
|
"shortname": "css-masking",
|
|
8743
9318
|
"currentSpecification": "css-masking-1",
|
|
9319
|
+
"title": "CSS Masking",
|
|
9320
|
+
"shortTitle": "CSS Masking",
|
|
8744
9321
|
"releaseUrl": "https://www.w3.org/TR/css-masking/",
|
|
8745
9322
|
"nightlyUrl": "https://drafts.fxtf.org/css-masking/"
|
|
8746
9323
|
},
|
|
@@ -8779,6 +9356,8 @@
|
|
|
8779
9356
|
"series": {
|
|
8780
9357
|
"shortname": "css-multicol",
|
|
8781
9358
|
"currentSpecification": "css-multicol-1",
|
|
9359
|
+
"title": "CSS Multi-column Layout",
|
|
9360
|
+
"shortTitle": "CSS Multicol",
|
|
8782
9361
|
"releaseUrl": "https://www.w3.org/TR/css-multicol/",
|
|
8783
9362
|
"nightlyUrl": "https://drafts.csswg.org/css-multicol/"
|
|
8784
9363
|
},
|
|
@@ -8818,6 +9397,8 @@
|
|
|
8818
9397
|
"series": {
|
|
8819
9398
|
"shortname": "css-namespaces",
|
|
8820
9399
|
"currentSpecification": "css-namespaces-3",
|
|
9400
|
+
"title": "CSS Namespaces",
|
|
9401
|
+
"shortTitle": "CSS Namespaces",
|
|
8821
9402
|
"releaseUrl": "https://www.w3.org/TR/css-namespaces/",
|
|
8822
9403
|
"nightlyUrl": "https://drafts.csswg.org/css-namespaces/"
|
|
8823
9404
|
},
|
|
@@ -8856,6 +9437,8 @@
|
|
|
8856
9437
|
"series": {
|
|
8857
9438
|
"shortname": "css-nav",
|
|
8858
9439
|
"currentSpecification": "css-nav-1",
|
|
9440
|
+
"title": "CSS Spatial Navigation",
|
|
9441
|
+
"shortTitle": "CSS Spatial Navigation",
|
|
8859
9442
|
"releaseUrl": "https://www.w3.org/TR/css-nav/",
|
|
8860
9443
|
"nightlyUrl": "https://drafts.csswg.org/css-nav/"
|
|
8861
9444
|
},
|
|
@@ -8888,6 +9471,8 @@
|
|
|
8888
9471
|
"series": {
|
|
8889
9472
|
"shortname": "css-nesting",
|
|
8890
9473
|
"currentSpecification": "css-nesting-1",
|
|
9474
|
+
"title": "CSS Nesting Module",
|
|
9475
|
+
"shortTitle": "CSS Nesting",
|
|
8891
9476
|
"releaseUrl": "https://www.w3.org/TR/css-nesting/",
|
|
8892
9477
|
"nightlyUrl": "https://drafts.csswg.org/css-nesting/"
|
|
8893
9478
|
},
|
|
@@ -8920,6 +9505,8 @@
|
|
|
8920
9505
|
"series": {
|
|
8921
9506
|
"shortname": "css-overflow",
|
|
8922
9507
|
"currentSpecification": "css-overflow-3",
|
|
9508
|
+
"title": "CSS Overflow",
|
|
9509
|
+
"shortTitle": "CSS Overflow",
|
|
8923
9510
|
"releaseUrl": "https://www.w3.org/TR/css-overflow/",
|
|
8924
9511
|
"nightlyUrl": "https://drafts.csswg.org/css-overflow/"
|
|
8925
9512
|
},
|
|
@@ -8959,6 +9546,8 @@
|
|
|
8959
9546
|
"series": {
|
|
8960
9547
|
"shortname": "css-overflow",
|
|
8961
9548
|
"currentSpecification": "css-overflow-3",
|
|
9549
|
+
"title": "CSS Overflow",
|
|
9550
|
+
"shortTitle": "CSS Overflow",
|
|
8962
9551
|
"releaseUrl": "https://www.w3.org/TR/css-overflow/",
|
|
8963
9552
|
"nightlyUrl": "https://drafts.csswg.org/css-overflow/"
|
|
8964
9553
|
},
|
|
@@ -8998,6 +9587,8 @@
|
|
|
8998
9587
|
"series": {
|
|
8999
9588
|
"shortname": "css-overscroll",
|
|
9000
9589
|
"currentSpecification": "css-overscroll-1",
|
|
9590
|
+
"title": "CSS Overscroll Behavior",
|
|
9591
|
+
"shortTitle": "CSS Overscroll Behavior",
|
|
9001
9592
|
"releaseUrl": "https://www.w3.org/TR/css-overscroll/",
|
|
9002
9593
|
"nightlyUrl": "https://drafts.csswg.org/css-overscroll/"
|
|
9003
9594
|
},
|
|
@@ -9036,6 +9627,8 @@
|
|
|
9036
9627
|
"series": {
|
|
9037
9628
|
"shortname": "css-page",
|
|
9038
9629
|
"currentSpecification": "css-page-3",
|
|
9630
|
+
"title": "CSS Paged Media",
|
|
9631
|
+
"shortTitle": "CSS Paged Media",
|
|
9039
9632
|
"releaseUrl": "https://www.w3.org/TR/css-page/",
|
|
9040
9633
|
"nightlyUrl": "https://drafts.csswg.org/css-page/"
|
|
9041
9634
|
},
|
|
@@ -9075,6 +9668,8 @@
|
|
|
9075
9668
|
"series": {
|
|
9076
9669
|
"shortname": "css-page-floats",
|
|
9077
9670
|
"currentSpecification": "css-page-floats-3",
|
|
9671
|
+
"title": "CSS Page Floats",
|
|
9672
|
+
"shortTitle": "CSS Page Floats",
|
|
9078
9673
|
"releaseUrl": "https://www.w3.org/TR/css-page-floats/",
|
|
9079
9674
|
"nightlyUrl": "https://drafts.csswg.org/css-page-floats/"
|
|
9080
9675
|
},
|
|
@@ -9107,6 +9702,8 @@
|
|
|
9107
9702
|
"series": {
|
|
9108
9703
|
"shortname": "css-paint-api",
|
|
9109
9704
|
"currentSpecification": "css-paint-api-1",
|
|
9705
|
+
"title": "CSS Painting API",
|
|
9706
|
+
"shortTitle": "CSS Painting API",
|
|
9110
9707
|
"releaseUrl": "https://www.w3.org/TR/css-paint-api/",
|
|
9111
9708
|
"nightlyUrl": "https://drafts.css-houdini.org/css-paint-api/"
|
|
9112
9709
|
},
|
|
@@ -9145,6 +9742,8 @@
|
|
|
9145
9742
|
"series": {
|
|
9146
9743
|
"shortname": "css-position",
|
|
9147
9744
|
"currentSpecification": "css-position-3",
|
|
9745
|
+
"title": "CSS Positioned Layout",
|
|
9746
|
+
"shortTitle": "CSS Positioned Layout",
|
|
9148
9747
|
"releaseUrl": "https://www.w3.org/TR/css-position/",
|
|
9149
9748
|
"nightlyUrl": "https://drafts.csswg.org/css-position/"
|
|
9150
9749
|
},
|
|
@@ -9183,6 +9782,8 @@
|
|
|
9183
9782
|
"series": {
|
|
9184
9783
|
"shortname": "css-properties-values-api",
|
|
9185
9784
|
"currentSpecification": "css-properties-values-api-1",
|
|
9785
|
+
"title": "CSS Properties and Values API",
|
|
9786
|
+
"shortTitle": "CSS Properties and Values API",
|
|
9186
9787
|
"releaseUrl": "https://www.w3.org/TR/css-properties-values-api/",
|
|
9187
9788
|
"nightlyUrl": "https://drafts.css-houdini.org/css-properties-values-api/"
|
|
9188
9789
|
},
|
|
@@ -9225,6 +9826,8 @@
|
|
|
9225
9826
|
"series": {
|
|
9226
9827
|
"shortname": "css-pseudo",
|
|
9227
9828
|
"currentSpecification": "css-pseudo-4",
|
|
9829
|
+
"title": "CSS Pseudo-Elements Module",
|
|
9830
|
+
"shortTitle": "CSS Pseudo-Elements",
|
|
9228
9831
|
"releaseUrl": "https://www.w3.org/TR/css-pseudo/",
|
|
9229
9832
|
"nightlyUrl": "https://drafts.csswg.org/css-pseudo/"
|
|
9230
9833
|
},
|
|
@@ -9263,6 +9866,8 @@
|
|
|
9263
9866
|
"series": {
|
|
9264
9867
|
"shortname": "css-regions",
|
|
9265
9868
|
"currentSpecification": "css-regions-1",
|
|
9869
|
+
"title": "CSS Regions",
|
|
9870
|
+
"shortTitle": "CSS Regions",
|
|
9266
9871
|
"releaseUrl": "https://www.w3.org/TR/css-regions/",
|
|
9267
9872
|
"nightlyUrl": "https://drafts.csswg.org/css-regions/"
|
|
9268
9873
|
},
|
|
@@ -9295,6 +9900,8 @@
|
|
|
9295
9900
|
"series": {
|
|
9296
9901
|
"shortname": "css-rhythm",
|
|
9297
9902
|
"currentSpecification": "css-rhythm-1",
|
|
9903
|
+
"title": "CSS Rhythmic Sizing",
|
|
9904
|
+
"shortTitle": "CSS Rhythmic Sizing",
|
|
9298
9905
|
"releaseUrl": "https://www.w3.org/TR/css-rhythm/",
|
|
9299
9906
|
"nightlyUrl": "https://drafts.csswg.org/css-rhythm/"
|
|
9300
9907
|
},
|
|
@@ -9327,6 +9934,8 @@
|
|
|
9327
9934
|
"series": {
|
|
9328
9935
|
"shortname": "css-round-display",
|
|
9329
9936
|
"currentSpecification": "css-round-display-1",
|
|
9937
|
+
"title": "CSS Round Display",
|
|
9938
|
+
"shortTitle": "CSS Round Display",
|
|
9330
9939
|
"releaseUrl": "https://www.w3.org/TR/css-round-display/",
|
|
9331
9940
|
"nightlyUrl": "https://drafts.csswg.org/css-round-display/"
|
|
9332
9941
|
},
|
|
@@ -9365,6 +9974,8 @@
|
|
|
9365
9974
|
"series": {
|
|
9366
9975
|
"shortname": "css-ruby",
|
|
9367
9976
|
"currentSpecification": "css-ruby-1",
|
|
9977
|
+
"title": "CSS Ruby Annotation Layout",
|
|
9978
|
+
"shortTitle": "CSS Ruby Annotation Layout",
|
|
9368
9979
|
"releaseUrl": "https://www.w3.org/TR/css-ruby/",
|
|
9369
9980
|
"nightlyUrl": "https://drafts.csswg.org/css-ruby/"
|
|
9370
9981
|
},
|
|
@@ -9403,6 +10014,8 @@
|
|
|
9403
10014
|
"series": {
|
|
9404
10015
|
"shortname": "css-scoping",
|
|
9405
10016
|
"currentSpecification": "css-scoping-1",
|
|
10017
|
+
"title": "CSS Scoping",
|
|
10018
|
+
"shortTitle": "CSS Scoping",
|
|
9406
10019
|
"releaseUrl": "https://www.w3.org/TR/css-scoping/",
|
|
9407
10020
|
"nightlyUrl": "https://drafts.csswg.org/css-scoping/"
|
|
9408
10021
|
},
|
|
@@ -9441,6 +10054,8 @@
|
|
|
9441
10054
|
"series": {
|
|
9442
10055
|
"shortname": "css-scroll-anchoring",
|
|
9443
10056
|
"currentSpecification": "css-scroll-anchoring-1",
|
|
10057
|
+
"title": "CSS Scroll Anchoring",
|
|
10058
|
+
"shortTitle": "CSS Scroll Anchoring",
|
|
9444
10059
|
"releaseUrl": "https://www.w3.org/TR/css-scroll-anchoring/",
|
|
9445
10060
|
"nightlyUrl": "https://drafts.csswg.org/css-scroll-anchoring/"
|
|
9446
10061
|
},
|
|
@@ -9479,6 +10094,8 @@
|
|
|
9479
10094
|
"series": {
|
|
9480
10095
|
"shortname": "css-scroll-snap",
|
|
9481
10096
|
"currentSpecification": "css-scroll-snap-1",
|
|
10097
|
+
"title": "CSS Scroll Snap",
|
|
10098
|
+
"shortTitle": "CSS Scroll Snap",
|
|
9482
10099
|
"releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
|
|
9483
10100
|
"nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
|
|
9484
10101
|
},
|
|
@@ -9517,6 +10134,8 @@
|
|
|
9517
10134
|
"series": {
|
|
9518
10135
|
"shortname": "css-scrollbars",
|
|
9519
10136
|
"currentSpecification": "css-scrollbars-1",
|
|
10137
|
+
"title": "CSS Scrollbars",
|
|
10138
|
+
"shortTitle": "CSS Scrollbars",
|
|
9520
10139
|
"releaseUrl": "https://www.w3.org/TR/css-scrollbars/",
|
|
9521
10140
|
"nightlyUrl": "https://drafts.csswg.org/css-scrollbars/"
|
|
9522
10141
|
},
|
|
@@ -9555,6 +10174,8 @@
|
|
|
9555
10174
|
"series": {
|
|
9556
10175
|
"shortname": "css-shadow-parts",
|
|
9557
10176
|
"currentSpecification": "css-shadow-parts-1",
|
|
10177
|
+
"title": "CSS Shadow Parts",
|
|
10178
|
+
"shortTitle": "CSS Shadow Parts",
|
|
9558
10179
|
"releaseUrl": "https://www.w3.org/TR/css-shadow-parts/",
|
|
9559
10180
|
"nightlyUrl": "https://drafts.csswg.org/css-shadow-parts/"
|
|
9560
10181
|
},
|
|
@@ -9593,6 +10214,8 @@
|
|
|
9593
10214
|
"series": {
|
|
9594
10215
|
"shortname": "css-shapes",
|
|
9595
10216
|
"currentSpecification": "css-shapes-1",
|
|
10217
|
+
"title": "CSS Shapes",
|
|
10218
|
+
"shortTitle": "CSS Shapes",
|
|
9596
10219
|
"releaseUrl": "https://www.w3.org/TR/css-shapes/",
|
|
9597
10220
|
"nightlyUrl": "https://drafts.csswg.org/css-shapes/"
|
|
9598
10221
|
},
|
|
@@ -9632,6 +10255,8 @@
|
|
|
9632
10255
|
"series": {
|
|
9633
10256
|
"shortname": "css-sizing",
|
|
9634
10257
|
"currentSpecification": "css-sizing-3",
|
|
10258
|
+
"title": "CSS Box Sizing",
|
|
10259
|
+
"shortTitle": "CSS Sizing",
|
|
9635
10260
|
"releaseUrl": "https://www.w3.org/TR/css-sizing/",
|
|
9636
10261
|
"nightlyUrl": "https://drafts.csswg.org/css-sizing/"
|
|
9637
10262
|
},
|
|
@@ -9671,6 +10296,8 @@
|
|
|
9671
10296
|
"series": {
|
|
9672
10297
|
"shortname": "css-sizing",
|
|
9673
10298
|
"currentSpecification": "css-sizing-3",
|
|
10299
|
+
"title": "CSS Box Sizing",
|
|
10300
|
+
"shortTitle": "CSS Sizing",
|
|
9674
10301
|
"releaseUrl": "https://www.w3.org/TR/css-sizing/",
|
|
9675
10302
|
"nightlyUrl": "https://drafts.csswg.org/css-sizing/"
|
|
9676
10303
|
},
|
|
@@ -9710,6 +10337,8 @@
|
|
|
9710
10337
|
"series": {
|
|
9711
10338
|
"shortname": "css-speech",
|
|
9712
10339
|
"currentSpecification": "css-speech-1",
|
|
10340
|
+
"title": "CSS Speech",
|
|
10341
|
+
"shortTitle": "CSS Speech",
|
|
9713
10342
|
"releaseUrl": "https://www.w3.org/TR/css-speech/",
|
|
9714
10343
|
"nightlyUrl": "https://drafts.csswg.org/css-speech/"
|
|
9715
10344
|
},
|
|
@@ -9748,6 +10377,8 @@
|
|
|
9748
10377
|
"series": {
|
|
9749
10378
|
"shortname": "css-style-attr",
|
|
9750
10379
|
"currentSpecification": "css-style-attr",
|
|
10380
|
+
"title": "CSS Style Attributes",
|
|
10381
|
+
"shortTitle": "CSS Style Attributes",
|
|
9751
10382
|
"releaseUrl": "https://www.w3.org/TR/css-style-attr/",
|
|
9752
10383
|
"nightlyUrl": "https://drafts.csswg.org/css-style-attr/"
|
|
9753
10384
|
},
|
|
@@ -9785,6 +10416,8 @@
|
|
|
9785
10416
|
"series": {
|
|
9786
10417
|
"shortname": "css-syntax",
|
|
9787
10418
|
"currentSpecification": "css-syntax-3",
|
|
10419
|
+
"title": "CSS Syntax",
|
|
10420
|
+
"shortTitle": "CSS Syntax",
|
|
9788
10421
|
"releaseUrl": "https://www.w3.org/TR/css-syntax/",
|
|
9789
10422
|
"nightlyUrl": "https://drafts.csswg.org/css-syntax/"
|
|
9790
10423
|
},
|
|
@@ -9823,6 +10456,8 @@
|
|
|
9823
10456
|
"series": {
|
|
9824
10457
|
"shortname": "css-tables",
|
|
9825
10458
|
"currentSpecification": "css-tables-3",
|
|
10459
|
+
"title": "CSS Table",
|
|
10460
|
+
"shortTitle": "CSS Table",
|
|
9826
10461
|
"releaseUrl": "https://www.w3.org/TR/css-tables/",
|
|
9827
10462
|
"nightlyUrl": "https://drafts.csswg.org/css-tables/"
|
|
9828
10463
|
},
|
|
@@ -9861,6 +10496,8 @@
|
|
|
9861
10496
|
"series": {
|
|
9862
10497
|
"shortname": "css-text",
|
|
9863
10498
|
"currentSpecification": "css-text-3",
|
|
10499
|
+
"title": "CSS Text",
|
|
10500
|
+
"shortTitle": "CSS Text",
|
|
9864
10501
|
"releaseUrl": "https://www.w3.org/TR/css-text/",
|
|
9865
10502
|
"nightlyUrl": "https://drafts.csswg.org/css-text/"
|
|
9866
10503
|
},
|
|
@@ -9900,6 +10537,8 @@
|
|
|
9900
10537
|
"series": {
|
|
9901
10538
|
"shortname": "css-text",
|
|
9902
10539
|
"currentSpecification": "css-text-3",
|
|
10540
|
+
"title": "CSS Text",
|
|
10541
|
+
"shortTitle": "CSS Text",
|
|
9903
10542
|
"releaseUrl": "https://www.w3.org/TR/css-text/",
|
|
9904
10543
|
"nightlyUrl": "https://drafts.csswg.org/css-text/"
|
|
9905
10544
|
},
|
|
@@ -9939,6 +10578,8 @@
|
|
|
9939
10578
|
"series": {
|
|
9940
10579
|
"shortname": "css-text-decor",
|
|
9941
10580
|
"currentSpecification": "css-text-decor-3",
|
|
10581
|
+
"title": "CSS Text Decoration",
|
|
10582
|
+
"shortTitle": "CSS Text Decoration",
|
|
9942
10583
|
"releaseUrl": "https://www.w3.org/TR/css-text-decor/",
|
|
9943
10584
|
"nightlyUrl": "https://drafts.csswg.org/css-text-decor/"
|
|
9944
10585
|
},
|
|
@@ -9978,6 +10619,8 @@
|
|
|
9978
10619
|
"series": {
|
|
9979
10620
|
"shortname": "css-text-decor",
|
|
9980
10621
|
"currentSpecification": "css-text-decor-3",
|
|
10622
|
+
"title": "CSS Text Decoration",
|
|
10623
|
+
"shortTitle": "CSS Text Decoration",
|
|
9981
10624
|
"releaseUrl": "https://www.w3.org/TR/css-text-decor/",
|
|
9982
10625
|
"nightlyUrl": "https://drafts.csswg.org/css-text-decor/"
|
|
9983
10626
|
},
|
|
@@ -10017,6 +10660,8 @@
|
|
|
10017
10660
|
"series": {
|
|
10018
10661
|
"shortname": "css-transforms",
|
|
10019
10662
|
"currentSpecification": "css-transforms-1",
|
|
10663
|
+
"title": "CSS Transforms",
|
|
10664
|
+
"shortTitle": "CSS Transforms",
|
|
10020
10665
|
"releaseUrl": "https://www.w3.org/TR/css-transforms/",
|
|
10021
10666
|
"nightlyUrl": "https://drafts.csswg.org/css-transforms/"
|
|
10022
10667
|
},
|
|
@@ -10056,6 +10701,8 @@
|
|
|
10056
10701
|
"series": {
|
|
10057
10702
|
"shortname": "css-transforms",
|
|
10058
10703
|
"currentSpecification": "css-transforms-1",
|
|
10704
|
+
"title": "CSS Transforms",
|
|
10705
|
+
"shortTitle": "CSS Transforms",
|
|
10059
10706
|
"releaseUrl": "https://www.w3.org/TR/css-transforms/",
|
|
10060
10707
|
"nightlyUrl": "https://drafts.csswg.org/css-transforms/"
|
|
10061
10708
|
},
|
|
@@ -10095,6 +10742,8 @@
|
|
|
10095
10742
|
"series": {
|
|
10096
10743
|
"shortname": "css-transitions",
|
|
10097
10744
|
"currentSpecification": "css-transitions-1",
|
|
10745
|
+
"title": "CSS Transitions",
|
|
10746
|
+
"shortTitle": "CSS Transitions",
|
|
10098
10747
|
"releaseUrl": "https://www.w3.org/TR/css-transitions/",
|
|
10099
10748
|
"nightlyUrl": "https://drafts.csswg.org/css-transitions/"
|
|
10100
10749
|
},
|
|
@@ -10134,6 +10783,8 @@
|
|
|
10134
10783
|
"series": {
|
|
10135
10784
|
"shortname": "css-typed-om",
|
|
10136
10785
|
"currentSpecification": "css-typed-om-1",
|
|
10786
|
+
"title": "CSS Typed OM",
|
|
10787
|
+
"shortTitle": "CSS Typed OM",
|
|
10137
10788
|
"releaseUrl": "https://www.w3.org/TR/css-typed-om/",
|
|
10138
10789
|
"nightlyUrl": "https://drafts.css-houdini.org/css-typed-om/"
|
|
10139
10790
|
},
|
|
@@ -10177,6 +10828,8 @@
|
|
|
10177
10828
|
"series": {
|
|
10178
10829
|
"shortname": "css-ui",
|
|
10179
10830
|
"currentSpecification": "css-ui-4",
|
|
10831
|
+
"title": "CSS Basic User Interface",
|
|
10832
|
+
"shortTitle": "CSS User Interface",
|
|
10180
10833
|
"releaseUrl": "https://www.w3.org/TR/css-ui/",
|
|
10181
10834
|
"nightlyUrl": "https://drafts.csswg.org/css-ui/"
|
|
10182
10835
|
},
|
|
@@ -10215,6 +10868,8 @@
|
|
|
10215
10868
|
"series": {
|
|
10216
10869
|
"shortname": "css-values",
|
|
10217
10870
|
"currentSpecification": "css-values-4",
|
|
10871
|
+
"title": "CSS Values and Units",
|
|
10872
|
+
"shortTitle": "CSS Values",
|
|
10218
10873
|
"releaseUrl": "https://www.w3.org/TR/css-values/",
|
|
10219
10874
|
"nightlyUrl": "https://drafts.csswg.org/css-values/"
|
|
10220
10875
|
},
|
|
@@ -10254,6 +10909,8 @@
|
|
|
10254
10909
|
"series": {
|
|
10255
10910
|
"shortname": "css-values",
|
|
10256
10911
|
"currentSpecification": "css-values-4",
|
|
10912
|
+
"title": "CSS Values and Units",
|
|
10913
|
+
"shortTitle": "CSS Values",
|
|
10257
10914
|
"releaseUrl": "https://www.w3.org/TR/css-values/",
|
|
10258
10915
|
"nightlyUrl": "https://drafts.csswg.org/css-values/"
|
|
10259
10916
|
},
|
|
@@ -10294,6 +10951,8 @@
|
|
|
10294
10951
|
"series": {
|
|
10295
10952
|
"shortname": "css-variables",
|
|
10296
10953
|
"currentSpecification": "css-variables-1",
|
|
10954
|
+
"title": "CSS Custom Properties for Cascading Variables",
|
|
10955
|
+
"shortTitle": "CSS Variables",
|
|
10297
10956
|
"releaseUrl": "https://www.w3.org/TR/css-variables/",
|
|
10298
10957
|
"nightlyUrl": "https://drafts.csswg.org/css-variables/"
|
|
10299
10958
|
},
|
|
@@ -10332,6 +10991,8 @@
|
|
|
10332
10991
|
"series": {
|
|
10333
10992
|
"shortname": "css-will-change",
|
|
10334
10993
|
"currentSpecification": "css-will-change-1",
|
|
10994
|
+
"title": "CSS Will Change",
|
|
10995
|
+
"shortTitle": "CSS Will Change",
|
|
10335
10996
|
"releaseUrl": "https://www.w3.org/TR/css-will-change/",
|
|
10336
10997
|
"nightlyUrl": "https://drafts.csswg.org/css-will-change/"
|
|
10337
10998
|
},
|
|
@@ -10370,6 +11031,8 @@
|
|
|
10370
11031
|
"series": {
|
|
10371
11032
|
"shortname": "css-writing-modes",
|
|
10372
11033
|
"currentSpecification": "css-writing-modes-4",
|
|
11034
|
+
"title": "CSS Writing Modes",
|
|
11035
|
+
"shortTitle": "CSS Writing Modes",
|
|
10373
11036
|
"releaseUrl": "https://www.w3.org/TR/css-writing-modes/",
|
|
10374
11037
|
"nightlyUrl": "https://drafts.csswg.org/css-writing-modes/"
|
|
10375
11038
|
},
|
|
@@ -10408,6 +11071,8 @@
|
|
|
10408
11071
|
"series": {
|
|
10409
11072
|
"shortname": "CSS",
|
|
10410
11073
|
"currentSpecification": "CSS22",
|
|
11074
|
+
"title": "Cascading Style Sheets",
|
|
11075
|
+
"shortTitle": "Cascading Style Sheets",
|
|
10411
11076
|
"releaseUrl": "https://www.w3.org/TR/CSS/",
|
|
10412
11077
|
"nightlyUrl": "https://drafts.csswg.org/css2/"
|
|
10413
11078
|
},
|
|
@@ -10476,6 +11141,8 @@
|
|
|
10476
11141
|
"series": {
|
|
10477
11142
|
"shortname": "CSS",
|
|
10478
11143
|
"currentSpecification": "CSS22",
|
|
11144
|
+
"title": "Cascading Style Sheets",
|
|
11145
|
+
"shortTitle": "Cascading Style Sheets",
|
|
10479
11146
|
"releaseUrl": "https://www.w3.org/TR/CSS/",
|
|
10480
11147
|
"nightlyUrl": "https://drafts.csswg.org/css2/"
|
|
10481
11148
|
},
|
|
@@ -10544,6 +11211,8 @@
|
|
|
10544
11211
|
"series": {
|
|
10545
11212
|
"shortname": "css-exclusions",
|
|
10546
11213
|
"currentSpecification": "css3-exclusions",
|
|
11214
|
+
"title": "CSS Exclusions",
|
|
11215
|
+
"shortTitle": "CSS Exclusions",
|
|
10547
11216
|
"releaseUrl": "https://www.w3.org/TR/css-exclusions/",
|
|
10548
11217
|
"nightlyUrl": "https://drafts.csswg.org/css-exclusions/"
|
|
10549
11218
|
},
|
|
@@ -10582,6 +11251,8 @@
|
|
|
10582
11251
|
"series": {
|
|
10583
11252
|
"shortname": "cssom",
|
|
10584
11253
|
"currentSpecification": "cssom-1",
|
|
11254
|
+
"title": "CSS Object Model (CSSOM)",
|
|
11255
|
+
"shortTitle": "CSSOM",
|
|
10585
11256
|
"releaseUrl": "https://www.w3.org/TR/cssom/",
|
|
10586
11257
|
"nightlyUrl": "https://drafts.csswg.org/cssom/"
|
|
10587
11258
|
},
|
|
@@ -10620,6 +11291,8 @@
|
|
|
10620
11291
|
"series": {
|
|
10621
11292
|
"shortname": "cssom-view",
|
|
10622
11293
|
"currentSpecification": "cssom-view-1",
|
|
11294
|
+
"title": "CSSOM View",
|
|
11295
|
+
"shortTitle": "CSSOM View",
|
|
10623
11296
|
"releaseUrl": "https://www.w3.org/TR/cssom-view/",
|
|
10624
11297
|
"nightlyUrl": "https://drafts.csswg.org/cssom-view/"
|
|
10625
11298
|
},
|
|
@@ -10658,6 +11331,8 @@
|
|
|
10658
11331
|
"series": {
|
|
10659
11332
|
"shortname": "device-memory",
|
|
10660
11333
|
"currentSpecification": "device-memory-1",
|
|
11334
|
+
"title": "Device Memory",
|
|
11335
|
+
"shortTitle": "Device Memory",
|
|
10661
11336
|
"releaseUrl": "https://www.w3.org/TR/device-memory/",
|
|
10662
11337
|
"nightlyUrl": "https://w3c.github.io/device-memory/"
|
|
10663
11338
|
},
|
|
@@ -10696,6 +11371,8 @@
|
|
|
10696
11371
|
"series": {
|
|
10697
11372
|
"shortname": "device-posture",
|
|
10698
11373
|
"currentSpecification": "device-posture",
|
|
11374
|
+
"title": "Device Posture API",
|
|
11375
|
+
"shortTitle": "Device Posture API",
|
|
10699
11376
|
"releaseUrl": "https://www.w3.org/TR/device-posture/",
|
|
10700
11377
|
"nightlyUrl": "https://w3c.github.io/device-posture/"
|
|
10701
11378
|
},
|
|
@@ -10727,6 +11404,8 @@
|
|
|
10727
11404
|
"series": {
|
|
10728
11405
|
"shortname": "DOM-Parsing",
|
|
10729
11406
|
"currentSpecification": "DOM-Parsing",
|
|
11407
|
+
"title": "DOM Parsing and Serialization",
|
|
11408
|
+
"shortTitle": "DOM Parsing and Serialization",
|
|
10730
11409
|
"releaseUrl": "https://www.w3.org/TR/DOM-Parsing/",
|
|
10731
11410
|
"nightlyUrl": "https://w3c.github.io/DOM-Parsing/"
|
|
10732
11411
|
},
|
|
@@ -10764,6 +11443,8 @@
|
|
|
10764
11443
|
"series": {
|
|
10765
11444
|
"shortname": "edit-context",
|
|
10766
11445
|
"currentSpecification": "edit-context",
|
|
11446
|
+
"title": "EditContext API",
|
|
11447
|
+
"shortTitle": "EditContext API",
|
|
10767
11448
|
"releaseUrl": "https://www.w3.org/TR/edit-context/",
|
|
10768
11449
|
"nightlyUrl": "https://w3c.github.io/edit-context/"
|
|
10769
11450
|
},
|
|
@@ -10795,6 +11476,8 @@
|
|
|
10795
11476
|
"series": {
|
|
10796
11477
|
"shortname": "encoding",
|
|
10797
11478
|
"currentSpecification": "encoding",
|
|
11479
|
+
"title": "Encoding",
|
|
11480
|
+
"shortTitle": "Encoding",
|
|
10798
11481
|
"releaseUrl": "https://www.w3.org/TR/encoding/",
|
|
10799
11482
|
"nightlyUrl": "https://encoding.spec.whatwg.org/"
|
|
10800
11483
|
},
|
|
@@ -10832,6 +11515,8 @@
|
|
|
10832
11515
|
"series": {
|
|
10833
11516
|
"shortname": "encrypted-media",
|
|
10834
11517
|
"currentSpecification": "encrypted-media",
|
|
11518
|
+
"title": "Encrypted Media Extensions",
|
|
11519
|
+
"shortTitle": "Encrypted Media Extensions",
|
|
10835
11520
|
"releaseUrl": "https://www.w3.org/TR/encrypted-media/",
|
|
10836
11521
|
"nightlyUrl": "https://w3c.github.io/encrypted-media/"
|
|
10837
11522
|
},
|
|
@@ -10869,6 +11554,8 @@
|
|
|
10869
11554
|
"series": {
|
|
10870
11555
|
"shortname": "fetch-metadata",
|
|
10871
11556
|
"currentSpecification": "fetch-metadata",
|
|
11557
|
+
"title": "Fetch Metadata Request Headers",
|
|
11558
|
+
"shortTitle": "Fetch Metadata",
|
|
10872
11559
|
"releaseUrl": "https://www.w3.org/TR/fetch-metadata/",
|
|
10873
11560
|
"nightlyUrl": "https://w3c.github.io/webappsec-fetch-metadata/"
|
|
10874
11561
|
},
|
|
@@ -10906,6 +11593,8 @@
|
|
|
10906
11593
|
"series": {
|
|
10907
11594
|
"shortname": "FileAPI",
|
|
10908
11595
|
"currentSpecification": "FileAPI",
|
|
11596
|
+
"title": "File API",
|
|
11597
|
+
"shortTitle": "File API",
|
|
10909
11598
|
"releaseUrl": "https://www.w3.org/TR/FileAPI/",
|
|
10910
11599
|
"nightlyUrl": "https://w3c.github.io/FileAPI/"
|
|
10911
11600
|
},
|
|
@@ -10943,6 +11632,8 @@
|
|
|
10943
11632
|
"series": {
|
|
10944
11633
|
"shortname": "fill-stroke",
|
|
10945
11634
|
"currentSpecification": "fill-stroke-3",
|
|
11635
|
+
"title": "CSS Fill and Stroke",
|
|
11636
|
+
"shortTitle": "CSS Fill and Stroke",
|
|
10946
11637
|
"releaseUrl": "https://www.w3.org/TR/fill-stroke/",
|
|
10947
11638
|
"nightlyUrl": "https://drafts.fxtf.org/fill-stroke/"
|
|
10948
11639
|
},
|
|
@@ -10985,6 +11676,8 @@
|
|
|
10985
11676
|
"series": {
|
|
10986
11677
|
"shortname": "filter-effects",
|
|
10987
11678
|
"currentSpecification": "filter-effects-1",
|
|
11679
|
+
"title": "Filter Effects",
|
|
11680
|
+
"shortTitle": "Filter Effects",
|
|
10988
11681
|
"releaseUrl": "https://www.w3.org/TR/filter-effects/",
|
|
10989
11682
|
"nightlyUrl": "https://drafts.fxtf.org/filter-effects/"
|
|
10990
11683
|
},
|
|
@@ -11024,6 +11717,8 @@
|
|
|
11024
11717
|
"series": {
|
|
11025
11718
|
"shortname": "fingerprinting-guidance",
|
|
11026
11719
|
"currentSpecification": "fingerprinting-guidance",
|
|
11720
|
+
"title": "Mitigating Browser Fingerprinting in Web Specifications",
|
|
11721
|
+
"shortTitle": "Mitigating Browser Fingerprinting in Web Specifications",
|
|
11027
11722
|
"releaseUrl": "https://www.w3.org/TR/fingerprinting-guidance/",
|
|
11028
11723
|
"nightlyUrl": "https://w3c.github.io/fingerprinting-guidance/"
|
|
11029
11724
|
},
|
|
@@ -11044,9 +11739,9 @@
|
|
|
11044
11739
|
"sourcePath": "index.html",
|
|
11045
11740
|
"filename": "index.html"
|
|
11046
11741
|
},
|
|
11047
|
-
"title": "Fingerprinting
|
|
11742
|
+
"title": "Mitigating Browser Fingerprinting in Web Specifications",
|
|
11048
11743
|
"source": "w3c",
|
|
11049
|
-
"shortTitle": "
|
|
11744
|
+
"shortTitle": "Mitigating Browser Fingerprinting in Web Specifications"
|
|
11050
11745
|
},
|
|
11051
11746
|
{
|
|
11052
11747
|
"url": "https://www.w3.org/TR/gamepad/",
|
|
@@ -11055,6 +11750,8 @@
|
|
|
11055
11750
|
"series": {
|
|
11056
11751
|
"shortname": "gamepad",
|
|
11057
11752
|
"currentSpecification": "gamepad",
|
|
11753
|
+
"title": "Gamepad",
|
|
11754
|
+
"shortTitle": "Gamepad",
|
|
11058
11755
|
"releaseUrl": "https://www.w3.org/TR/gamepad/",
|
|
11059
11756
|
"nightlyUrl": "https://w3c.github.io/gamepad/"
|
|
11060
11757
|
},
|
|
@@ -11092,6 +11789,8 @@
|
|
|
11092
11789
|
"series": {
|
|
11093
11790
|
"shortname": "generic-sensor",
|
|
11094
11791
|
"currentSpecification": "generic-sensor",
|
|
11792
|
+
"title": "Generic Sensor API",
|
|
11793
|
+
"shortTitle": "Generic Sensor API",
|
|
11095
11794
|
"releaseUrl": "https://www.w3.org/TR/generic-sensor/",
|
|
11096
11795
|
"nightlyUrl": "https://w3c.github.io/sensors/"
|
|
11097
11796
|
},
|
|
@@ -11129,6 +11828,8 @@
|
|
|
11129
11828
|
"series": {
|
|
11130
11829
|
"shortname": "geolocation-sensor",
|
|
11131
11830
|
"currentSpecification": "geolocation-sensor",
|
|
11831
|
+
"title": "Geolocation Sensor",
|
|
11832
|
+
"shortTitle": "Geolocation Sensor",
|
|
11132
11833
|
"releaseUrl": "https://www.w3.org/TR/geolocation-sensor/",
|
|
11133
11834
|
"nightlyUrl": "https://w3c.github.io/geolocation-sensor/"
|
|
11134
11835
|
},
|
|
@@ -11166,6 +11867,8 @@
|
|
|
11166
11867
|
"series": {
|
|
11167
11868
|
"shortname": "geolocation",
|
|
11168
11869
|
"currentSpecification": "geolocation",
|
|
11870
|
+
"title": "Geolocation API",
|
|
11871
|
+
"shortTitle": "Geolocation API",
|
|
11169
11872
|
"releaseUrl": "https://www.w3.org/TR/geolocation/",
|
|
11170
11873
|
"nightlyUrl": "https://w3c.github.io/geolocation-api/"
|
|
11171
11874
|
},
|
|
@@ -11203,6 +11906,8 @@
|
|
|
11203
11906
|
"series": {
|
|
11204
11907
|
"shortname": "geometry",
|
|
11205
11908
|
"currentSpecification": "geometry-1",
|
|
11909
|
+
"title": "Geometry Interfaces",
|
|
11910
|
+
"shortTitle": "Geometry Interfaces",
|
|
11206
11911
|
"releaseUrl": "https://www.w3.org/TR/geometry/",
|
|
11207
11912
|
"nightlyUrl": "https://drafts.fxtf.org/geometry/"
|
|
11208
11913
|
},
|
|
@@ -11241,6 +11946,8 @@
|
|
|
11241
11946
|
"series": {
|
|
11242
11947
|
"shortname": "graphics-aam",
|
|
11243
11948
|
"currentSpecification": "graphics-aam-1.0",
|
|
11949
|
+
"title": "Graphics Accessibility API Mappings",
|
|
11950
|
+
"shortTitle": "Graphics Accessibility API Mappings",
|
|
11244
11951
|
"releaseUrl": "https://www.w3.org/TR/graphics-aam/",
|
|
11245
11952
|
"nightlyUrl": "https://w3c.github.io/graphics-aam/"
|
|
11246
11953
|
},
|
|
@@ -11279,6 +11986,8 @@
|
|
|
11279
11986
|
"series": {
|
|
11280
11987
|
"shortname": "graphics-aria",
|
|
11281
11988
|
"currentSpecification": "graphics-aria-1.0",
|
|
11989
|
+
"title": "WAI-ARIA Graphics",
|
|
11990
|
+
"shortTitle": "WAI-ARIA Graphics",
|
|
11282
11991
|
"releaseUrl": "https://www.w3.org/TR/graphics-aria/",
|
|
11283
11992
|
"nightlyUrl": "https://w3c.github.io/graphics-aria/"
|
|
11284
11993
|
},
|
|
@@ -11311,6 +12020,8 @@
|
|
|
11311
12020
|
"series": {
|
|
11312
12021
|
"shortname": "gyroscope",
|
|
11313
12022
|
"currentSpecification": "gyroscope",
|
|
12023
|
+
"title": "Gyroscope",
|
|
12024
|
+
"shortTitle": "Gyroscope",
|
|
11314
12025
|
"releaseUrl": "https://www.w3.org/TR/gyroscope/",
|
|
11315
12026
|
"nightlyUrl": "https://w3c.github.io/gyroscope/"
|
|
11316
12027
|
},
|
|
@@ -11348,6 +12059,8 @@
|
|
|
11348
12059
|
"series": {
|
|
11349
12060
|
"shortname": "hr-time",
|
|
11350
12061
|
"currentSpecification": "hr-time-3",
|
|
12062
|
+
"title": "High Resolution Time",
|
|
12063
|
+
"shortTitle": "High Resolution Time",
|
|
11351
12064
|
"releaseUrl": "https://www.w3.org/TR/hr-time/",
|
|
11352
12065
|
"nightlyUrl": "https://w3c.github.io/hr-time/"
|
|
11353
12066
|
},
|
|
@@ -11386,6 +12099,8 @@
|
|
|
11386
12099
|
"series": {
|
|
11387
12100
|
"shortname": "html-aam",
|
|
11388
12101
|
"currentSpecification": "html-aam-1.0",
|
|
12102
|
+
"title": "HTML Accessibility API Mappings",
|
|
12103
|
+
"shortTitle": "HTML Accessibility API Mappings",
|
|
11389
12104
|
"releaseUrl": "https://www.w3.org/TR/html-aam/",
|
|
11390
12105
|
"nightlyUrl": "https://w3c.github.io/html-aam/"
|
|
11391
12106
|
},
|
|
@@ -11418,6 +12133,8 @@
|
|
|
11418
12133
|
"series": {
|
|
11419
12134
|
"shortname": "html-aria",
|
|
11420
12135
|
"currentSpecification": "html-aria",
|
|
12136
|
+
"title": "ARIA in HTML",
|
|
12137
|
+
"shortTitle": "ARIA in HTML",
|
|
11421
12138
|
"releaseUrl": "https://www.w3.org/TR/html-aria/",
|
|
11422
12139
|
"nightlyUrl": "https://w3c.github.io/html-aria/"
|
|
11423
12140
|
},
|
|
@@ -11449,6 +12166,8 @@
|
|
|
11449
12166
|
"series": {
|
|
11450
12167
|
"shortname": "html-media-capture",
|
|
11451
12168
|
"currentSpecification": "html-media-capture",
|
|
12169
|
+
"title": "HTML Media Capture",
|
|
12170
|
+
"shortTitle": "HTML Media Capture",
|
|
11452
12171
|
"releaseUrl": "https://www.w3.org/TR/html-media-capture/",
|
|
11453
12172
|
"nightlyUrl": "https://w3c.github.io/html-media-capture/"
|
|
11454
12173
|
},
|
|
@@ -11486,6 +12205,8 @@
|
|
|
11486
12205
|
"series": {
|
|
11487
12206
|
"shortname": "IFT",
|
|
11488
12207
|
"currentSpecification": "IFT",
|
|
12208
|
+
"title": "Incremental Font Transfer",
|
|
12209
|
+
"shortTitle": "Incremental Font Transfer",
|
|
11489
12210
|
"releaseUrl": "https://www.w3.org/TR/IFT/",
|
|
11490
12211
|
"nightlyUrl": "https://w3c.github.io/IFT/Overview.html"
|
|
11491
12212
|
},
|
|
@@ -11517,6 +12238,8 @@
|
|
|
11517
12238
|
"series": {
|
|
11518
12239
|
"shortname": "image-capture",
|
|
11519
12240
|
"currentSpecification": "image-capture",
|
|
12241
|
+
"title": "MediaStream Image Capture",
|
|
12242
|
+
"shortTitle": "MediaStream Image Capture",
|
|
11520
12243
|
"releaseUrl": "https://www.w3.org/TR/image-capture/",
|
|
11521
12244
|
"nightlyUrl": "https://w3c.github.io/mediacapture-image/"
|
|
11522
12245
|
},
|
|
@@ -11554,6 +12277,8 @@
|
|
|
11554
12277
|
"series": {
|
|
11555
12278
|
"shortname": "image-resource",
|
|
11556
12279
|
"currentSpecification": "image-resource",
|
|
12280
|
+
"title": "Image Resource",
|
|
12281
|
+
"shortTitle": "Image Resource",
|
|
11557
12282
|
"releaseUrl": "https://www.w3.org/TR/image-resource/",
|
|
11558
12283
|
"nightlyUrl": "https://w3c.github.io/image-resource/"
|
|
11559
12284
|
},
|
|
@@ -11585,6 +12310,8 @@
|
|
|
11585
12310
|
"series": {
|
|
11586
12311
|
"shortname": "IndexedDB",
|
|
11587
12312
|
"currentSpecification": "IndexedDB-3",
|
|
12313
|
+
"title": "Indexed Database API",
|
|
12314
|
+
"shortTitle": "Indexed DB",
|
|
11588
12315
|
"releaseUrl": "https://www.w3.org/TR/IndexedDB/",
|
|
11589
12316
|
"nightlyUrl": "https://w3c.github.io/IndexedDB/"
|
|
11590
12317
|
},
|
|
@@ -11623,6 +12350,8 @@
|
|
|
11623
12350
|
"series": {
|
|
11624
12351
|
"shortname": "input-events",
|
|
11625
12352
|
"currentSpecification": "input-events-2",
|
|
12353
|
+
"title": "Input Events",
|
|
12354
|
+
"shortTitle": "Input Events",
|
|
11626
12355
|
"releaseUrl": "https://www.w3.org/TR/input-events/",
|
|
11627
12356
|
"nightlyUrl": "https://w3c.github.io/input-events/"
|
|
11628
12357
|
},
|
|
@@ -11661,6 +12390,8 @@
|
|
|
11661
12390
|
"series": {
|
|
11662
12391
|
"shortname": "intersection-observer",
|
|
11663
12392
|
"currentSpecification": "intersection-observer",
|
|
12393
|
+
"title": "Intersection Observer",
|
|
12394
|
+
"shortTitle": "Intersection Observer",
|
|
11664
12395
|
"releaseUrl": "https://www.w3.org/TR/intersection-observer/",
|
|
11665
12396
|
"nightlyUrl": "https://w3c.github.io/IntersectionObserver/"
|
|
11666
12397
|
},
|
|
@@ -11698,6 +12429,8 @@
|
|
|
11698
12429
|
"series": {
|
|
11699
12430
|
"shortname": "longtasks",
|
|
11700
12431
|
"currentSpecification": "longtasks-1",
|
|
12432
|
+
"title": "Long Tasks API",
|
|
12433
|
+
"shortTitle": "Long Tasks API",
|
|
11701
12434
|
"releaseUrl": "https://www.w3.org/TR/longtasks/",
|
|
11702
12435
|
"nightlyUrl": "https://w3c.github.io/longtasks/"
|
|
11703
12436
|
},
|
|
@@ -11736,6 +12469,8 @@
|
|
|
11736
12469
|
"series": {
|
|
11737
12470
|
"shortname": "magnetometer",
|
|
11738
12471
|
"currentSpecification": "magnetometer",
|
|
12472
|
+
"title": "Magnetometer",
|
|
12473
|
+
"shortTitle": "Magnetometer",
|
|
11739
12474
|
"releaseUrl": "https://www.w3.org/TR/magnetometer/",
|
|
11740
12475
|
"nightlyUrl": "https://w3c.github.io/magnetometer/"
|
|
11741
12476
|
},
|
|
@@ -11773,6 +12508,8 @@
|
|
|
11773
12508
|
"series": {
|
|
11774
12509
|
"shortname": "manifest-app-info",
|
|
11775
12510
|
"currentSpecification": "manifest-app-info",
|
|
12511
|
+
"title": "Web App Manifest - Application Information",
|
|
12512
|
+
"shortTitle": "Web App Manifest - Application Information",
|
|
11776
12513
|
"releaseUrl": "https://www.w3.org/TR/manifest-app-info/",
|
|
11777
12514
|
"nightlyUrl": "https://w3c.github.io/manifest-app-info/"
|
|
11778
12515
|
},
|
|
@@ -11804,6 +12541,8 @@
|
|
|
11804
12541
|
"series": {
|
|
11805
12542
|
"shortname": "mathml-core",
|
|
11806
12543
|
"currentSpecification": "mathml-core",
|
|
12544
|
+
"title": "MathML Core",
|
|
12545
|
+
"shortTitle": "MathML Core",
|
|
11807
12546
|
"releaseUrl": "https://www.w3.org/TR/mathml-core/",
|
|
11808
12547
|
"nightlyUrl": "https://w3c.github.io/mathml-core/"
|
|
11809
12548
|
},
|
|
@@ -11841,6 +12580,8 @@
|
|
|
11841
12580
|
"series": {
|
|
11842
12581
|
"shortname": "media-capabilities",
|
|
11843
12582
|
"currentSpecification": "media-capabilities",
|
|
12583
|
+
"title": "Media Capabilities",
|
|
12584
|
+
"shortTitle": "Media Capabilities",
|
|
11844
12585
|
"releaseUrl": "https://www.w3.org/TR/media-capabilities/",
|
|
11845
12586
|
"nightlyUrl": "https://w3c.github.io/media-capabilities/"
|
|
11846
12587
|
},
|
|
@@ -11878,6 +12619,8 @@
|
|
|
11878
12619
|
"series": {
|
|
11879
12620
|
"shortname": "media-source",
|
|
11880
12621
|
"currentSpecification": "media-source-2",
|
|
12622
|
+
"title": "Media Source Extensions™",
|
|
12623
|
+
"shortTitle": "Media Source Extensions™",
|
|
11881
12624
|
"releaseUrl": "https://www.w3.org/TR/media-source/",
|
|
11882
12625
|
"nightlyUrl": "https://w3c.github.io/media-source/"
|
|
11883
12626
|
},
|
|
@@ -11916,6 +12659,8 @@
|
|
|
11916
12659
|
"series": {
|
|
11917
12660
|
"shortname": "mediacapture-depth",
|
|
11918
12661
|
"currentSpecification": "mediacapture-depth",
|
|
12662
|
+
"title": "Media Capture Depth Stream Extensions",
|
|
12663
|
+
"shortTitle": "Media Capture Depth Stream Extensions",
|
|
11919
12664
|
"releaseUrl": "https://www.w3.org/TR/mediacapture-depth/",
|
|
11920
12665
|
"nightlyUrl": "https://w3c.github.io/mediacapture-depth/"
|
|
11921
12666
|
},
|
|
@@ -11957,6 +12702,8 @@
|
|
|
11957
12702
|
"series": {
|
|
11958
12703
|
"shortname": "mediacapture-fromelement",
|
|
11959
12704
|
"currentSpecification": "mediacapture-fromelement",
|
|
12705
|
+
"title": "Media Capture from DOM Elements",
|
|
12706
|
+
"shortTitle": "Media Capture from DOM Elements",
|
|
11960
12707
|
"releaseUrl": "https://www.w3.org/TR/mediacapture-fromelement/",
|
|
11961
12708
|
"nightlyUrl": "https://w3c.github.io/mediacapture-fromelement/"
|
|
11962
12709
|
},
|
|
@@ -11994,6 +12741,8 @@
|
|
|
11994
12741
|
"series": {
|
|
11995
12742
|
"shortname": "mediacapture-streams",
|
|
11996
12743
|
"currentSpecification": "mediacapture-streams",
|
|
12744
|
+
"title": "Media Capture and Streams",
|
|
12745
|
+
"shortTitle": "Media Capture and Streams",
|
|
11997
12746
|
"releaseUrl": "https://www.w3.org/TR/mediacapture-streams/",
|
|
11998
12747
|
"nightlyUrl": "https://w3c.github.io/mediacapture-main/"
|
|
11999
12748
|
},
|
|
@@ -12031,6 +12780,8 @@
|
|
|
12031
12780
|
"series": {
|
|
12032
12781
|
"shortname": "mediaqueries",
|
|
12033
12782
|
"currentSpecification": "mediaqueries-4",
|
|
12783
|
+
"title": "Media Queries",
|
|
12784
|
+
"shortTitle": "Media Queries",
|
|
12034
12785
|
"releaseUrl": "https://www.w3.org/TR/mediaqueries/",
|
|
12035
12786
|
"nightlyUrl": "https://drafts.csswg.org/mediaqueries/"
|
|
12036
12787
|
},
|
|
@@ -12070,6 +12821,8 @@
|
|
|
12070
12821
|
"series": {
|
|
12071
12822
|
"shortname": "mediaqueries",
|
|
12072
12823
|
"currentSpecification": "mediaqueries-4",
|
|
12824
|
+
"title": "Media Queries",
|
|
12825
|
+
"shortTitle": "Media Queries",
|
|
12073
12826
|
"releaseUrl": "https://www.w3.org/TR/mediaqueries/",
|
|
12074
12827
|
"nightlyUrl": "https://drafts.csswg.org/mediaqueries/"
|
|
12075
12828
|
},
|
|
@@ -12109,6 +12862,8 @@
|
|
|
12109
12862
|
"series": {
|
|
12110
12863
|
"shortname": "mediasession",
|
|
12111
12864
|
"currentSpecification": "mediasession",
|
|
12865
|
+
"title": "Media Session Standard",
|
|
12866
|
+
"shortTitle": "Media Session",
|
|
12112
12867
|
"releaseUrl": "https://www.w3.org/TR/mediasession/",
|
|
12113
12868
|
"nightlyUrl": "https://w3c.github.io/mediasession/"
|
|
12114
12869
|
},
|
|
@@ -12146,6 +12901,8 @@
|
|
|
12146
12901
|
"series": {
|
|
12147
12902
|
"shortname": "mediastream-recording",
|
|
12148
12903
|
"currentSpecification": "mediastream-recording",
|
|
12904
|
+
"title": "MediaStream Recording",
|
|
12905
|
+
"shortTitle": "MediaStream Recording",
|
|
12149
12906
|
"releaseUrl": "https://www.w3.org/TR/mediastream-recording/",
|
|
12150
12907
|
"nightlyUrl": "https://w3c.github.io/mediacapture-record/"
|
|
12151
12908
|
},
|
|
@@ -12183,6 +12940,8 @@
|
|
|
12183
12940
|
"series": {
|
|
12184
12941
|
"shortname": "mixed-content",
|
|
12185
12942
|
"currentSpecification": "mixed-content",
|
|
12943
|
+
"title": "Mixed Content",
|
|
12944
|
+
"shortTitle": "Mixed Content",
|
|
12186
12945
|
"releaseUrl": "https://www.w3.org/TR/mixed-content/",
|
|
12187
12946
|
"nightlyUrl": "https://w3c.github.io/webappsec-mixed-content/"
|
|
12188
12947
|
},
|
|
@@ -12220,6 +12979,8 @@
|
|
|
12220
12979
|
"series": {
|
|
12221
12980
|
"shortname": "motion",
|
|
12222
12981
|
"currentSpecification": "motion-1",
|
|
12982
|
+
"title": "Motion Path",
|
|
12983
|
+
"shortTitle": "Motion Path",
|
|
12223
12984
|
"releaseUrl": "https://www.w3.org/TR/motion/",
|
|
12224
12985
|
"nightlyUrl": "https://drafts.fxtf.org/motion/"
|
|
12225
12986
|
},
|
|
@@ -12258,6 +13019,8 @@
|
|
|
12258
13019
|
"series": {
|
|
12259
13020
|
"shortname": "mst-content-hint",
|
|
12260
13021
|
"currentSpecification": "mst-content-hint",
|
|
13022
|
+
"title": "MediaStreamTrack Content Hints",
|
|
13023
|
+
"shortTitle": "MediaStreamTrack Content Hints",
|
|
12261
13024
|
"releaseUrl": "https://www.w3.org/TR/mst-content-hint/",
|
|
12262
13025
|
"nightlyUrl": "https://w3c.github.io/mst-content-hint/"
|
|
12263
13026
|
},
|
|
@@ -12295,6 +13058,8 @@
|
|
|
12295
13058
|
"series": {
|
|
12296
13059
|
"shortname": "navigation-timing",
|
|
12297
13060
|
"currentSpecification": "navigation-timing-2",
|
|
13061
|
+
"title": "Navigation Timing",
|
|
13062
|
+
"shortTitle": "Navigation Timing",
|
|
12298
13063
|
"releaseUrl": "https://www.w3.org/TR/navigation-timing/",
|
|
12299
13064
|
"nightlyUrl": "https://w3c.github.io/navigation-timing/"
|
|
12300
13065
|
},
|
|
@@ -12333,6 +13098,8 @@
|
|
|
12333
13098
|
"series": {
|
|
12334
13099
|
"shortname": "network-error-logging",
|
|
12335
13100
|
"currentSpecification": "network-error-logging-1",
|
|
13101
|
+
"title": "Network Error Logging",
|
|
13102
|
+
"shortTitle": "Network Error Logging",
|
|
12336
13103
|
"releaseUrl": "https://www.w3.org/TR/network-error-logging/",
|
|
12337
13104
|
"nightlyUrl": "https://w3c.github.io/network-error-logging/"
|
|
12338
13105
|
},
|
|
@@ -12371,6 +13138,8 @@
|
|
|
12371
13138
|
"series": {
|
|
12372
13139
|
"shortname": "openscreenprotocol",
|
|
12373
13140
|
"currentSpecification": "openscreenprotocol",
|
|
13141
|
+
"title": "Open Screen Protocol",
|
|
13142
|
+
"shortTitle": "Open Screen Protocol",
|
|
12374
13143
|
"releaseUrl": "https://www.w3.org/TR/openscreenprotocol/",
|
|
12375
13144
|
"nightlyUrl": "https://w3c.github.io/openscreenprotocol/"
|
|
12376
13145
|
},
|
|
@@ -12402,6 +13171,8 @@
|
|
|
12402
13171
|
"series": {
|
|
12403
13172
|
"shortname": "orientation-event",
|
|
12404
13173
|
"currentSpecification": "orientation-event",
|
|
13174
|
+
"title": "DeviceOrientation Event",
|
|
13175
|
+
"shortTitle": "DeviceOrientation Event",
|
|
12405
13176
|
"releaseUrl": "https://www.w3.org/TR/orientation-event/",
|
|
12406
13177
|
"nightlyUrl": "https://w3c.github.io/deviceorientation/"
|
|
12407
13178
|
},
|
|
@@ -12439,6 +13210,8 @@
|
|
|
12439
13210
|
"series": {
|
|
12440
13211
|
"shortname": "orientation-sensor",
|
|
12441
13212
|
"currentSpecification": "orientation-sensor",
|
|
13213
|
+
"title": "Orientation Sensor",
|
|
13214
|
+
"shortTitle": "Orientation Sensor",
|
|
12442
13215
|
"releaseUrl": "https://www.w3.org/TR/orientation-sensor/",
|
|
12443
13216
|
"nightlyUrl": "https://w3c.github.io/orientation-sensor/"
|
|
12444
13217
|
},
|
|
@@ -12476,6 +13249,8 @@
|
|
|
12476
13249
|
"series": {
|
|
12477
13250
|
"shortname": "paint-timing",
|
|
12478
13251
|
"currentSpecification": "paint-timing",
|
|
13252
|
+
"title": "Paint Timing",
|
|
13253
|
+
"shortTitle": "Paint Timing",
|
|
12479
13254
|
"releaseUrl": "https://www.w3.org/TR/paint-timing/",
|
|
12480
13255
|
"nightlyUrl": "https://w3c.github.io/paint-timing/"
|
|
12481
13256
|
},
|
|
@@ -12513,6 +13288,8 @@
|
|
|
12513
13288
|
"series": {
|
|
12514
13289
|
"shortname": "payment-handler",
|
|
12515
13290
|
"currentSpecification": "payment-handler",
|
|
13291
|
+
"title": "Payment Handler API",
|
|
13292
|
+
"shortTitle": "Payment Handler API",
|
|
12516
13293
|
"releaseUrl": "https://www.w3.org/TR/payment-handler/",
|
|
12517
13294
|
"nightlyUrl": "https://w3c.github.io/payment-handler/"
|
|
12518
13295
|
},
|
|
@@ -12550,6 +13327,8 @@
|
|
|
12550
13327
|
"series": {
|
|
12551
13328
|
"shortname": "payment-method-basic-card",
|
|
12552
13329
|
"currentSpecification": "payment-method-basic-card",
|
|
13330
|
+
"title": "Payment Method: Basic Card",
|
|
13331
|
+
"shortTitle": "Basic Card",
|
|
12553
13332
|
"releaseUrl": "https://www.w3.org/TR/payment-method-basic-card/",
|
|
12554
13333
|
"nightlyUrl": "https://w3c.github.io/payment-method-basic-card/"
|
|
12555
13334
|
},
|
|
@@ -12587,6 +13366,8 @@
|
|
|
12587
13366
|
"series": {
|
|
12588
13367
|
"shortname": "payment-method-id",
|
|
12589
13368
|
"currentSpecification": "payment-method-id",
|
|
13369
|
+
"title": "Payment Method Identifiers",
|
|
13370
|
+
"shortTitle": "Payment Method Identifiers",
|
|
12590
13371
|
"releaseUrl": "https://www.w3.org/TR/payment-method-id/",
|
|
12591
13372
|
"nightlyUrl": "https://w3c.github.io/payment-method-id/"
|
|
12592
13373
|
},
|
|
@@ -12624,6 +13405,8 @@
|
|
|
12624
13405
|
"series": {
|
|
12625
13406
|
"shortname": "payment-method-manifest",
|
|
12626
13407
|
"currentSpecification": "payment-method-manifest",
|
|
13408
|
+
"title": "Payment Method Manifest",
|
|
13409
|
+
"shortTitle": "Payment Method Manifest",
|
|
12627
13410
|
"releaseUrl": "https://www.w3.org/TR/payment-method-manifest/",
|
|
12628
13411
|
"nightlyUrl": "https://w3c.github.io/payment-method-manifest/"
|
|
12629
13412
|
},
|
|
@@ -12655,6 +13438,8 @@
|
|
|
12655
13438
|
"series": {
|
|
12656
13439
|
"shortname": "payment-request",
|
|
12657
13440
|
"currentSpecification": "payment-request",
|
|
13441
|
+
"title": "Payment Request API",
|
|
13442
|
+
"shortTitle": "Payment Request API",
|
|
12658
13443
|
"releaseUrl": "https://www.w3.org/TR/payment-request/",
|
|
12659
13444
|
"nightlyUrl": "https://w3c.github.io/payment-request/"
|
|
12660
13445
|
},
|
|
@@ -12692,6 +13477,8 @@
|
|
|
12692
13477
|
"series": {
|
|
12693
13478
|
"shortname": "performance-timeline",
|
|
12694
13479
|
"currentSpecification": "performance-timeline",
|
|
13480
|
+
"title": "Performance Timeline",
|
|
13481
|
+
"shortTitle": "Performance Timeline",
|
|
12695
13482
|
"releaseUrl": "https://www.w3.org/TR/performance-timeline/",
|
|
12696
13483
|
"nightlyUrl": "https://w3c.github.io/performance-timeline/"
|
|
12697
13484
|
},
|
|
@@ -12729,6 +13516,8 @@
|
|
|
12729
13516
|
"series": {
|
|
12730
13517
|
"shortname": "permissions-policy",
|
|
12731
13518
|
"currentSpecification": "permissions-policy-1",
|
|
13519
|
+
"title": "Permissions Policy",
|
|
13520
|
+
"shortTitle": "Permissions Policy",
|
|
12732
13521
|
"releaseUrl": "https://www.w3.org/TR/permissions-policy/",
|
|
12733
13522
|
"nightlyUrl": "https://w3c.github.io/webappsec-permissions-policy/"
|
|
12734
13523
|
},
|
|
@@ -12767,6 +13556,8 @@
|
|
|
12767
13556
|
"series": {
|
|
12768
13557
|
"shortname": "permissions",
|
|
12769
13558
|
"currentSpecification": "permissions",
|
|
13559
|
+
"title": "Permissions",
|
|
13560
|
+
"shortTitle": "Permissions",
|
|
12770
13561
|
"releaseUrl": "https://www.w3.org/TR/permissions/",
|
|
12771
13562
|
"nightlyUrl": "https://w3c.github.io/permissions/"
|
|
12772
13563
|
},
|
|
@@ -12804,6 +13595,8 @@
|
|
|
12804
13595
|
"series": {
|
|
12805
13596
|
"shortname": "picture-in-picture",
|
|
12806
13597
|
"currentSpecification": "picture-in-picture",
|
|
13598
|
+
"title": "Picture-in-Picture",
|
|
13599
|
+
"shortTitle": "Picture-in-Picture",
|
|
12807
13600
|
"releaseUrl": "https://www.w3.org/TR/picture-in-picture/",
|
|
12808
13601
|
"nightlyUrl": "https://w3c.github.io/picture-in-picture/"
|
|
12809
13602
|
},
|
|
@@ -12841,6 +13634,8 @@
|
|
|
12841
13634
|
"series": {
|
|
12842
13635
|
"shortname": "pointerevents",
|
|
12843
13636
|
"currentSpecification": "pointerevents3",
|
|
13637
|
+
"title": "Pointer Events",
|
|
13638
|
+
"shortTitle": "Pointer Events",
|
|
12844
13639
|
"releaseUrl": "https://www.w3.org/TR/pointerevents/",
|
|
12845
13640
|
"nightlyUrl": "https://w3c.github.io/pointerevents/"
|
|
12846
13641
|
},
|
|
@@ -12879,6 +13674,8 @@
|
|
|
12879
13674
|
"series": {
|
|
12880
13675
|
"shortname": "pointerlock",
|
|
12881
13676
|
"currentSpecification": "pointerlock-2",
|
|
13677
|
+
"title": "Pointer Lock",
|
|
13678
|
+
"shortTitle": "Pointer Lock",
|
|
12882
13679
|
"releaseUrl": "https://www.w3.org/TR/pointerlock/",
|
|
12883
13680
|
"nightlyUrl": "https://w3c.github.io/pointerlock/"
|
|
12884
13681
|
},
|
|
@@ -12917,6 +13714,8 @@
|
|
|
12917
13714
|
"series": {
|
|
12918
13715
|
"shortname": "preload",
|
|
12919
13716
|
"currentSpecification": "preload",
|
|
13717
|
+
"title": "Preload",
|
|
13718
|
+
"shortTitle": "Preload",
|
|
12920
13719
|
"releaseUrl": "https://www.w3.org/TR/preload/",
|
|
12921
13720
|
"nightlyUrl": "https://w3c.github.io/preload/"
|
|
12922
13721
|
},
|
|
@@ -12954,6 +13753,8 @@
|
|
|
12954
13753
|
"series": {
|
|
12955
13754
|
"shortname": "presentation-api",
|
|
12956
13755
|
"currentSpecification": "presentation-api",
|
|
13756
|
+
"title": "Presentation API",
|
|
13757
|
+
"shortTitle": "Presentation API",
|
|
12957
13758
|
"releaseUrl": "https://www.w3.org/TR/presentation-api/",
|
|
12958
13759
|
"nightlyUrl": "https://w3c.github.io/presentation-api/"
|
|
12959
13760
|
},
|
|
@@ -12991,6 +13792,8 @@
|
|
|
12991
13792
|
"series": {
|
|
12992
13793
|
"shortname": "proximity",
|
|
12993
13794
|
"currentSpecification": "proximity",
|
|
13795
|
+
"title": "Proximity Sensor",
|
|
13796
|
+
"shortTitle": "Proximity Sensor",
|
|
12994
13797
|
"releaseUrl": "https://www.w3.org/TR/proximity/",
|
|
12995
13798
|
"nightlyUrl": "https://w3c.github.io/proximity/"
|
|
12996
13799
|
},
|
|
@@ -13028,6 +13831,8 @@
|
|
|
13028
13831
|
"series": {
|
|
13029
13832
|
"shortname": "push-api",
|
|
13030
13833
|
"currentSpecification": "push-api",
|
|
13834
|
+
"title": "Push API",
|
|
13835
|
+
"shortTitle": "Push API",
|
|
13031
13836
|
"releaseUrl": "https://www.w3.org/TR/push-api/",
|
|
13032
13837
|
"nightlyUrl": "https://w3c.github.io/push-api/"
|
|
13033
13838
|
},
|
|
@@ -13058,6 +13863,39 @@
|
|
|
13058
13863
|
]
|
|
13059
13864
|
}
|
|
13060
13865
|
},
|
|
13866
|
+
{
|
|
13867
|
+
"url": "https://www.w3.org/TR/RangeRequest/",
|
|
13868
|
+
"seriesComposition": "full",
|
|
13869
|
+
"shortname": "RangeRequest",
|
|
13870
|
+
"series": {
|
|
13871
|
+
"shortname": "RangeRequest",
|
|
13872
|
+
"currentSpecification": "RangeRequest",
|
|
13873
|
+
"title": "Incremental Font Transfer via Range Request",
|
|
13874
|
+
"shortTitle": "Incremental Font Transfer via Range Request",
|
|
13875
|
+
"releaseUrl": "https://www.w3.org/TR/RangeRequest/",
|
|
13876
|
+
"nightlyUrl": "https://w3c.github.io/IFT/RangeRequest.html"
|
|
13877
|
+
},
|
|
13878
|
+
"nightly": {
|
|
13879
|
+
"url": "https://w3c.github.io/IFT/RangeRequest.html",
|
|
13880
|
+
"sourcePath": "RangeRequest.html",
|
|
13881
|
+
"repository": "https://github.com/w3c/IFT",
|
|
13882
|
+
"filename": "RangeRequest.html"
|
|
13883
|
+
},
|
|
13884
|
+
"organization": "W3C",
|
|
13885
|
+
"groups": [
|
|
13886
|
+
{
|
|
13887
|
+
"name": "Web Fonts Working Group",
|
|
13888
|
+
"url": "https://www.w3.org/Fonts/WG/"
|
|
13889
|
+
}
|
|
13890
|
+
],
|
|
13891
|
+
"release": {
|
|
13892
|
+
"url": "https://www.w3.org/TR/RangeRequest/",
|
|
13893
|
+
"filename": "Overview.html"
|
|
13894
|
+
},
|
|
13895
|
+
"title": "Incremental Font Transfer via Range Request",
|
|
13896
|
+
"source": "w3c",
|
|
13897
|
+
"shortTitle": "Incremental Font Transfer via Range Request"
|
|
13898
|
+
},
|
|
13061
13899
|
{
|
|
13062
13900
|
"url": "https://www.w3.org/TR/referrer-policy/",
|
|
13063
13901
|
"seriesComposition": "full",
|
|
@@ -13065,6 +13903,8 @@
|
|
|
13065
13903
|
"series": {
|
|
13066
13904
|
"shortname": "referrer-policy",
|
|
13067
13905
|
"currentSpecification": "referrer-policy",
|
|
13906
|
+
"title": "Referrer Policy",
|
|
13907
|
+
"shortTitle": "Referrer Policy",
|
|
13068
13908
|
"releaseUrl": "https://www.w3.org/TR/referrer-policy/",
|
|
13069
13909
|
"nightlyUrl": "https://w3c.github.io/webappsec-referrer-policy/"
|
|
13070
13910
|
},
|
|
@@ -13102,6 +13942,8 @@
|
|
|
13102
13942
|
"series": {
|
|
13103
13943
|
"shortname": "remote-playback",
|
|
13104
13944
|
"currentSpecification": "remote-playback",
|
|
13945
|
+
"title": "Remote Playback API",
|
|
13946
|
+
"shortTitle": "Remote Playback API",
|
|
13105
13947
|
"releaseUrl": "https://www.w3.org/TR/remote-playback/",
|
|
13106
13948
|
"nightlyUrl": "https://w3c.github.io/remote-playback/"
|
|
13107
13949
|
},
|
|
@@ -13139,6 +13981,8 @@
|
|
|
13139
13981
|
"series": {
|
|
13140
13982
|
"shortname": "reporting",
|
|
13141
13983
|
"currentSpecification": "reporting-1",
|
|
13984
|
+
"title": "Reporting API",
|
|
13985
|
+
"shortTitle": "Reporting API",
|
|
13142
13986
|
"releaseUrl": "https://www.w3.org/TR/reporting/",
|
|
13143
13987
|
"nightlyUrl": "https://w3c.github.io/reporting/"
|
|
13144
13988
|
},
|
|
@@ -13177,6 +14021,8 @@
|
|
|
13177
14021
|
"series": {
|
|
13178
14022
|
"shortname": "requestidlecallback",
|
|
13179
14023
|
"currentSpecification": "requestidlecallback",
|
|
14024
|
+
"title": "Cooperative Scheduling of Background Tasks",
|
|
14025
|
+
"shortTitle": "Cooperative Scheduling of Background Tasks",
|
|
13180
14026
|
"releaseUrl": "https://www.w3.org/TR/requestidlecallback/",
|
|
13181
14027
|
"nightlyUrl": "https://w3c.github.io/requestidlecallback/"
|
|
13182
14028
|
},
|
|
@@ -13214,6 +14060,8 @@
|
|
|
13214
14060
|
"series": {
|
|
13215
14061
|
"shortname": "resize-observer",
|
|
13216
14062
|
"currentSpecification": "resize-observer-1",
|
|
14063
|
+
"title": "Resize Observer",
|
|
14064
|
+
"shortTitle": "Resize Observer",
|
|
13217
14065
|
"releaseUrl": "https://www.w3.org/TR/resize-observer/",
|
|
13218
14066
|
"nightlyUrl": "https://drafts.csswg.org/resize-observer/"
|
|
13219
14067
|
},
|
|
@@ -13252,6 +14100,8 @@
|
|
|
13252
14100
|
"series": {
|
|
13253
14101
|
"shortname": "resource-hints",
|
|
13254
14102
|
"currentSpecification": "resource-hints",
|
|
14103
|
+
"title": "Resource Hints",
|
|
14104
|
+
"shortTitle": "Resource Hints",
|
|
13255
14105
|
"releaseUrl": "https://www.w3.org/TR/resource-hints/",
|
|
13256
14106
|
"nightlyUrl": "https://w3c.github.io/resource-hints/"
|
|
13257
14107
|
},
|
|
@@ -13283,6 +14133,8 @@
|
|
|
13283
14133
|
"series": {
|
|
13284
14134
|
"shortname": "resource-timing",
|
|
13285
14135
|
"currentSpecification": "resource-timing-2",
|
|
14136
|
+
"title": "Resource Timing",
|
|
14137
|
+
"shortTitle": "Resource Timing",
|
|
13286
14138
|
"releaseUrl": "https://www.w3.org/TR/resource-timing/",
|
|
13287
14139
|
"nightlyUrl": "https://w3c.github.io/resource-timing/"
|
|
13288
14140
|
},
|
|
@@ -13321,6 +14173,8 @@
|
|
|
13321
14173
|
"series": {
|
|
13322
14174
|
"shortname": "screen-capture",
|
|
13323
14175
|
"currentSpecification": "screen-capture",
|
|
14176
|
+
"title": "Screen Capture",
|
|
14177
|
+
"shortTitle": "Screen Capture",
|
|
13324
14178
|
"releaseUrl": "https://www.w3.org/TR/screen-capture/",
|
|
13325
14179
|
"nightlyUrl": "https://w3c.github.io/mediacapture-screen-share/"
|
|
13326
14180
|
},
|
|
@@ -13358,6 +14212,8 @@
|
|
|
13358
14212
|
"series": {
|
|
13359
14213
|
"shortname": "screen-orientation",
|
|
13360
14214
|
"currentSpecification": "screen-orientation",
|
|
14215
|
+
"title": "The Screen Orientation API",
|
|
14216
|
+
"shortTitle": "The Screen Orientation API",
|
|
13361
14217
|
"releaseUrl": "https://www.w3.org/TR/screen-orientation/",
|
|
13362
14218
|
"nightlyUrl": "https://w3c.github.io/screen-orientation/"
|
|
13363
14219
|
},
|
|
@@ -13395,6 +14251,8 @@
|
|
|
13395
14251
|
"series": {
|
|
13396
14252
|
"shortname": "screen-wake-lock",
|
|
13397
14253
|
"currentSpecification": "screen-wake-lock",
|
|
14254
|
+
"title": "Screen Wake Lock API",
|
|
14255
|
+
"shortTitle": "Screen Wake Lock API",
|
|
13398
14256
|
"releaseUrl": "https://www.w3.org/TR/screen-wake-lock/",
|
|
13399
14257
|
"nightlyUrl": "https://w3c.github.io/screen-wake-lock/"
|
|
13400
14258
|
},
|
|
@@ -13432,6 +14290,8 @@
|
|
|
13432
14290
|
"series": {
|
|
13433
14291
|
"shortname": "secure-contexts",
|
|
13434
14292
|
"currentSpecification": "secure-contexts",
|
|
14293
|
+
"title": "Secure Contexts",
|
|
14294
|
+
"shortTitle": "Secure Contexts",
|
|
13435
14295
|
"releaseUrl": "https://www.w3.org/TR/secure-contexts/",
|
|
13436
14296
|
"nightlyUrl": "https://w3c.github.io/webappsec-secure-contexts/"
|
|
13437
14297
|
},
|
|
@@ -13469,6 +14329,8 @@
|
|
|
13469
14329
|
"series": {
|
|
13470
14330
|
"shortname": "secure-payment-confirmation",
|
|
13471
14331
|
"currentSpecification": "secure-payment-confirmation",
|
|
14332
|
+
"title": "Secure Payment Confirmation",
|
|
14333
|
+
"shortTitle": "Secure Payment Confirmation",
|
|
13472
14334
|
"releaseUrl": "https://www.w3.org/TR/secure-payment-confirmation/",
|
|
13473
14335
|
"nightlyUrl": "https://w3c.github.io/secure-payment-confirmation/"
|
|
13474
14336
|
},
|
|
@@ -13506,6 +14368,8 @@
|
|
|
13506
14368
|
"series": {
|
|
13507
14369
|
"shortname": "selection-api",
|
|
13508
14370
|
"currentSpecification": "selection-api",
|
|
14371
|
+
"title": "Selection API",
|
|
14372
|
+
"shortTitle": "Selection API",
|
|
13509
14373
|
"releaseUrl": "https://www.w3.org/TR/selection-api/",
|
|
13510
14374
|
"nightlyUrl": "https://w3c.github.io/selection-api/"
|
|
13511
14375
|
},
|
|
@@ -13543,6 +14407,8 @@
|
|
|
13543
14407
|
"series": {
|
|
13544
14408
|
"shortname": "selectors",
|
|
13545
14409
|
"currentSpecification": "selectors-4",
|
|
14410
|
+
"title": "Selectors",
|
|
14411
|
+
"shortTitle": "Selectors",
|
|
13546
14412
|
"releaseUrl": "https://www.w3.org/TR/selectors/",
|
|
13547
14413
|
"nightlyUrl": "https://drafts.csswg.org/selectors/"
|
|
13548
14414
|
},
|
|
@@ -13581,6 +14447,8 @@
|
|
|
13581
14447
|
"series": {
|
|
13582
14448
|
"shortname": "selectors-nonelement",
|
|
13583
14449
|
"currentSpecification": "selectors-nonelement-1",
|
|
14450
|
+
"title": "Non-element Selectors",
|
|
14451
|
+
"shortTitle": "Non-element Selectors",
|
|
13584
14452
|
"releaseUrl": "https://www.w3.org/TR/selectors-nonelement/",
|
|
13585
14453
|
"nightlyUrl": "https://drafts.csswg.org/selectors-nonelement/"
|
|
13586
14454
|
},
|
|
@@ -13613,6 +14481,8 @@
|
|
|
13613
14481
|
"series": {
|
|
13614
14482
|
"shortname": "server-timing",
|
|
13615
14483
|
"currentSpecification": "server-timing",
|
|
14484
|
+
"title": "Server Timing",
|
|
14485
|
+
"shortTitle": "Server Timing",
|
|
13616
14486
|
"releaseUrl": "https://www.w3.org/TR/server-timing/",
|
|
13617
14487
|
"nightlyUrl": "https://w3c.github.io/server-timing/"
|
|
13618
14488
|
},
|
|
@@ -13650,6 +14520,8 @@
|
|
|
13650
14520
|
"series": {
|
|
13651
14521
|
"shortname": "service-workers",
|
|
13652
14522
|
"currentSpecification": "service-workers-1",
|
|
14523
|
+
"title": "Service Workers",
|
|
14524
|
+
"shortTitle": "Service Workers",
|
|
13653
14525
|
"releaseUrl": "https://www.w3.org/TR/service-workers/",
|
|
13654
14526
|
"nightlyUrl": "https://w3c.github.io/ServiceWorker/"
|
|
13655
14527
|
},
|
|
@@ -13688,6 +14560,8 @@
|
|
|
13688
14560
|
"series": {
|
|
13689
14561
|
"shortname": "SRI",
|
|
13690
14562
|
"currentSpecification": "SRI",
|
|
14563
|
+
"title": "Subresource Integrity",
|
|
14564
|
+
"shortTitle": "SRI",
|
|
13691
14565
|
"releaseUrl": "https://www.w3.org/TR/SRI/",
|
|
13692
14566
|
"nightlyUrl": "https://w3c.github.io/webappsec-subresource-integrity/"
|
|
13693
14567
|
},
|
|
@@ -13725,6 +14599,8 @@
|
|
|
13725
14599
|
"series": {
|
|
13726
14600
|
"shortname": "svg-aam",
|
|
13727
14601
|
"currentSpecification": "svg-aam-1.0",
|
|
14602
|
+
"title": "SVG Accessibility API Mappings",
|
|
14603
|
+
"shortTitle": "SVG Accessibility API Mappings",
|
|
13728
14604
|
"releaseUrl": "https://www.w3.org/TR/svg-aam/",
|
|
13729
14605
|
"nightlyUrl": "https://w3c.github.io/svg-aam/"
|
|
13730
14606
|
},
|
|
@@ -13763,6 +14639,8 @@
|
|
|
13763
14639
|
"series": {
|
|
13764
14640
|
"shortname": "svg-integration",
|
|
13765
14641
|
"currentSpecification": "svg-integration",
|
|
14642
|
+
"title": "SVG Integration",
|
|
14643
|
+
"shortTitle": "SVG Integration",
|
|
13766
14644
|
"releaseUrl": "https://www.w3.org/TR/svg-integration/",
|
|
13767
14645
|
"nightlyUrl": "https://svgwg.org/specs/integration/"
|
|
13768
14646
|
},
|
|
@@ -13794,6 +14672,8 @@
|
|
|
13794
14672
|
"series": {
|
|
13795
14673
|
"shortname": "svg-strokes",
|
|
13796
14674
|
"currentSpecification": "svg-strokes",
|
|
14675
|
+
"title": "SVG Strokes",
|
|
14676
|
+
"shortTitle": "SVG Strokes",
|
|
13797
14677
|
"releaseUrl": "https://www.w3.org/TR/svg-strokes/",
|
|
13798
14678
|
"nightlyUrl": "https://svgwg.org/specs/strokes/"
|
|
13799
14679
|
},
|
|
@@ -13825,6 +14705,8 @@
|
|
|
13825
14705
|
"series": {
|
|
13826
14706
|
"shortname": "SVG",
|
|
13827
14707
|
"currentSpecification": "SVG2",
|
|
14708
|
+
"title": "Scalable Vector Graphics (SVG)",
|
|
14709
|
+
"shortTitle": "SVG",
|
|
13828
14710
|
"releaseUrl": "https://www.w3.org/TR/SVG/",
|
|
13829
14711
|
"nightlyUrl": "https://svgwg.org/svg2-draft/"
|
|
13830
14712
|
},
|
|
@@ -13944,6 +14826,8 @@
|
|
|
13944
14826
|
"series": {
|
|
13945
14827
|
"shortname": "SVG",
|
|
13946
14828
|
"currentSpecification": "SVG2",
|
|
14829
|
+
"title": "Scalable Vector Graphics (SVG)",
|
|
14830
|
+
"shortTitle": "SVG",
|
|
13947
14831
|
"releaseUrl": "https://www.w3.org/TR/SVG/",
|
|
13948
14832
|
"nightlyUrl": "https://svgwg.org/svg2-draft/"
|
|
13949
14833
|
},
|
|
@@ -14041,6 +14925,8 @@
|
|
|
14041
14925
|
"series": {
|
|
14042
14926
|
"shortname": "timing-entrytypes-registry",
|
|
14043
14927
|
"currentSpecification": "timing-entrytypes-registry",
|
|
14928
|
+
"title": "Timing Entry Names Registry",
|
|
14929
|
+
"shortTitle": "Timing Entry Names Registry",
|
|
14044
14930
|
"releaseUrl": "https://www.w3.org/TR/timing-entrytypes-registry/",
|
|
14045
14931
|
"nightlyUrl": "https://w3c.github.io/timing-entrytypes-registry/"
|
|
14046
14932
|
},
|
|
@@ -14078,6 +14964,8 @@
|
|
|
14078
14964
|
"series": {
|
|
14079
14965
|
"shortname": "touch-events",
|
|
14080
14966
|
"currentSpecification": "touch-events",
|
|
14967
|
+
"title": "Touch Events",
|
|
14968
|
+
"shortTitle": "Touch Events",
|
|
14081
14969
|
"releaseUrl": "https://www.w3.org/TR/touch-events/",
|
|
14082
14970
|
"nightlyUrl": "https://w3c.github.io/touch-events/"
|
|
14083
14971
|
},
|
|
@@ -14115,6 +15003,8 @@
|
|
|
14115
15003
|
"series": {
|
|
14116
15004
|
"shortname": "tracking-dnt",
|
|
14117
15005
|
"currentSpecification": "tracking-dnt",
|
|
15006
|
+
"title": "Tracking Preference Expression (DNT)",
|
|
15007
|
+
"shortTitle": "DNT",
|
|
14118
15008
|
"releaseUrl": "https://www.w3.org/TR/tracking-dnt/",
|
|
14119
15009
|
"nightlyUrl": "https://w3c.github.io/dnt/drafts/tracking-dnt.html"
|
|
14120
15010
|
},
|
|
@@ -14146,6 +15036,8 @@
|
|
|
14146
15036
|
"series": {
|
|
14147
15037
|
"shortname": "uievents-code",
|
|
14148
15038
|
"currentSpecification": "uievents-code",
|
|
15039
|
+
"title": "UI Events KeyboardEvent code Values",
|
|
15040
|
+
"shortTitle": "UI Events KeyboardEvent code Values",
|
|
14149
15041
|
"releaseUrl": "https://www.w3.org/TR/uievents-code/",
|
|
14150
15042
|
"nightlyUrl": "https://w3c.github.io/uievents-code/"
|
|
14151
15043
|
},
|
|
@@ -14177,6 +15069,8 @@
|
|
|
14177
15069
|
"series": {
|
|
14178
15070
|
"shortname": "uievents-key",
|
|
14179
15071
|
"currentSpecification": "uievents-key",
|
|
15072
|
+
"title": "UI Events KeyboardEvent key Values",
|
|
15073
|
+
"shortTitle": "UI Events KeyboardEvent key Values",
|
|
14180
15074
|
"releaseUrl": "https://www.w3.org/TR/uievents-key/",
|
|
14181
15075
|
"nightlyUrl": "https://w3c.github.io/uievents-key/"
|
|
14182
15076
|
},
|
|
@@ -14208,6 +15102,8 @@
|
|
|
14208
15102
|
"series": {
|
|
14209
15103
|
"shortname": "uievents",
|
|
14210
15104
|
"currentSpecification": "uievents",
|
|
15105
|
+
"title": "UI Events",
|
|
15106
|
+
"shortTitle": "UI Events",
|
|
14211
15107
|
"releaseUrl": "https://www.w3.org/TR/uievents/",
|
|
14212
15108
|
"nightlyUrl": "https://w3c.github.io/uievents/"
|
|
14213
15109
|
},
|
|
@@ -14245,6 +15141,8 @@
|
|
|
14245
15141
|
"series": {
|
|
14246
15142
|
"shortname": "upgrade-insecure-requests",
|
|
14247
15143
|
"currentSpecification": "upgrade-insecure-requests",
|
|
15144
|
+
"title": "Upgrade Insecure Requests",
|
|
15145
|
+
"shortTitle": "Upgrade Insecure Requests",
|
|
14248
15146
|
"releaseUrl": "https://www.w3.org/TR/upgrade-insecure-requests/",
|
|
14249
15147
|
"nightlyUrl": "https://w3c.github.io/webappsec-upgrade-insecure-requests/"
|
|
14250
15148
|
},
|
|
@@ -14282,6 +15180,8 @@
|
|
|
14282
15180
|
"series": {
|
|
14283
15181
|
"shortname": "user-timing",
|
|
14284
15182
|
"currentSpecification": "user-timing",
|
|
15183
|
+
"title": "User Timing",
|
|
15184
|
+
"shortTitle": "User Timing",
|
|
14285
15185
|
"releaseUrl": "https://www.w3.org/TR/user-timing/",
|
|
14286
15186
|
"nightlyUrl": "https://w3c.github.io/user-timing/"
|
|
14287
15187
|
},
|
|
@@ -14319,6 +15219,8 @@
|
|
|
14319
15219
|
"series": {
|
|
14320
15220
|
"shortname": "vibration",
|
|
14321
15221
|
"currentSpecification": "vibration",
|
|
15222
|
+
"title": "Vibration API",
|
|
15223
|
+
"shortTitle": "Vibration API",
|
|
14322
15224
|
"releaseUrl": "https://www.w3.org/TR/vibration/",
|
|
14323
15225
|
"nightlyUrl": "https://w3c.github.io/vibration/"
|
|
14324
15226
|
},
|
|
@@ -14356,6 +15258,8 @@
|
|
|
14356
15258
|
"series": {
|
|
14357
15259
|
"shortname": "virtual-keyboard",
|
|
14358
15260
|
"currentSpecification": "virtual-keyboard",
|
|
15261
|
+
"title": "VirtualKeyboard API",
|
|
15262
|
+
"shortTitle": "VirtualKeyboard API",
|
|
14359
15263
|
"releaseUrl": "https://www.w3.org/TR/virtual-keyboard/",
|
|
14360
15264
|
"nightlyUrl": "https://w3c.github.io/virtual-keyboard/"
|
|
14361
15265
|
},
|
|
@@ -14387,6 +15291,8 @@
|
|
|
14387
15291
|
"series": {
|
|
14388
15292
|
"shortname": "wai-aria",
|
|
14389
15293
|
"currentSpecification": "wai-aria-1.2",
|
|
15294
|
+
"title": "Accessible Rich Internet Applications (WAI-ARIA)",
|
|
15295
|
+
"shortTitle": "WAI-ARIA",
|
|
14390
15296
|
"releaseUrl": "https://www.w3.org/TR/wai-aria/",
|
|
14391
15297
|
"nightlyUrl": "https://w3c.github.io/aria/"
|
|
14392
15298
|
},
|
|
@@ -14425,6 +15331,8 @@
|
|
|
14425
15331
|
"series": {
|
|
14426
15332
|
"shortname": "wasm-core",
|
|
14427
15333
|
"currentSpecification": "wasm-core-1",
|
|
15334
|
+
"title": "WebAssembly Core",
|
|
15335
|
+
"shortTitle": "WebAssembly Core",
|
|
14428
15336
|
"releaseUrl": "https://www.w3.org/TR/wasm-core/",
|
|
14429
15337
|
"nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
|
|
14430
15338
|
},
|
|
@@ -14463,6 +15371,8 @@
|
|
|
14463
15371
|
"series": {
|
|
14464
15372
|
"shortname": "wasm-js-api",
|
|
14465
15373
|
"currentSpecification": "wasm-js-api-1",
|
|
15374
|
+
"title": "WebAssembly JavaScript Interface",
|
|
15375
|
+
"shortTitle": "WebAssembly JavaScript Interface",
|
|
14466
15376
|
"releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
|
|
14467
15377
|
"nightlyUrl": "https://webassembly.github.io/spec/js-api/"
|
|
14468
15378
|
},
|
|
@@ -14501,6 +15411,8 @@
|
|
|
14501
15411
|
"series": {
|
|
14502
15412
|
"shortname": "wasm-web-api",
|
|
14503
15413
|
"currentSpecification": "wasm-web-api-1",
|
|
15414
|
+
"title": "WebAssembly Web API",
|
|
15415
|
+
"shortTitle": "WebAssembly Web API",
|
|
14504
15416
|
"releaseUrl": "https://www.w3.org/TR/wasm-web-api/",
|
|
14505
15417
|
"nightlyUrl": "https://webassembly.github.io/spec/web-api/"
|
|
14506
15418
|
},
|
|
@@ -14539,6 +15451,8 @@
|
|
|
14539
15451
|
"series": {
|
|
14540
15452
|
"shortname": "web-animations",
|
|
14541
15453
|
"currentSpecification": "web-animations-1",
|
|
15454
|
+
"title": "Web Animations",
|
|
15455
|
+
"shortTitle": "Web Animations",
|
|
14542
15456
|
"releaseUrl": "https://www.w3.org/TR/web-animations/",
|
|
14543
15457
|
"nightlyUrl": "https://drafts.csswg.org/web-animations/"
|
|
14544
15458
|
},
|
|
@@ -14578,6 +15492,8 @@
|
|
|
14578
15492
|
"series": {
|
|
14579
15493
|
"shortname": "web-share",
|
|
14580
15494
|
"currentSpecification": "web-share",
|
|
15495
|
+
"title": "Web Share API",
|
|
15496
|
+
"shortTitle": "Web Share API",
|
|
14581
15497
|
"releaseUrl": "https://www.w3.org/TR/web-share/",
|
|
14582
15498
|
"nightlyUrl": "https://w3c.github.io/web-share/"
|
|
14583
15499
|
},
|
|
@@ -14615,6 +15531,8 @@
|
|
|
14615
15531
|
"series": {
|
|
14616
15532
|
"shortname": "webaudio",
|
|
14617
15533
|
"currentSpecification": "webaudio",
|
|
15534
|
+
"title": "Web Audio API",
|
|
15535
|
+
"shortTitle": "Web Audio API",
|
|
14618
15536
|
"releaseUrl": "https://www.w3.org/TR/webaudio/",
|
|
14619
15537
|
"nightlyUrl": "https://webaudio.github.io/web-audio-api/"
|
|
14620
15538
|
},
|
|
@@ -14652,6 +15570,8 @@
|
|
|
14652
15570
|
"series": {
|
|
14653
15571
|
"shortname": "webauthn",
|
|
14654
15572
|
"currentSpecification": "webauthn-3",
|
|
15573
|
+
"title": "Web Authentication",
|
|
15574
|
+
"shortTitle": "Web Authentication",
|
|
14655
15575
|
"releaseUrl": "https://www.w3.org/TR/webauthn/",
|
|
14656
15576
|
"nightlyUrl": "https://w3c.github.io/webauthn/"
|
|
14657
15577
|
},
|
|
@@ -14690,6 +15610,8 @@
|
|
|
14690
15610
|
"series": {
|
|
14691
15611
|
"shortname": "webcodecs",
|
|
14692
15612
|
"currentSpecification": "webcodecs",
|
|
15613
|
+
"title": "WebCodecs",
|
|
15614
|
+
"shortTitle": "WebCodecs",
|
|
14693
15615
|
"releaseUrl": "https://www.w3.org/TR/webcodecs/",
|
|
14694
15616
|
"nightlyUrl": "https://w3c.github.io/webcodecs/"
|
|
14695
15617
|
},
|
|
@@ -14727,6 +15649,8 @@
|
|
|
14727
15649
|
"series": {
|
|
14728
15650
|
"shortname": "WebCryptoAPI",
|
|
14729
15651
|
"currentSpecification": "WebCryptoAPI",
|
|
15652
|
+
"title": "Web Cryptography API",
|
|
15653
|
+
"shortTitle": "Web Cryptography API",
|
|
14730
15654
|
"releaseUrl": "https://www.w3.org/TR/WebCryptoAPI/",
|
|
14731
15655
|
"nightlyUrl": "https://w3c.github.io/webcrypto/"
|
|
14732
15656
|
},
|
|
@@ -14764,6 +15688,8 @@
|
|
|
14764
15688
|
"series": {
|
|
14765
15689
|
"shortname": "webdriver",
|
|
14766
15690
|
"currentSpecification": "webdriver2",
|
|
15691
|
+
"title": "WebDriver",
|
|
15692
|
+
"shortTitle": "WebDriver",
|
|
14767
15693
|
"releaseUrl": "https://www.w3.org/TR/webdriver/",
|
|
14768
15694
|
"nightlyUrl": "https://w3c.github.io/webdriver/"
|
|
14769
15695
|
},
|
|
@@ -14802,6 +15728,8 @@
|
|
|
14802
15728
|
"series": {
|
|
14803
15729
|
"shortname": "webgpu",
|
|
14804
15730
|
"currentSpecification": "webgpu",
|
|
15731
|
+
"title": "WebGPU",
|
|
15732
|
+
"shortTitle": "WebGPU",
|
|
14805
15733
|
"releaseUrl": "https://www.w3.org/TR/webgpu/",
|
|
14806
15734
|
"nightlyUrl": "https://gpuweb.github.io/gpuweb/"
|
|
14807
15735
|
},
|
|
@@ -14839,6 +15767,8 @@
|
|
|
14839
15767
|
"series": {
|
|
14840
15768
|
"shortname": "webmidi",
|
|
14841
15769
|
"currentSpecification": "webmidi",
|
|
15770
|
+
"title": "Web MIDI API",
|
|
15771
|
+
"shortTitle": "Web MIDI API",
|
|
14842
15772
|
"releaseUrl": "https://www.w3.org/TR/webmidi/",
|
|
14843
15773
|
"nightlyUrl": "https://webaudio.github.io/web-midi-api/"
|
|
14844
15774
|
},
|
|
@@ -14876,6 +15806,8 @@
|
|
|
14876
15806
|
"series": {
|
|
14877
15807
|
"shortname": "webnn",
|
|
14878
15808
|
"currentSpecification": "webnn",
|
|
15809
|
+
"title": "Web Neural Network API",
|
|
15810
|
+
"shortTitle": "Web Neural Network API",
|
|
14879
15811
|
"releaseUrl": "https://www.w3.org/TR/webnn/",
|
|
14880
15812
|
"nightlyUrl": "https://webmachinelearning.github.io/webnn/"
|
|
14881
15813
|
},
|
|
@@ -14913,6 +15845,8 @@
|
|
|
14913
15845
|
"series": {
|
|
14914
15846
|
"shortname": "webrtc-encoded-transform",
|
|
14915
15847
|
"currentSpecification": "webrtc-encoded-transform",
|
|
15848
|
+
"title": "WebRTC Encoded Transform",
|
|
15849
|
+
"shortTitle": "WebRTC Encoded Transform",
|
|
14916
15850
|
"releaseUrl": "https://www.w3.org/TR/webrtc-encoded-transform/",
|
|
14917
15851
|
"nightlyUrl": "https://w3c.github.io/webrtc-encoded-transform/"
|
|
14918
15852
|
},
|
|
@@ -14950,6 +15884,8 @@
|
|
|
14950
15884
|
"series": {
|
|
14951
15885
|
"shortname": "webrtc-identity",
|
|
14952
15886
|
"currentSpecification": "webrtc-identity",
|
|
15887
|
+
"title": "Identity for WebRTC",
|
|
15888
|
+
"shortTitle": "Identity for WebRTC",
|
|
14953
15889
|
"releaseUrl": "https://www.w3.org/TR/webrtc-identity/",
|
|
14954
15890
|
"nightlyUrl": "https://w3c.github.io/webrtc-identity/"
|
|
14955
15891
|
},
|
|
@@ -14987,6 +15923,8 @@
|
|
|
14987
15923
|
"series": {
|
|
14988
15924
|
"shortname": "webrtc-priority",
|
|
14989
15925
|
"currentSpecification": "webrtc-priority",
|
|
15926
|
+
"title": "WebRTC Priority Control API",
|
|
15927
|
+
"shortTitle": "WebRTC Priority Control API",
|
|
14990
15928
|
"releaseUrl": "https://www.w3.org/TR/webrtc-priority/",
|
|
14991
15929
|
"nightlyUrl": "https://w3c.github.io/webrtc-priority/"
|
|
14992
15930
|
},
|
|
@@ -15024,6 +15962,8 @@
|
|
|
15024
15962
|
"series": {
|
|
15025
15963
|
"shortname": "webrtc-stats",
|
|
15026
15964
|
"currentSpecification": "webrtc-stats",
|
|
15965
|
+
"title": "Identifiers for WebRTC's Statistics API",
|
|
15966
|
+
"shortTitle": "WebRTC Statistics",
|
|
15027
15967
|
"releaseUrl": "https://www.w3.org/TR/webrtc-stats/",
|
|
15028
15968
|
"nightlyUrl": "https://w3c.github.io/webrtc-stats/"
|
|
15029
15969
|
},
|
|
@@ -15061,6 +16001,8 @@
|
|
|
15061
16001
|
"series": {
|
|
15062
16002
|
"shortname": "webrtc-svc",
|
|
15063
16003
|
"currentSpecification": "webrtc-svc",
|
|
16004
|
+
"title": "Scalable Video Coding (SVC) Extension for WebRTC",
|
|
16005
|
+
"shortTitle": "SVC",
|
|
15064
16006
|
"releaseUrl": "https://www.w3.org/TR/webrtc-svc/",
|
|
15065
16007
|
"nightlyUrl": "https://w3c.github.io/webrtc-svc/"
|
|
15066
16008
|
},
|
|
@@ -15098,6 +16040,8 @@
|
|
|
15098
16040
|
"series": {
|
|
15099
16041
|
"shortname": "webrtc",
|
|
15100
16042
|
"currentSpecification": "webrtc",
|
|
16043
|
+
"title": "WebRTC: Real-Time Communication Between Browsers",
|
|
16044
|
+
"shortTitle": "WebRTC",
|
|
15101
16045
|
"releaseUrl": "https://www.w3.org/TR/webrtc/",
|
|
15102
16046
|
"nightlyUrl": "https://w3c.github.io/webrtc-pc/"
|
|
15103
16047
|
},
|
|
@@ -15135,6 +16079,8 @@
|
|
|
15135
16079
|
"series": {
|
|
15136
16080
|
"shortname": "webtransport",
|
|
15137
16081
|
"currentSpecification": "webtransport",
|
|
16082
|
+
"title": "WebTransport",
|
|
16083
|
+
"shortTitle": "WebTransport",
|
|
15138
16084
|
"releaseUrl": "https://www.w3.org/TR/webtransport/",
|
|
15139
16085
|
"nightlyUrl": "https://w3c.github.io/webtransport/"
|
|
15140
16086
|
},
|
|
@@ -15172,6 +16118,8 @@
|
|
|
15172
16118
|
"series": {
|
|
15173
16119
|
"shortname": "webvtt",
|
|
15174
16120
|
"currentSpecification": "webvtt1",
|
|
16121
|
+
"title": "WebVTT: The Web Video Text Tracks Format",
|
|
16122
|
+
"shortTitle": "WebVTT: The Web Video Text Tracks Format",
|
|
15175
16123
|
"releaseUrl": "https://www.w3.org/TR/webvtt/",
|
|
15176
16124
|
"nightlyUrl": "https://w3c.github.io/webvtt/"
|
|
15177
16125
|
},
|
|
@@ -15210,6 +16158,8 @@
|
|
|
15210
16158
|
"series": {
|
|
15211
16159
|
"shortname": "webxr-ar-module",
|
|
15212
16160
|
"currentSpecification": "webxr-ar-module-1",
|
|
16161
|
+
"title": "WebXR Augmented Reality",
|
|
16162
|
+
"shortTitle": "WebXR Augmented Reality",
|
|
15213
16163
|
"releaseUrl": "https://www.w3.org/TR/webxr-ar-module/",
|
|
15214
16164
|
"nightlyUrl": "https://immersive-web.github.io/webxr-ar-module/"
|
|
15215
16165
|
},
|
|
@@ -15248,6 +16198,8 @@
|
|
|
15248
16198
|
"series": {
|
|
15249
16199
|
"shortname": "webxr-depth-sensing",
|
|
15250
16200
|
"currentSpecification": "webxr-depth-sensing-1",
|
|
16201
|
+
"title": "WebXR Depth Sensing Module",
|
|
16202
|
+
"shortTitle": "WebXR Depth Sensing",
|
|
15251
16203
|
"releaseUrl": "https://www.w3.org/TR/webxr-depth-sensing/",
|
|
15252
16204
|
"nightlyUrl": "https://immersive-web.github.io/depth-sensing/"
|
|
15253
16205
|
},
|
|
@@ -15280,6 +16232,8 @@
|
|
|
15280
16232
|
"series": {
|
|
15281
16233
|
"shortname": "webxr-dom-overlays",
|
|
15282
16234
|
"currentSpecification": "webxr-dom-overlays-1",
|
|
16235
|
+
"title": "WebXR DOM Overlays Module",
|
|
16236
|
+
"shortTitle": "WebXR DOM Overlays",
|
|
15283
16237
|
"releaseUrl": "https://www.w3.org/TR/webxr-dom-overlays/",
|
|
15284
16238
|
"nightlyUrl": "https://immersive-web.github.io/dom-overlays/"
|
|
15285
16239
|
},
|
|
@@ -15318,6 +16272,8 @@
|
|
|
15318
16272
|
"series": {
|
|
15319
16273
|
"shortname": "webxr-gamepads-module",
|
|
15320
16274
|
"currentSpecification": "webxr-gamepads-module-1",
|
|
16275
|
+
"title": "WebXR Gamepads",
|
|
16276
|
+
"shortTitle": "WebXR Gamepads",
|
|
15321
16277
|
"releaseUrl": "https://www.w3.org/TR/webxr-gamepads-module/",
|
|
15322
16278
|
"nightlyUrl": "https://immersive-web.github.io/webxr-gamepads-module/"
|
|
15323
16279
|
},
|
|
@@ -15356,6 +16312,8 @@
|
|
|
15356
16312
|
"series": {
|
|
15357
16313
|
"shortname": "webxr-hand-input",
|
|
15358
16314
|
"currentSpecification": "webxr-hand-input-1",
|
|
16315
|
+
"title": "WebXR Hand Input",
|
|
16316
|
+
"shortTitle": "WebXR Hand Input",
|
|
15359
16317
|
"releaseUrl": "https://www.w3.org/TR/webxr-hand-input/",
|
|
15360
16318
|
"nightlyUrl": "https://immersive-web.github.io/webxr-hand-input/"
|
|
15361
16319
|
},
|
|
@@ -15394,6 +16352,8 @@
|
|
|
15394
16352
|
"series": {
|
|
15395
16353
|
"shortname": "webxr-hit-test",
|
|
15396
16354
|
"currentSpecification": "webxr-hit-test-1",
|
|
16355
|
+
"title": "WebXR Hit Test Module",
|
|
16356
|
+
"shortTitle": "WebXR Hit Test",
|
|
15397
16357
|
"releaseUrl": "https://www.w3.org/TR/webxr-hit-test/",
|
|
15398
16358
|
"nightlyUrl": "https://immersive-web.github.io/hit-test/"
|
|
15399
16359
|
},
|
|
@@ -15432,6 +16392,8 @@
|
|
|
15432
16392
|
"series": {
|
|
15433
16393
|
"shortname": "webxr-lighting-estimation",
|
|
15434
16394
|
"currentSpecification": "webxr-lighting-estimation-1",
|
|
16395
|
+
"title": "WebXR Lighting Estimation API",
|
|
16396
|
+
"shortTitle": "WebXR Lighting Estimation API",
|
|
15435
16397
|
"releaseUrl": "https://www.w3.org/TR/webxr-lighting-estimation/",
|
|
15436
16398
|
"nightlyUrl": "https://immersive-web.github.io/lighting-estimation/"
|
|
15437
16399
|
},
|
|
@@ -15464,6 +16426,8 @@
|
|
|
15464
16426
|
"series": {
|
|
15465
16427
|
"shortname": "webxr",
|
|
15466
16428
|
"currentSpecification": "webxr",
|
|
16429
|
+
"title": "WebXR Device API",
|
|
16430
|
+
"shortTitle": "WebXR Device API",
|
|
15467
16431
|
"releaseUrl": "https://www.w3.org/TR/webxr/",
|
|
15468
16432
|
"nightlyUrl": "https://immersive-web.github.io/webxr/"
|
|
15469
16433
|
},
|
|
@@ -15510,6 +16474,8 @@
|
|
|
15510
16474
|
"series": {
|
|
15511
16475
|
"shortname": "webxrlayers",
|
|
15512
16476
|
"currentSpecification": "webxrlayers-1",
|
|
16477
|
+
"title": "WebXR Layers API",
|
|
16478
|
+
"shortTitle": "WebXR Layers API",
|
|
15513
16479
|
"releaseUrl": "https://www.w3.org/TR/webxrlayers/",
|
|
15514
16480
|
"nightlyUrl": "https://immersive-web.github.io/layers/"
|
|
15515
16481
|
},
|
|
@@ -15548,6 +16514,8 @@
|
|
|
15548
16514
|
"series": {
|
|
15549
16515
|
"shortname": "WGSL",
|
|
15550
16516
|
"currentSpecification": "WGSL",
|
|
16517
|
+
"title": "WebGPU Shading Language",
|
|
16518
|
+
"shortTitle": "WebGPU Shading Language",
|
|
15551
16519
|
"releaseUrl": "https://www.w3.org/TR/WGSL/",
|
|
15552
16520
|
"nightlyUrl": "https://gpuweb.github.io/gpuweb/wgsl/"
|
|
15553
16521
|
},
|
|
@@ -15579,6 +16547,8 @@
|
|
|
15579
16547
|
"series": {
|
|
15580
16548
|
"shortname": "WOFF",
|
|
15581
16549
|
"currentSpecification": "WOFF2",
|
|
16550
|
+
"title": "WOFF File Format",
|
|
16551
|
+
"shortTitle": "WOFF",
|
|
15582
16552
|
"releaseUrl": "https://www.w3.org/TR/WOFF/",
|
|
15583
16553
|
"nightlyUrl": "https://w3c.github.io/woff/woff2/"
|
|
15584
16554
|
},
|
|
@@ -15617,6 +16587,8 @@
|
|
|
15617
16587
|
"series": {
|
|
15618
16588
|
"shortname": "xhr",
|
|
15619
16589
|
"currentSpecification": "xhr",
|
|
16590
|
+
"title": "XMLHttpRequest Standard",
|
|
16591
|
+
"shortTitle": "XMLHttpRequest",
|
|
15620
16592
|
"nightlyUrl": "https://xhr.spec.whatwg.org/"
|
|
15621
16593
|
},
|
|
15622
16594
|
"organization": "WHATWG",
|