web-specs 2.4.0 → 2.5.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/index.json +74 -33
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -922,6 +922,37 @@
|
|
|
922
922
|
]
|
|
923
923
|
}
|
|
924
924
|
},
|
|
925
|
+
{
|
|
926
|
+
"url": "https://fs.spec.whatwg.org/",
|
|
927
|
+
"seriesComposition": "full",
|
|
928
|
+
"shortname": "fs",
|
|
929
|
+
"series": {
|
|
930
|
+
"shortname": "fs",
|
|
931
|
+
"currentSpecification": "fs",
|
|
932
|
+
"title": "File System Standard",
|
|
933
|
+
"shortTitle": "File System",
|
|
934
|
+
"nightlyUrl": "https://fs.spec.whatwg.org/"
|
|
935
|
+
},
|
|
936
|
+
"organization": "WHATWG",
|
|
937
|
+
"groups": [
|
|
938
|
+
{
|
|
939
|
+
"name": "Storage Workstream",
|
|
940
|
+
"url": "https://fs.spec.whatwg.org/"
|
|
941
|
+
}
|
|
942
|
+
],
|
|
943
|
+
"nightly": {
|
|
944
|
+
"url": "https://fs.spec.whatwg.org/",
|
|
945
|
+
"repository": "https://github.com/whatwg/fs",
|
|
946
|
+
"sourcePath": "index.bs",
|
|
947
|
+
"filename": "index.html"
|
|
948
|
+
},
|
|
949
|
+
"title": "File System Standard",
|
|
950
|
+
"source": "specref",
|
|
951
|
+
"shortTitle": "File System",
|
|
952
|
+
"categories": [
|
|
953
|
+
"browser"
|
|
954
|
+
]
|
|
955
|
+
},
|
|
925
956
|
{
|
|
926
957
|
"url": "https://fullscreen.spec.whatwg.org/",
|
|
927
958
|
"seriesComposition": "full",
|
|
@@ -1057,7 +1088,6 @@
|
|
|
1057
1088
|
"html",
|
|
1058
1089
|
"imagebitmap-renderingcontext",
|
|
1059
1090
|
"webmessaging",
|
|
1060
|
-
"websockets",
|
|
1061
1091
|
"webstorage",
|
|
1062
1092
|
"workers",
|
|
1063
1093
|
"worklets",
|
|
@@ -2415,37 +2445,6 @@
|
|
|
2415
2445
|
]
|
|
2416
2446
|
}
|
|
2417
2447
|
},
|
|
2418
|
-
{
|
|
2419
|
-
"url": "https://w3c.github.io/autoplay/",
|
|
2420
|
-
"seriesComposition": "full",
|
|
2421
|
-
"shortname": "autoplay",
|
|
2422
|
-
"series": {
|
|
2423
|
-
"shortname": "autoplay",
|
|
2424
|
-
"currentSpecification": "autoplay",
|
|
2425
|
-
"title": "Autoplay Policy Detection",
|
|
2426
|
-
"shortTitle": "Autoplay Policy Detection",
|
|
2427
|
-
"nightlyUrl": "https://w3c.github.io/autoplay/"
|
|
2428
|
-
},
|
|
2429
|
-
"organization": "W3C",
|
|
2430
|
-
"groups": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "Media Working Group",
|
|
2433
|
-
"url": "https://www.w3.org/media-wg/"
|
|
2434
|
-
}
|
|
2435
|
-
],
|
|
2436
|
-
"nightly": {
|
|
2437
|
-
"url": "https://w3c.github.io/autoplay/",
|
|
2438
|
-
"repository": "https://github.com/w3c/autoplay",
|
|
2439
|
-
"sourcePath": "index.bs",
|
|
2440
|
-
"filename": "index.html"
|
|
2441
|
-
},
|
|
2442
|
-
"title": "Autoplay Policy Detection",
|
|
2443
|
-
"source": "spec",
|
|
2444
|
-
"shortTitle": "Autoplay Policy Detection",
|
|
2445
|
-
"categories": [
|
|
2446
|
-
"browser"
|
|
2447
|
-
]
|
|
2448
|
-
},
|
|
2449
2448
|
{
|
|
2450
2449
|
"url": "https://w3c.github.io/badging/",
|
|
2451
2450
|
"seriesComposition": "full",
|
|
@@ -3245,7 +3244,13 @@
|
|
|
3245
3244
|
"shortTitle": "WebSockets",
|
|
3246
3245
|
"categories": [
|
|
3247
3246
|
"browser"
|
|
3248
|
-
]
|
|
3247
|
+
],
|
|
3248
|
+
"tests": {
|
|
3249
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
3250
|
+
"testPaths": [
|
|
3251
|
+
"websockets"
|
|
3252
|
+
]
|
|
3253
|
+
}
|
|
3249
3254
|
},
|
|
3250
3255
|
{
|
|
3251
3256
|
"url": "https://wicg.github.io/background-fetch/",
|
|
@@ -8364,6 +8369,42 @@
|
|
|
8364
8369
|
]
|
|
8365
8370
|
}
|
|
8366
8371
|
},
|
|
8372
|
+
{
|
|
8373
|
+
"url": "https://www.w3.org/TR/autoplay-detection/",
|
|
8374
|
+
"seriesComposition": "full",
|
|
8375
|
+
"shortname": "autoplay-detection",
|
|
8376
|
+
"series": {
|
|
8377
|
+
"shortname": "autoplay-detection",
|
|
8378
|
+
"currentSpecification": "autoplay-detection",
|
|
8379
|
+
"title": "Autoplay Policy Detection",
|
|
8380
|
+
"shortTitle": "Autoplay Policy Detection",
|
|
8381
|
+
"releaseUrl": "https://www.w3.org/TR/autoplay-detection/",
|
|
8382
|
+
"nightlyUrl": "https://w3c.github.io/autoplay/"
|
|
8383
|
+
},
|
|
8384
|
+
"organization": "W3C",
|
|
8385
|
+
"groups": [
|
|
8386
|
+
{
|
|
8387
|
+
"name": "Media Working Group",
|
|
8388
|
+
"url": "https://www.w3.org/media-wg/"
|
|
8389
|
+
}
|
|
8390
|
+
],
|
|
8391
|
+
"release": {
|
|
8392
|
+
"url": "https://www.w3.org/TR/autoplay-detection/",
|
|
8393
|
+
"filename": "Overview.html"
|
|
8394
|
+
},
|
|
8395
|
+
"nightly": {
|
|
8396
|
+
"url": "https://w3c.github.io/autoplay/",
|
|
8397
|
+
"repository": "https://github.com/w3c/autoplay",
|
|
8398
|
+
"sourcePath": "index.bs",
|
|
8399
|
+
"filename": "index.html"
|
|
8400
|
+
},
|
|
8401
|
+
"title": "Autoplay Policy Detection",
|
|
8402
|
+
"source": "w3c",
|
|
8403
|
+
"shortTitle": "Autoplay Policy Detection",
|
|
8404
|
+
"categories": [
|
|
8405
|
+
"browser"
|
|
8406
|
+
]
|
|
8407
|
+
},
|
|
8367
8408
|
{
|
|
8368
8409
|
"url": "https://www.w3.org/TR/battery-status/",
|
|
8369
8410
|
"seriesComposition": "full",
|