browser-specs 3.50.0 → 3.52.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 +99 -87
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -854,6 +854,51 @@
|
|
|
854
854
|
]
|
|
855
855
|
}
|
|
856
856
|
},
|
|
857
|
+
{
|
|
858
|
+
"url": "https://drafts.csswg.org/css-position-4/",
|
|
859
|
+
"seriesComposition": "delta",
|
|
860
|
+
"shortname": "css-position-4",
|
|
861
|
+
"series": {
|
|
862
|
+
"shortname": "css-position",
|
|
863
|
+
"currentSpecification": "css-position-3",
|
|
864
|
+
"title": "CSS Positioned Layout",
|
|
865
|
+
"shortTitle": "CSS Positioned Layout",
|
|
866
|
+
"releaseUrl": "https://www.w3.org/TR/css-position/",
|
|
867
|
+
"nightlyUrl": "https://drafts.csswg.org/css-position/"
|
|
868
|
+
},
|
|
869
|
+
"seriesVersion": "4",
|
|
870
|
+
"seriesPrevious": "css-position-3",
|
|
871
|
+
"organization": "W3C",
|
|
872
|
+
"groups": [
|
|
873
|
+
{
|
|
874
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
875
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"nightly": {
|
|
879
|
+
"url": "https://drafts.csswg.org/css-position-4/",
|
|
880
|
+
"status": "Editor's Draft",
|
|
881
|
+
"alternateUrls": [
|
|
882
|
+
"https://w3c.github.io/csswg-drafts/css-position-4/"
|
|
883
|
+
],
|
|
884
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
885
|
+
"sourcePath": "css-position-4/Overview.bs",
|
|
886
|
+
"filename": "Overview.html"
|
|
887
|
+
},
|
|
888
|
+
"title": "CSS Positioned Layout Module Level 4",
|
|
889
|
+
"source": "spec",
|
|
890
|
+
"shortTitle": "CSS Positioned Layout 4",
|
|
891
|
+
"categories": [
|
|
892
|
+
"browser"
|
|
893
|
+
],
|
|
894
|
+
"standing": "good",
|
|
895
|
+
"tests": {
|
|
896
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
897
|
+
"testPaths": [
|
|
898
|
+
"css/css-position"
|
|
899
|
+
]
|
|
900
|
+
}
|
|
901
|
+
},
|
|
857
902
|
{
|
|
858
903
|
"url": "https://drafts.csswg.org/css-scroll-snap-2/",
|
|
859
904
|
"seriesComposition": "delta",
|
|
@@ -4339,40 +4384,6 @@
|
|
|
4339
4384
|
],
|
|
4340
4385
|
"standing": "good"
|
|
4341
4386
|
},
|
|
4342
|
-
{
|
|
4343
|
-
"url": "https://tc39.es/proposal-import-assertions/",
|
|
4344
|
-
"seriesComposition": "full",
|
|
4345
|
-
"shortname": "tc39-import-assertions",
|
|
4346
|
-
"series": {
|
|
4347
|
-
"shortname": "tc39-import-assertions",
|
|
4348
|
-
"currentSpecification": "tc39-import-assertions",
|
|
4349
|
-
"title": "Import Assertions",
|
|
4350
|
-
"shortTitle": "Import Assertions",
|
|
4351
|
-
"nightlyUrl": "https://tc39.es/proposal-import-assertions/"
|
|
4352
|
-
},
|
|
4353
|
-
"organization": "Ecma International",
|
|
4354
|
-
"groups": [
|
|
4355
|
-
{
|
|
4356
|
-
"name": "TC39",
|
|
4357
|
-
"url": "https://tc39.es/"
|
|
4358
|
-
}
|
|
4359
|
-
],
|
|
4360
|
-
"nightly": {
|
|
4361
|
-
"url": "https://tc39.es/proposal-import-assertions/",
|
|
4362
|
-
"status": "Editor's Draft",
|
|
4363
|
-
"alternateUrls": [],
|
|
4364
|
-
"repository": "https://github.com/tc39/proposal-import-assertions",
|
|
4365
|
-
"sourcePath": "spec.emu",
|
|
4366
|
-
"filename": "index.html"
|
|
4367
|
-
},
|
|
4368
|
-
"title": "Import Assertions",
|
|
4369
|
-
"source": "spec",
|
|
4370
|
-
"shortTitle": "Import Assertions",
|
|
4371
|
-
"categories": [
|
|
4372
|
-
"browser"
|
|
4373
|
-
],
|
|
4374
|
-
"standing": "good"
|
|
4375
|
-
},
|
|
4376
4387
|
{
|
|
4377
4388
|
"url": "https://tc39.es/proposal-intl-duration-format/",
|
|
4378
4389
|
"seriesComposition": "full",
|
|
@@ -7662,8 +7673,8 @@
|
|
|
7662
7673
|
"series": {
|
|
7663
7674
|
"shortname": "scroll-to-text-fragment",
|
|
7664
7675
|
"currentSpecification": "scroll-to-text-fragment",
|
|
7665
|
-
"title": "Text
|
|
7666
|
-
"shortTitle": "Text
|
|
7676
|
+
"title": "URL Fragment Text Directives",
|
|
7677
|
+
"shortTitle": "URL Fragment Text Directives",
|
|
7667
7678
|
"nightlyUrl": "https://wicg.github.io/scroll-to-text-fragment/"
|
|
7668
7679
|
},
|
|
7669
7680
|
"organization": "W3C",
|
|
@@ -7681,9 +7692,9 @@
|
|
|
7681
7692
|
"sourcePath": "index.bs",
|
|
7682
7693
|
"filename": "index.html"
|
|
7683
7694
|
},
|
|
7684
|
-
"title": "Text
|
|
7695
|
+
"title": "URL Fragment Text Directives",
|
|
7685
7696
|
"source": "spec",
|
|
7686
|
-
"shortTitle": "Text
|
|
7697
|
+
"shortTitle": "URL Fragment Text Directives",
|
|
7687
7698
|
"categories": [
|
|
7688
7699
|
"browser"
|
|
7689
7700
|
],
|
|
@@ -9230,13 +9241,13 @@
|
|
|
9230
9241
|
"currentSpecification": "rfc9110",
|
|
9231
9242
|
"title": "HTTP Semantics",
|
|
9232
9243
|
"shortTitle": "HTTP Semantics",
|
|
9233
|
-
"nightlyUrl": "https://
|
|
9244
|
+
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9110"
|
|
9234
9245
|
},
|
|
9235
9246
|
"nightly": {
|
|
9236
|
-
"url": "https://
|
|
9247
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9110",
|
|
9237
9248
|
"status": "Internet Standard",
|
|
9238
|
-
"alternateUrls": [],
|
|
9239
9249
|
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
9250
|
+
"alternateUrls": [],
|
|
9240
9251
|
"sourcePath": "specs/rfc9110.xml",
|
|
9241
9252
|
"filename": "rfc9110.html"
|
|
9242
9253
|
},
|
|
@@ -9264,13 +9275,13 @@
|
|
|
9264
9275
|
"currentSpecification": "rfc9111",
|
|
9265
9276
|
"title": "HTTP Caching",
|
|
9266
9277
|
"shortTitle": "HTTP Caching",
|
|
9267
|
-
"nightlyUrl": "https://
|
|
9278
|
+
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9111"
|
|
9268
9279
|
},
|
|
9269
9280
|
"nightly": {
|
|
9270
|
-
"url": "https://
|
|
9281
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9111",
|
|
9271
9282
|
"status": "Internet Standard",
|
|
9272
|
-
"alternateUrls": [],
|
|
9273
9283
|
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
9284
|
+
"alternateUrls": [],
|
|
9274
9285
|
"sourcePath": "specs/rfc9111.xml",
|
|
9275
9286
|
"filename": "rfc9111.html"
|
|
9276
9287
|
},
|
|
@@ -9298,13 +9309,13 @@
|
|
|
9298
9309
|
"currentSpecification": "rfc9112",
|
|
9299
9310
|
"title": "HTTP/1.1",
|
|
9300
9311
|
"shortTitle": "HTTP/1.1",
|
|
9301
|
-
"nightlyUrl": "https://
|
|
9312
|
+
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9112"
|
|
9302
9313
|
},
|
|
9303
9314
|
"nightly": {
|
|
9304
|
-
"url": "https://
|
|
9315
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9112",
|
|
9305
9316
|
"status": "Internet Standard",
|
|
9306
|
-
"alternateUrls": [],
|
|
9307
9317
|
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
9318
|
+
"alternateUrls": [],
|
|
9308
9319
|
"sourcePath": "specs/rfc9112.xml",
|
|
9309
9320
|
"filename": "rfc9112.html"
|
|
9310
9321
|
},
|
|
@@ -9332,13 +9343,13 @@
|
|
|
9332
9343
|
"currentSpecification": "rfc9113",
|
|
9333
9344
|
"title": "HTTP/2",
|
|
9334
9345
|
"shortTitle": "HTTP/2",
|
|
9335
|
-
"nightlyUrl": "https://
|
|
9346
|
+
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9113"
|
|
9336
9347
|
},
|
|
9337
9348
|
"nightly": {
|
|
9338
|
-
"url": "https://
|
|
9349
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9113",
|
|
9339
9350
|
"status": "Proposed Standard",
|
|
9340
|
-
"alternateUrls": [],
|
|
9341
9351
|
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
9352
|
+
"alternateUrls": [],
|
|
9342
9353
|
"sourcePath": "specs/rfc9113.xml",
|
|
9343
9354
|
"filename": "rfc9113.html"
|
|
9344
9355
|
},
|
|
@@ -9366,13 +9377,13 @@
|
|
|
9366
9377
|
"currentSpecification": "rfc9114",
|
|
9367
9378
|
"title": "HTTP/3",
|
|
9368
9379
|
"shortTitle": "HTTP/3",
|
|
9369
|
-
"nightlyUrl": "https://
|
|
9380
|
+
"nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9114"
|
|
9370
9381
|
},
|
|
9371
9382
|
"nightly": {
|
|
9372
|
-
"url": "https://
|
|
9383
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9114",
|
|
9373
9384
|
"status": "Proposed Standard",
|
|
9374
|
-
"alternateUrls": [],
|
|
9375
9385
|
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
9386
|
+
"alternateUrls": [],
|
|
9376
9387
|
"sourcePath": "specs/rfc9114.xml",
|
|
9377
9388
|
"filename": "rfc9114.html"
|
|
9378
9389
|
},
|
|
@@ -10668,7 +10679,7 @@
|
|
|
10668
10679
|
"series": {
|
|
10669
10680
|
"shortname": "css-box",
|
|
10670
10681
|
"currentSpecification": "css-box-3",
|
|
10671
|
-
"title": "CSS Box Model",
|
|
10682
|
+
"title": "CSS Box Model Module",
|
|
10672
10683
|
"shortTitle": "CSS Box Model",
|
|
10673
10684
|
"releaseUrl": "https://www.w3.org/TR/css-box/",
|
|
10674
10685
|
"nightlyUrl": "https://drafts.csswg.org/css-box/"
|
|
@@ -10684,7 +10695,7 @@
|
|
|
10684
10695
|
],
|
|
10685
10696
|
"release": {
|
|
10686
10697
|
"url": "https://www.w3.org/TR/css-box-3/",
|
|
10687
|
-
"status": "
|
|
10698
|
+
"status": "Recommendation",
|
|
10688
10699
|
"filename": "Overview.html"
|
|
10689
10700
|
},
|
|
10690
10701
|
"nightly": {
|
|
@@ -10719,7 +10730,7 @@
|
|
|
10719
10730
|
"series": {
|
|
10720
10731
|
"shortname": "css-box",
|
|
10721
10732
|
"currentSpecification": "css-box-3",
|
|
10722
|
-
"title": "CSS Box Model",
|
|
10733
|
+
"title": "CSS Box Model Module",
|
|
10723
10734
|
"shortTitle": "CSS Box Model",
|
|
10724
10735
|
"releaseUrl": "https://www.w3.org/TR/css-box/",
|
|
10725
10736
|
"nightlyUrl": "https://drafts.csswg.org/css-box/"
|
|
@@ -11696,7 +11707,7 @@
|
|
|
11696
11707
|
],
|
|
11697
11708
|
"release": {
|
|
11698
11709
|
"url": "https://www.w3.org/TR/css-display-3/",
|
|
11699
|
-
"status": "Candidate Recommendation
|
|
11710
|
+
"status": "Candidate Recommendation Snapshot",
|
|
11700
11711
|
"filename": "Overview.html"
|
|
11701
11712
|
},
|
|
11702
11713
|
"nightly": {
|
|
@@ -11832,7 +11843,7 @@
|
|
|
11832
11843
|
"series": {
|
|
11833
11844
|
"shortname": "css-font-loading",
|
|
11834
11845
|
"currentSpecification": "css-font-loading-3",
|
|
11835
|
-
"title": "CSS Font Loading",
|
|
11846
|
+
"title": "CSS Font Loading Module",
|
|
11836
11847
|
"shortTitle": "CSS Font Loading",
|
|
11837
11848
|
"releaseUrl": "https://www.w3.org/TR/css-font-loading/",
|
|
11838
11849
|
"nightlyUrl": "https://drafts.csswg.org/css-font-loading/"
|
|
@@ -13058,6 +13069,7 @@
|
|
|
13058
13069
|
"nightlyUrl": "https://drafts.csswg.org/css-position/"
|
|
13059
13070
|
},
|
|
13060
13071
|
"seriesVersion": "3",
|
|
13072
|
+
"seriesNext": "css-position-4",
|
|
13061
13073
|
"organization": "W3C",
|
|
13062
13074
|
"groups": [
|
|
13063
13075
|
{
|
|
@@ -14652,7 +14664,7 @@
|
|
|
14652
14664
|
"series": {
|
|
14653
14665
|
"shortname": "css-view-transitions",
|
|
14654
14666
|
"currentSpecification": "css-view-transitions-1",
|
|
14655
|
-
"title": "CSS View Transitions Module
|
|
14667
|
+
"title": "CSS View Transitions Module",
|
|
14656
14668
|
"shortTitle": "CSS View Transitions",
|
|
14657
14669
|
"releaseUrl": "https://www.w3.org/TR/css-view-transitions/",
|
|
14658
14670
|
"nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
|
|
@@ -18666,9 +18678,9 @@
|
|
|
18666
18678
|
"shortname": "scroll-animations-1",
|
|
18667
18679
|
"series": {
|
|
18668
18680
|
"shortname": "scroll-animations",
|
|
18681
|
+
"title": "Scroll-driven Animations",
|
|
18669
18682
|
"currentSpecification": "scroll-animations-1",
|
|
18670
|
-
"
|
|
18671
|
-
"shortTitle": "Scroll-linked Animations",
|
|
18683
|
+
"shortTitle": "Scroll-driven Animations",
|
|
18672
18684
|
"releaseUrl": "https://www.w3.org/TR/scroll-animations/",
|
|
18673
18685
|
"nightlyUrl": "https://drafts.csswg.org/scroll-animations/"
|
|
18674
18686
|
},
|
|
@@ -18696,9 +18708,9 @@
|
|
|
18696
18708
|
"sourcePath": "scroll-animations-1/Overview.bs",
|
|
18697
18709
|
"filename": "Overview.html"
|
|
18698
18710
|
},
|
|
18699
|
-
"title": "Scroll-
|
|
18711
|
+
"title": "Scroll-driven Animations",
|
|
18700
18712
|
"source": "w3c",
|
|
18701
|
-
"shortTitle": "Scroll-
|
|
18713
|
+
"shortTitle": "Scroll-driven Animations",
|
|
18702
18714
|
"categories": [
|
|
18703
18715
|
"browser"
|
|
18704
18716
|
],
|
|
@@ -19576,7 +19588,13 @@
|
|
|
19576
19588
|
"categories": [
|
|
19577
19589
|
"browser"
|
|
19578
19590
|
],
|
|
19579
|
-
"standing": "good"
|
|
19591
|
+
"standing": "good",
|
|
19592
|
+
"tests": {
|
|
19593
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
19594
|
+
"testPaths": [
|
|
19595
|
+
"trusted-types"
|
|
19596
|
+
]
|
|
19597
|
+
}
|
|
19580
19598
|
},
|
|
19581
19599
|
{
|
|
19582
19600
|
"url": "https://www.w3.org/TR/uievents-code/",
|
|
@@ -19905,7 +19923,7 @@
|
|
|
19905
19923
|
],
|
|
19906
19924
|
"release": {
|
|
19907
19925
|
"url": "https://www.w3.org/TR/wai-aria-1.2/",
|
|
19908
|
-
"status": "
|
|
19926
|
+
"status": "Proposed Recommendation",
|
|
19909
19927
|
"filename": "Overview.html"
|
|
19910
19928
|
},
|
|
19911
19929
|
"nightly": {
|
|
@@ -20330,7 +20348,7 @@
|
|
|
20330
20348
|
"groups": [
|
|
20331
20349
|
{
|
|
20332
20350
|
"name": "Web Authentication Working Group",
|
|
20333
|
-
"url": "https://www.w3.org/webauthn/"
|
|
20351
|
+
"url": "https://www.w3.org/groups/wg/webauthn/"
|
|
20334
20352
|
}
|
|
20335
20353
|
],
|
|
20336
20354
|
"release": {
|
|
@@ -21171,7 +21189,7 @@
|
|
|
21171
21189
|
],
|
|
21172
21190
|
"release": {
|
|
21173
21191
|
"url": "https://www.w3.org/TR/webnn/",
|
|
21174
|
-
"status": "
|
|
21192
|
+
"status": "Candidate Recommendation Snapshot",
|
|
21175
21193
|
"filename": "Overview.html"
|
|
21176
21194
|
},
|
|
21177
21195
|
"nightly": {
|
|
@@ -22025,16 +22043,16 @@
|
|
|
22025
22043
|
"standing": "good"
|
|
22026
22044
|
},
|
|
22027
22045
|
{
|
|
22028
|
-
"url": "https://www.w3.org/TR/window-
|
|
22046
|
+
"url": "https://www.w3.org/TR/window-management/",
|
|
22029
22047
|
"seriesComposition": "full",
|
|
22030
|
-
"shortname": "window-
|
|
22048
|
+
"shortname": "window-management",
|
|
22031
22049
|
"series": {
|
|
22032
|
-
"shortname": "window-
|
|
22033
|
-
"currentSpecification": "window-
|
|
22034
|
-
"title": "
|
|
22035
|
-
"shortTitle": "
|
|
22036
|
-
"releaseUrl": "https://www.w3.org/TR/window-
|
|
22037
|
-
"nightlyUrl": "https://w3c.github.io/window-
|
|
22050
|
+
"shortname": "window-management",
|
|
22051
|
+
"currentSpecification": "window-management",
|
|
22052
|
+
"title": "Window Management",
|
|
22053
|
+
"shortTitle": "Window Management",
|
|
22054
|
+
"releaseUrl": "https://www.w3.org/TR/window-management/",
|
|
22055
|
+
"nightlyUrl": "https://w3c.github.io/window-management/"
|
|
22038
22056
|
},
|
|
22039
22057
|
"organization": "W3C",
|
|
22040
22058
|
"groups": [
|
|
@@ -22044,31 +22062,25 @@
|
|
|
22044
22062
|
}
|
|
22045
22063
|
],
|
|
22046
22064
|
"release": {
|
|
22047
|
-
"url": "https://www.w3.org/TR/window-
|
|
22065
|
+
"url": "https://www.w3.org/TR/window-management/",
|
|
22048
22066
|
"status": "Working Draft",
|
|
22049
22067
|
"filename": "Overview.html"
|
|
22050
22068
|
},
|
|
22051
22069
|
"nightly": {
|
|
22052
|
-
"url": "https://w3c.github.io/window-
|
|
22070
|
+
"url": "https://w3c.github.io/window-management/",
|
|
22053
22071
|
"status": "Editor's Draft",
|
|
22054
22072
|
"alternateUrls": [],
|
|
22055
|
-
"repository": "https://github.com/w3c/window-
|
|
22073
|
+
"repository": "https://github.com/w3c/window-management",
|
|
22056
22074
|
"sourcePath": "index.bs",
|
|
22057
22075
|
"filename": "index.html"
|
|
22058
22076
|
},
|
|
22059
|
-
"title": "
|
|
22077
|
+
"title": "Window Management",
|
|
22060
22078
|
"source": "w3c",
|
|
22061
|
-
"shortTitle": "
|
|
22079
|
+
"shortTitle": "Window Management",
|
|
22062
22080
|
"categories": [
|
|
22063
22081
|
"browser"
|
|
22064
22082
|
],
|
|
22065
|
-
"standing": "good"
|
|
22066
|
-
"tests": {
|
|
22067
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
22068
|
-
"testPaths": [
|
|
22069
|
-
"window-placement"
|
|
22070
|
-
]
|
|
22071
|
-
}
|
|
22083
|
+
"standing": "good"
|
|
22072
22084
|
},
|
|
22073
22085
|
{
|
|
22074
22086
|
"url": "https://www.w3.org/TR/WOFF/",
|
package/package.json
CHANGED