web-specs 2.3.0 → 2.5.1
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 +198 -54
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -524,6 +524,46 @@
|
|
|
524
524
|
]
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
|
+
{
|
|
528
|
+
"url": "https://drafts.csswg.org/css-scroll-snap-2/",
|
|
529
|
+
"seriesComposition": "delta",
|
|
530
|
+
"shortname": "css-scroll-snap-2",
|
|
531
|
+
"series": {
|
|
532
|
+
"shortname": "css-scroll-snap",
|
|
533
|
+
"currentSpecification": "css-scroll-snap-1",
|
|
534
|
+
"title": "CSS Scroll Snap",
|
|
535
|
+
"shortTitle": "CSS Scroll Snap",
|
|
536
|
+
"releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
|
|
537
|
+
"nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
|
|
538
|
+
},
|
|
539
|
+
"seriesVersion": "2",
|
|
540
|
+
"seriesPrevious": "css-scroll-snap-1",
|
|
541
|
+
"organization": "W3C",
|
|
542
|
+
"groups": [
|
|
543
|
+
{
|
|
544
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
545
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"nightly": {
|
|
549
|
+
"url": "https://drafts.csswg.org/css-scroll-snap-2/",
|
|
550
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
551
|
+
"sourcePath": "css-scroll-snap-2/Overview.bs",
|
|
552
|
+
"filename": "Overview.html"
|
|
553
|
+
},
|
|
554
|
+
"title": "CSS Scroll Snap Module Level 2",
|
|
555
|
+
"source": "spec",
|
|
556
|
+
"shortTitle": "CSS Scroll Snap 2",
|
|
557
|
+
"categories": [
|
|
558
|
+
"browser"
|
|
559
|
+
],
|
|
560
|
+
"tests": {
|
|
561
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
562
|
+
"testPaths": [
|
|
563
|
+
"css/css-scroll-snap"
|
|
564
|
+
]
|
|
565
|
+
}
|
|
566
|
+
},
|
|
527
567
|
{
|
|
528
568
|
"url": "https://drafts.csswg.org/css-shapes-2/",
|
|
529
569
|
"seriesComposition": "delta",
|
|
@@ -882,6 +922,37 @@
|
|
|
882
922
|
]
|
|
883
923
|
}
|
|
884
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
|
+
},
|
|
885
956
|
{
|
|
886
957
|
"url": "https://fullscreen.spec.whatwg.org/",
|
|
887
958
|
"seriesComposition": "full",
|
|
@@ -1017,7 +1088,6 @@
|
|
|
1017
1088
|
"html",
|
|
1018
1089
|
"imagebitmap-renderingcontext",
|
|
1019
1090
|
"webmessaging",
|
|
1020
|
-
"websockets",
|
|
1021
1091
|
"webstorage",
|
|
1022
1092
|
"workers",
|
|
1023
1093
|
"worklets",
|
|
@@ -2375,37 +2445,6 @@
|
|
|
2375
2445
|
]
|
|
2376
2446
|
}
|
|
2377
2447
|
},
|
|
2378
|
-
{
|
|
2379
|
-
"url": "https://w3c.github.io/autoplay/",
|
|
2380
|
-
"seriesComposition": "full",
|
|
2381
|
-
"shortname": "autoplay",
|
|
2382
|
-
"series": {
|
|
2383
|
-
"shortname": "autoplay",
|
|
2384
|
-
"currentSpecification": "autoplay",
|
|
2385
|
-
"title": "Autoplay Policy Detection",
|
|
2386
|
-
"shortTitle": "Autoplay Policy Detection",
|
|
2387
|
-
"nightlyUrl": "https://w3c.github.io/autoplay/"
|
|
2388
|
-
},
|
|
2389
|
-
"organization": "W3C",
|
|
2390
|
-
"groups": [
|
|
2391
|
-
{
|
|
2392
|
-
"name": "Media Working Group",
|
|
2393
|
-
"url": "https://www.w3.org/media-wg/"
|
|
2394
|
-
}
|
|
2395
|
-
],
|
|
2396
|
-
"nightly": {
|
|
2397
|
-
"url": "https://w3c.github.io/autoplay/",
|
|
2398
|
-
"repository": "https://github.com/w3c/autoplay",
|
|
2399
|
-
"sourcePath": "index.bs",
|
|
2400
|
-
"filename": "index.html"
|
|
2401
|
-
},
|
|
2402
|
-
"title": "Autoplay Policy Detection",
|
|
2403
|
-
"source": "spec",
|
|
2404
|
-
"shortTitle": "Autoplay Policy Detection",
|
|
2405
|
-
"categories": [
|
|
2406
|
-
"browser"
|
|
2407
|
-
]
|
|
2408
|
-
},
|
|
2409
2448
|
{
|
|
2410
2449
|
"url": "https://w3c.github.io/badging/",
|
|
2411
2450
|
"seriesComposition": "full",
|
|
@@ -2489,7 +2528,7 @@
|
|
|
2489
2528
|
"groups": [
|
|
2490
2529
|
{
|
|
2491
2530
|
"name": "Web Applications Working Group",
|
|
2492
|
-
"url": "https://www.w3.org/
|
|
2531
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
2493
2532
|
}
|
|
2494
2533
|
],
|
|
2495
2534
|
"nightly": {
|
|
@@ -2557,7 +2596,7 @@
|
|
|
2557
2596
|
"groups": [
|
|
2558
2597
|
{
|
|
2559
2598
|
"name": "Web Applications Working Group",
|
|
2560
|
-
"url": "https://www.w3.org/
|
|
2599
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
2561
2600
|
}
|
|
2562
2601
|
],
|
|
2563
2602
|
"nightly": {
|
|
@@ -2703,6 +2742,68 @@
|
|
|
2703
2742
|
"browser"
|
|
2704
2743
|
]
|
|
2705
2744
|
},
|
|
2745
|
+
{
|
|
2746
|
+
"url": "https://w3c.github.io/mediacapture-handle/actions/",
|
|
2747
|
+
"seriesComposition": "full",
|
|
2748
|
+
"shortname": "mediacapture-handle-actions",
|
|
2749
|
+
"series": {
|
|
2750
|
+
"shortname": "mediacapture-handle-actions",
|
|
2751
|
+
"currentSpecification": "mediacapture-handle-actions",
|
|
2752
|
+
"title": "The Capture-Handle Actions Mechanism",
|
|
2753
|
+
"shortTitle": "The Capture-Handle Actions Mechanism",
|
|
2754
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-handle/actions/"
|
|
2755
|
+
},
|
|
2756
|
+
"nightly": {
|
|
2757
|
+
"url": "https://w3c.github.io/mediacapture-handle/actions/",
|
|
2758
|
+
"sourcePath": "actions/index.html",
|
|
2759
|
+
"repository": "https://github.com/w3c/mediacapture-handle",
|
|
2760
|
+
"filename": "index.html"
|
|
2761
|
+
},
|
|
2762
|
+
"organization": "W3C",
|
|
2763
|
+
"groups": [
|
|
2764
|
+
{
|
|
2765
|
+
"name": "Web Real-Time Communications Working Group",
|
|
2766
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
2767
|
+
}
|
|
2768
|
+
],
|
|
2769
|
+
"title": "The Capture-Handle Actions Mechanism",
|
|
2770
|
+
"source": "spec",
|
|
2771
|
+
"shortTitle": "The Capture-Handle Actions Mechanism",
|
|
2772
|
+
"categories": [
|
|
2773
|
+
"browser"
|
|
2774
|
+
]
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"url": "https://w3c.github.io/mediacapture-handle/identity/",
|
|
2778
|
+
"seriesComposition": "full",
|
|
2779
|
+
"shortname": "mediacapture-handle-identity",
|
|
2780
|
+
"series": {
|
|
2781
|
+
"shortname": "mediacapture-handle-identity",
|
|
2782
|
+
"currentSpecification": "mediacapture-handle-identity",
|
|
2783
|
+
"title": "Capture Handle - Bootstrapping Collaboration when Screensharing",
|
|
2784
|
+
"shortTitle": "Capture Handle - Bootstrapping Collaboration when Screensharing",
|
|
2785
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-handle/identity/"
|
|
2786
|
+
},
|
|
2787
|
+
"nightly": {
|
|
2788
|
+
"url": "https://w3c.github.io/mediacapture-handle/identity/",
|
|
2789
|
+
"sourcePath": "identity/index.html",
|
|
2790
|
+
"repository": "https://github.com/w3c/mediacapture-handle",
|
|
2791
|
+
"filename": "index.html"
|
|
2792
|
+
},
|
|
2793
|
+
"organization": "W3C",
|
|
2794
|
+
"groups": [
|
|
2795
|
+
{
|
|
2796
|
+
"name": "Web Real-Time Communications Working Group",
|
|
2797
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
2798
|
+
}
|
|
2799
|
+
],
|
|
2800
|
+
"title": "Capture Handle - Bootstrapping Collaboration when Screensharing",
|
|
2801
|
+
"source": "spec",
|
|
2802
|
+
"shortTitle": "Capture Handle - Bootstrapping Collaboration when Screensharing",
|
|
2803
|
+
"categories": [
|
|
2804
|
+
"browser"
|
|
2805
|
+
]
|
|
2806
|
+
},
|
|
2706
2807
|
{
|
|
2707
2808
|
"url": "https://w3c.github.io/mediacapture-region/",
|
|
2708
2809
|
"seriesComposition": "full",
|
|
@@ -2780,7 +2881,7 @@
|
|
|
2780
2881
|
"groups": [
|
|
2781
2882
|
{
|
|
2782
2883
|
"name": "Web Applications Working Group",
|
|
2783
|
-
"url": "https://www.w3.org/
|
|
2884
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
2784
2885
|
}
|
|
2785
2886
|
],
|
|
2786
2887
|
"nightly": {
|
|
@@ -3143,7 +3244,13 @@
|
|
|
3143
3244
|
"shortTitle": "WebSockets",
|
|
3144
3245
|
"categories": [
|
|
3145
3246
|
"browser"
|
|
3146
|
-
]
|
|
3247
|
+
],
|
|
3248
|
+
"tests": {
|
|
3249
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
3250
|
+
"testPaths": [
|
|
3251
|
+
"websockets"
|
|
3252
|
+
]
|
|
3253
|
+
}
|
|
3147
3254
|
},
|
|
3148
3255
|
{
|
|
3149
3256
|
"url": "https://wicg.github.io/background-fetch/",
|
|
@@ -3385,9 +3492,9 @@
|
|
|
3385
3492
|
"sourcePath": "index.html",
|
|
3386
3493
|
"filename": "index.html"
|
|
3387
3494
|
},
|
|
3388
|
-
"title": "Compute Pressure API",
|
|
3495
|
+
"title": "Compute Pressure API Level 1",
|
|
3389
3496
|
"source": "spec",
|
|
3390
|
-
"shortTitle": "Compute Pressure API",
|
|
3497
|
+
"shortTitle": "Compute Pressure API 1",
|
|
3391
3498
|
"categories": [
|
|
3392
3499
|
"browser"
|
|
3393
3500
|
]
|
|
@@ -8194,7 +8301,7 @@
|
|
|
8194
8301
|
"groups": [
|
|
8195
8302
|
{
|
|
8196
8303
|
"name": "Web Applications Working Group",
|
|
8197
|
-
"url": "https://www.w3.org/
|
|
8304
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
8198
8305
|
}
|
|
8199
8306
|
],
|
|
8200
8307
|
"release": {
|
|
@@ -8262,6 +8369,42 @@
|
|
|
8262
8369
|
]
|
|
8263
8370
|
}
|
|
8264
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
|
+
},
|
|
8265
8408
|
{
|
|
8266
8409
|
"url": "https://www.w3.org/TR/battery-status/",
|
|
8267
8410
|
"seriesComposition": "full",
|
|
@@ -8404,7 +8547,7 @@
|
|
|
8404
8547
|
"groups": [
|
|
8405
8548
|
{
|
|
8406
8549
|
"name": "Web Applications Working Group",
|
|
8407
|
-
"url": "https://www.w3.org/
|
|
8550
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
8408
8551
|
}
|
|
8409
8552
|
],
|
|
8410
8553
|
"release": {
|
|
@@ -11194,6 +11337,7 @@
|
|
|
11194
11337
|
"nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
|
|
11195
11338
|
},
|
|
11196
11339
|
"seriesVersion": "1",
|
|
11340
|
+
"seriesNext": "css-scroll-snap-2",
|
|
11197
11341
|
"organization": "W3C",
|
|
11198
11342
|
"groups": [
|
|
11199
11343
|
{
|
|
@@ -12804,7 +12948,7 @@
|
|
|
12804
12948
|
"groups": [
|
|
12805
12949
|
{
|
|
12806
12950
|
"name": "Web Applications Working Group",
|
|
12807
|
-
"url": "https://www.w3.org/
|
|
12951
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
12808
12952
|
}
|
|
12809
12953
|
],
|
|
12810
12954
|
"release": {
|
|
@@ -12973,7 +13117,7 @@
|
|
|
12973
13117
|
"groups": [
|
|
12974
13118
|
{
|
|
12975
13119
|
"name": "Web Applications Working Group",
|
|
12976
|
-
"url": "https://www.w3.org/
|
|
13120
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
12977
13121
|
}
|
|
12978
13122
|
],
|
|
12979
13123
|
"release": {
|
|
@@ -13386,7 +13530,7 @@
|
|
|
13386
13530
|
"groups": [
|
|
13387
13531
|
{
|
|
13388
13532
|
"name": "Web Applications Working Group",
|
|
13389
|
-
"url": "https://www.w3.org/
|
|
13533
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13390
13534
|
}
|
|
13391
13535
|
],
|
|
13392
13536
|
"release": {
|
|
@@ -13576,7 +13720,7 @@
|
|
|
13576
13720
|
"groups": [
|
|
13577
13721
|
{
|
|
13578
13722
|
"name": "Web Applications Working Group",
|
|
13579
|
-
"url": "https://www.w3.org/
|
|
13723
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13580
13724
|
}
|
|
13581
13725
|
],
|
|
13582
13726
|
"release": {
|
|
@@ -13614,7 +13758,7 @@
|
|
|
13614
13758
|
"groups": [
|
|
13615
13759
|
{
|
|
13616
13760
|
"name": "Web Applications Working Group",
|
|
13617
|
-
"url": "https://www.w3.org/
|
|
13761
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13618
13762
|
}
|
|
13619
13763
|
],
|
|
13620
13764
|
"release": {
|
|
@@ -13656,7 +13800,7 @@
|
|
|
13656
13800
|
"groups": [
|
|
13657
13801
|
{
|
|
13658
13802
|
"name": "Web Applications Working Group",
|
|
13659
|
-
"url": "https://www.w3.org/
|
|
13803
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13660
13804
|
}
|
|
13661
13805
|
],
|
|
13662
13806
|
"release": {
|
|
@@ -13698,7 +13842,7 @@
|
|
|
13698
13842
|
"groups": [
|
|
13699
13843
|
{
|
|
13700
13844
|
"name": "Web Applications Working Group",
|
|
13701
|
-
"url": "https://www.w3.org/
|
|
13845
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13702
13846
|
}
|
|
13703
13847
|
],
|
|
13704
13848
|
"release": {
|
|
@@ -13825,7 +13969,7 @@
|
|
|
13825
13969
|
"groups": [
|
|
13826
13970
|
{
|
|
13827
13971
|
"name": "Web Applications Working Group",
|
|
13828
|
-
"url": "https://www.w3.org/
|
|
13972
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13829
13973
|
}
|
|
13830
13974
|
],
|
|
13831
13975
|
"release": {
|
|
@@ -15174,7 +15318,7 @@
|
|
|
15174
15318
|
"groups": [
|
|
15175
15319
|
{
|
|
15176
15320
|
"name": "Web Applications Working Group",
|
|
15177
|
-
"url": "https://www.w3.org/
|
|
15321
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15178
15322
|
}
|
|
15179
15323
|
],
|
|
15180
15324
|
"release": {
|
|
@@ -15342,7 +15486,7 @@
|
|
|
15342
15486
|
"groups": [
|
|
15343
15487
|
{
|
|
15344
15488
|
"name": "Web Applications Working Group",
|
|
15345
|
-
"url": "https://www.w3.org/
|
|
15489
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15346
15490
|
}
|
|
15347
15491
|
],
|
|
15348
15492
|
"release": {
|
|
@@ -15717,7 +15861,7 @@
|
|
|
15717
15861
|
"groups": [
|
|
15718
15862
|
{
|
|
15719
15863
|
"name": "Web Applications Working Group",
|
|
15720
|
-
"url": "https://www.w3.org/
|
|
15864
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15721
15865
|
}
|
|
15722
15866
|
],
|
|
15723
15867
|
"release": {
|
|
@@ -15885,7 +16029,7 @@
|
|
|
15885
16029
|
"groups": [
|
|
15886
16030
|
{
|
|
15887
16031
|
"name": "Web Applications Working Group",
|
|
15888
|
-
"url": "https://www.w3.org/
|
|
16032
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15889
16033
|
}
|
|
15890
16034
|
],
|
|
15891
16035
|
"release": {
|
|
@@ -16667,7 +16811,7 @@
|
|
|
16667
16811
|
"groups": [
|
|
16668
16812
|
{
|
|
16669
16813
|
"name": "Web Applications Working Group",
|
|
16670
|
-
"url": "https://www.w3.org/
|
|
16814
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
16671
16815
|
}
|
|
16672
16816
|
],
|
|
16673
16817
|
"release": {
|
|
@@ -17090,7 +17234,7 @@
|
|
|
17090
17234
|
"groups": [
|
|
17091
17235
|
{
|
|
17092
17236
|
"name": "Web Applications Working Group",
|
|
17093
|
-
"url": "https://www.w3.org/
|
|
17237
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
17094
17238
|
}
|
|
17095
17239
|
],
|
|
17096
17240
|
"release": {
|