web-specs 2.2.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 +273 -36
- 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",
|
|
@@ -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",
|
|
@@ -2734,6 +2835,37 @@
|
|
|
2734
2835
|
"browser"
|
|
2735
2836
|
]
|
|
2736
2837
|
},
|
|
2838
|
+
{
|
|
2839
|
+
"url": "https://w3c.github.io/PNG-spec/",
|
|
2840
|
+
"seriesComposition": "full",
|
|
2841
|
+
"shortname": "PNG-spec",
|
|
2842
|
+
"series": {
|
|
2843
|
+
"shortname": "PNG-spec",
|
|
2844
|
+
"currentSpecification": "PNG-spec",
|
|
2845
|
+
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
2846
|
+
"shortTitle": "PNG",
|
|
2847
|
+
"nightlyUrl": "https://w3c.github.io/PNG-spec/"
|
|
2848
|
+
},
|
|
2849
|
+
"organization": "W3C",
|
|
2850
|
+
"groups": [
|
|
2851
|
+
{
|
|
2852
|
+
"name": "Portable Network Graphics (PNG) Working Group",
|
|
2853
|
+
"url": "https://www.w3.org/groups/wg/png/"
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"nightly": {
|
|
2857
|
+
"url": "https://w3c.github.io/PNG-spec/",
|
|
2858
|
+
"repository": "https://github.com/w3c/PNG-spec",
|
|
2859
|
+
"sourcePath": "index.html",
|
|
2860
|
+
"filename": "index.html"
|
|
2861
|
+
},
|
|
2862
|
+
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
2863
|
+
"source": "spec",
|
|
2864
|
+
"shortTitle": "PNG",
|
|
2865
|
+
"categories": [
|
|
2866
|
+
"browser"
|
|
2867
|
+
]
|
|
2868
|
+
},
|
|
2737
2869
|
{
|
|
2738
2870
|
"url": "https://w3c.github.io/web-locks/",
|
|
2739
2871
|
"seriesComposition": "full",
|
|
@@ -3112,7 +3244,13 @@
|
|
|
3112
3244
|
"shortTitle": "WebSockets",
|
|
3113
3245
|
"categories": [
|
|
3114
3246
|
"browser"
|
|
3115
|
-
]
|
|
3247
|
+
],
|
|
3248
|
+
"tests": {
|
|
3249
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
3250
|
+
"testPaths": [
|
|
3251
|
+
"websockets"
|
|
3252
|
+
]
|
|
3253
|
+
}
|
|
3116
3254
|
},
|
|
3117
3255
|
{
|
|
3118
3256
|
"url": "https://wicg.github.io/background-fetch/",
|
|
@@ -3188,6 +3326,37 @@
|
|
|
3188
3326
|
]
|
|
3189
3327
|
}
|
|
3190
3328
|
},
|
|
3329
|
+
{
|
|
3330
|
+
"url": "https://wicg.github.io/capability-delegation/spec.html",
|
|
3331
|
+
"seriesComposition": "full",
|
|
3332
|
+
"shortname": "capability-delegation",
|
|
3333
|
+
"series": {
|
|
3334
|
+
"shortname": "capability-delegation",
|
|
3335
|
+
"currentSpecification": "capability-delegation",
|
|
3336
|
+
"title": "Capability Delegation",
|
|
3337
|
+
"shortTitle": "Capability Delegation",
|
|
3338
|
+
"nightlyUrl": "https://wicg.github.io/capability-delegation/spec.html"
|
|
3339
|
+
},
|
|
3340
|
+
"organization": "W3C",
|
|
3341
|
+
"groups": [
|
|
3342
|
+
{
|
|
3343
|
+
"name": "Web Platform Incubator Community Group",
|
|
3344
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
3345
|
+
}
|
|
3346
|
+
],
|
|
3347
|
+
"nightly": {
|
|
3348
|
+
"url": "https://wicg.github.io/capability-delegation/spec.html",
|
|
3349
|
+
"repository": "https://github.com/WICG/capability-delegation",
|
|
3350
|
+
"sourcePath": "spec.bs",
|
|
3351
|
+
"filename": "spec.html"
|
|
3352
|
+
},
|
|
3353
|
+
"title": "Capability Delegation",
|
|
3354
|
+
"source": "spec",
|
|
3355
|
+
"shortTitle": "Capability Delegation",
|
|
3356
|
+
"categories": [
|
|
3357
|
+
"browser"
|
|
3358
|
+
]
|
|
3359
|
+
},
|
|
3191
3360
|
{
|
|
3192
3361
|
"url": "https://wicg.github.io/client-hints-infrastructure/",
|
|
3193
3362
|
"seriesComposition": "full",
|
|
@@ -3323,9 +3492,9 @@
|
|
|
3323
3492
|
"sourcePath": "index.html",
|
|
3324
3493
|
"filename": "index.html"
|
|
3325
3494
|
},
|
|
3326
|
-
"title": "Compute Pressure API",
|
|
3495
|
+
"title": "Compute Pressure API Level 1",
|
|
3327
3496
|
"source": "spec",
|
|
3328
|
-
"shortTitle": "Compute Pressure API",
|
|
3497
|
+
"shortTitle": "Compute Pressure API 1",
|
|
3329
3498
|
"categories": [
|
|
3330
3499
|
"browser"
|
|
3331
3500
|
]
|
|
@@ -3670,6 +3839,37 @@
|
|
|
3670
3839
|
]
|
|
3671
3840
|
}
|
|
3672
3841
|
},
|
|
3842
|
+
{
|
|
3843
|
+
"url": "https://wicg.github.io/digital-goods/",
|
|
3844
|
+
"seriesComposition": "full",
|
|
3845
|
+
"shortname": "digital-goods",
|
|
3846
|
+
"series": {
|
|
3847
|
+
"shortname": "digital-goods",
|
|
3848
|
+
"currentSpecification": "digital-goods",
|
|
3849
|
+
"title": "Digital Goods API",
|
|
3850
|
+
"shortTitle": "Digital Goods API",
|
|
3851
|
+
"nightlyUrl": "https://wicg.github.io/digital-goods/"
|
|
3852
|
+
},
|
|
3853
|
+
"organization": "W3C",
|
|
3854
|
+
"groups": [
|
|
3855
|
+
{
|
|
3856
|
+
"name": "Web Platform Incubator Community Group",
|
|
3857
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
3858
|
+
}
|
|
3859
|
+
],
|
|
3860
|
+
"nightly": {
|
|
3861
|
+
"url": "https://wicg.github.io/digital-goods/",
|
|
3862
|
+
"repository": "https://github.com/WICG/digital-goods",
|
|
3863
|
+
"sourcePath": "spec.bs",
|
|
3864
|
+
"filename": "index.html"
|
|
3865
|
+
},
|
|
3866
|
+
"title": "Digital Goods API",
|
|
3867
|
+
"source": "spec",
|
|
3868
|
+
"shortTitle": "Digital Goods API",
|
|
3869
|
+
"categories": [
|
|
3870
|
+
"browser"
|
|
3871
|
+
]
|
|
3872
|
+
},
|
|
3673
3873
|
{
|
|
3674
3874
|
"url": "https://wicg.github.io/document-policy/",
|
|
3675
3875
|
"seriesComposition": "full",
|
|
@@ -7954,7 +8154,7 @@
|
|
|
7954
8154
|
},
|
|
7955
8155
|
"organization": "W3C",
|
|
7956
8156
|
"title": "W3C Process Document",
|
|
7957
|
-
"source": "
|
|
8157
|
+
"source": "specref",
|
|
7958
8158
|
"shortTitle": "W3C Process Document",
|
|
7959
8159
|
"categories": []
|
|
7960
8160
|
},
|
|
@@ -8169,6 +8369,42 @@
|
|
|
8169
8369
|
]
|
|
8170
8370
|
}
|
|
8171
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
|
+
},
|
|
8172
8408
|
{
|
|
8173
8409
|
"url": "https://www.w3.org/TR/battery-status/",
|
|
8174
8410
|
"seriesComposition": "full",
|
|
@@ -11101,6 +11337,7 @@
|
|
|
11101
11337
|
"nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
|
|
11102
11338
|
},
|
|
11103
11339
|
"seriesVersion": "1",
|
|
11340
|
+
"seriesNext": "css-scroll-snap-2",
|
|
11104
11341
|
"organization": "W3C",
|
|
11105
11342
|
"groups": [
|
|
11106
11343
|
{
|