browser-specs 3.3.0 → 3.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
|
]
|
|
@@ -8134,7 +8241,7 @@
|
|
|
8134
8241
|
"groups": [
|
|
8135
8242
|
{
|
|
8136
8243
|
"name": "Web Applications Working Group",
|
|
8137
|
-
"url": "https://www.w3.org/
|
|
8244
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
8138
8245
|
}
|
|
8139
8246
|
],
|
|
8140
8247
|
"release": {
|
|
@@ -8202,6 +8309,42 @@
|
|
|
8202
8309
|
]
|
|
8203
8310
|
}
|
|
8204
8311
|
},
|
|
8312
|
+
{
|
|
8313
|
+
"url": "https://www.w3.org/TR/autoplay-detection/",
|
|
8314
|
+
"seriesComposition": "full",
|
|
8315
|
+
"shortname": "autoplay-detection",
|
|
8316
|
+
"series": {
|
|
8317
|
+
"shortname": "autoplay-detection",
|
|
8318
|
+
"currentSpecification": "autoplay-detection",
|
|
8319
|
+
"title": "Autoplay Policy Detection",
|
|
8320
|
+
"shortTitle": "Autoplay Policy Detection",
|
|
8321
|
+
"releaseUrl": "https://www.w3.org/TR/autoplay-detection/",
|
|
8322
|
+
"nightlyUrl": "https://w3c.github.io/autoplay/"
|
|
8323
|
+
},
|
|
8324
|
+
"organization": "W3C",
|
|
8325
|
+
"groups": [
|
|
8326
|
+
{
|
|
8327
|
+
"name": "Media Working Group",
|
|
8328
|
+
"url": "https://www.w3.org/media-wg/"
|
|
8329
|
+
}
|
|
8330
|
+
],
|
|
8331
|
+
"release": {
|
|
8332
|
+
"url": "https://www.w3.org/TR/autoplay-detection/",
|
|
8333
|
+
"filename": "Overview.html"
|
|
8334
|
+
},
|
|
8335
|
+
"nightly": {
|
|
8336
|
+
"url": "https://w3c.github.io/autoplay/",
|
|
8337
|
+
"repository": "https://github.com/w3c/autoplay",
|
|
8338
|
+
"sourcePath": "index.bs",
|
|
8339
|
+
"filename": "index.html"
|
|
8340
|
+
},
|
|
8341
|
+
"title": "Autoplay Policy Detection",
|
|
8342
|
+
"source": "w3c",
|
|
8343
|
+
"shortTitle": "Autoplay Policy Detection",
|
|
8344
|
+
"categories": [
|
|
8345
|
+
"browser"
|
|
8346
|
+
]
|
|
8347
|
+
},
|
|
8205
8348
|
{
|
|
8206
8349
|
"url": "https://www.w3.org/TR/battery-status/",
|
|
8207
8350
|
"seriesComposition": "full",
|
|
@@ -8344,7 +8487,7 @@
|
|
|
8344
8487
|
"groups": [
|
|
8345
8488
|
{
|
|
8346
8489
|
"name": "Web Applications Working Group",
|
|
8347
|
-
"url": "https://www.w3.org/
|
|
8490
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
8348
8491
|
}
|
|
8349
8492
|
],
|
|
8350
8493
|
"release": {
|
|
@@ -11134,6 +11277,7 @@
|
|
|
11134
11277
|
"nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
|
|
11135
11278
|
},
|
|
11136
11279
|
"seriesVersion": "1",
|
|
11280
|
+
"seriesNext": "css-scroll-snap-2",
|
|
11137
11281
|
"organization": "W3C",
|
|
11138
11282
|
"groups": [
|
|
11139
11283
|
{
|
|
@@ -12744,7 +12888,7 @@
|
|
|
12744
12888
|
"groups": [
|
|
12745
12889
|
{
|
|
12746
12890
|
"name": "Web Applications Working Group",
|
|
12747
|
-
"url": "https://www.w3.org/
|
|
12891
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
12748
12892
|
}
|
|
12749
12893
|
],
|
|
12750
12894
|
"release": {
|
|
@@ -12913,7 +13057,7 @@
|
|
|
12913
13057
|
"groups": [
|
|
12914
13058
|
{
|
|
12915
13059
|
"name": "Web Applications Working Group",
|
|
12916
|
-
"url": "https://www.w3.org/
|
|
13060
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
12917
13061
|
}
|
|
12918
13062
|
],
|
|
12919
13063
|
"release": {
|
|
@@ -13326,7 +13470,7 @@
|
|
|
13326
13470
|
"groups": [
|
|
13327
13471
|
{
|
|
13328
13472
|
"name": "Web Applications Working Group",
|
|
13329
|
-
"url": "https://www.w3.org/
|
|
13473
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13330
13474
|
}
|
|
13331
13475
|
],
|
|
13332
13476
|
"release": {
|
|
@@ -13482,7 +13626,7 @@
|
|
|
13482
13626
|
"groups": [
|
|
13483
13627
|
{
|
|
13484
13628
|
"name": "Web Applications Working Group",
|
|
13485
|
-
"url": "https://www.w3.org/
|
|
13629
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13486
13630
|
}
|
|
13487
13631
|
],
|
|
13488
13632
|
"release": {
|
|
@@ -13520,7 +13664,7 @@
|
|
|
13520
13664
|
"groups": [
|
|
13521
13665
|
{
|
|
13522
13666
|
"name": "Web Applications Working Group",
|
|
13523
|
-
"url": "https://www.w3.org/
|
|
13667
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13524
13668
|
}
|
|
13525
13669
|
],
|
|
13526
13670
|
"release": {
|
|
@@ -13562,7 +13706,7 @@
|
|
|
13562
13706
|
"groups": [
|
|
13563
13707
|
{
|
|
13564
13708
|
"name": "Web Applications Working Group",
|
|
13565
|
-
"url": "https://www.w3.org/
|
|
13709
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13566
13710
|
}
|
|
13567
13711
|
],
|
|
13568
13712
|
"release": {
|
|
@@ -13604,7 +13748,7 @@
|
|
|
13604
13748
|
"groups": [
|
|
13605
13749
|
{
|
|
13606
13750
|
"name": "Web Applications Working Group",
|
|
13607
|
-
"url": "https://www.w3.org/
|
|
13751
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13608
13752
|
}
|
|
13609
13753
|
],
|
|
13610
13754
|
"release": {
|
|
@@ -13731,7 +13875,7 @@
|
|
|
13731
13875
|
"groups": [
|
|
13732
13876
|
{
|
|
13733
13877
|
"name": "Web Applications Working Group",
|
|
13734
|
-
"url": "https://www.w3.org/
|
|
13878
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13735
13879
|
}
|
|
13736
13880
|
],
|
|
13737
13881
|
"release": {
|
|
@@ -14978,7 +15122,7 @@
|
|
|
14978
15122
|
"groups": [
|
|
14979
15123
|
{
|
|
14980
15124
|
"name": "Web Applications Working Group",
|
|
14981
|
-
"url": "https://www.w3.org/
|
|
15125
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
14982
15126
|
}
|
|
14983
15127
|
],
|
|
14984
15128
|
"release": {
|
|
@@ -15146,7 +15290,7 @@
|
|
|
15146
15290
|
"groups": [
|
|
15147
15291
|
{
|
|
15148
15292
|
"name": "Web Applications Working Group",
|
|
15149
|
-
"url": "https://www.w3.org/
|
|
15293
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15150
15294
|
}
|
|
15151
15295
|
],
|
|
15152
15296
|
"release": {
|
|
@@ -15521,7 +15665,7 @@
|
|
|
15521
15665
|
"groups": [
|
|
15522
15666
|
{
|
|
15523
15667
|
"name": "Web Applications Working Group",
|
|
15524
|
-
"url": "https://www.w3.org/
|
|
15668
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15525
15669
|
}
|
|
15526
15670
|
],
|
|
15527
15671
|
"release": {
|
|
@@ -15689,7 +15833,7 @@
|
|
|
15689
15833
|
"groups": [
|
|
15690
15834
|
{
|
|
15691
15835
|
"name": "Web Applications Working Group",
|
|
15692
|
-
"url": "https://www.w3.org/
|
|
15836
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15693
15837
|
}
|
|
15694
15838
|
],
|
|
15695
15839
|
"release": {
|
|
@@ -16471,7 +16615,7 @@
|
|
|
16471
16615
|
"groups": [
|
|
16472
16616
|
{
|
|
16473
16617
|
"name": "Web Applications Working Group",
|
|
16474
|
-
"url": "https://www.w3.org/
|
|
16618
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
16475
16619
|
}
|
|
16476
16620
|
],
|
|
16477
16621
|
"release": {
|
|
@@ -16894,7 +17038,7 @@
|
|
|
16894
17038
|
"groups": [
|
|
16895
17039
|
{
|
|
16896
17040
|
"name": "Web Applications Working Group",
|
|
16897
|
-
"url": "https://www.w3.org/
|
|
17041
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
16898
17042
|
}
|
|
16899
17043
|
],
|
|
16900
17044
|
"release": {
|
package/package.json
CHANGED