browser-specs 3.38.0 → 3.40.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 +156 -90
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -79,6 +79,40 @@
|
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"url": "https://datatracker.ietf.org/doc/html/draft-cutler-httpbis-partitioned-cookies",
|
|
84
|
+
"seriesComposition": "full",
|
|
85
|
+
"shortname": "partitioned-cookies",
|
|
86
|
+
"series": {
|
|
87
|
+
"shortname": "partitioned-cookies",
|
|
88
|
+
"currentSpecification": "partitioned-cookies",
|
|
89
|
+
"title": "Cookies Having Independent Partitioned State specification",
|
|
90
|
+
"shortTitle": "Cookies Having Independent Partitioned State specification",
|
|
91
|
+
"nightlyUrl": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html"
|
|
92
|
+
},
|
|
93
|
+
"organization": "IETF",
|
|
94
|
+
"groups": [
|
|
95
|
+
{
|
|
96
|
+
"name": "HTTP Working Group",
|
|
97
|
+
"url": "https://datatracker.ietf.org/wg/httpbis/"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"nightly": {
|
|
101
|
+
"url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html",
|
|
102
|
+
"status": "Editor's Draft",
|
|
103
|
+
"repository": "https://github.com/DCtheTall/CHIPS-spec",
|
|
104
|
+
"alternateUrls": [],
|
|
105
|
+
"sourcePath": "draft-cutler-httpbis-partitioned-cookies.md",
|
|
106
|
+
"filename": "draft-cutler-httpbis-partitioned-cookies.html"
|
|
107
|
+
},
|
|
108
|
+
"title": "Cookies Having Independent Partitioned State specification",
|
|
109
|
+
"source": "spec",
|
|
110
|
+
"shortTitle": "Cookies Having Independent Partitioned State specification",
|
|
111
|
+
"categories": [
|
|
112
|
+
"browser"
|
|
113
|
+
],
|
|
114
|
+
"standing": "good"
|
|
115
|
+
},
|
|
82
116
|
{
|
|
83
117
|
"url": "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability",
|
|
84
118
|
"seriesComposition": "full",
|
|
@@ -430,6 +464,51 @@
|
|
|
430
464
|
]
|
|
431
465
|
}
|
|
432
466
|
},
|
|
467
|
+
{
|
|
468
|
+
"url": "https://drafts.csswg.org/css-display-4/",
|
|
469
|
+
"seriesComposition": "full",
|
|
470
|
+
"shortname": "css-display-4",
|
|
471
|
+
"series": {
|
|
472
|
+
"shortname": "css-display",
|
|
473
|
+
"currentSpecification": "css-display-3",
|
|
474
|
+
"title": "CSS Display",
|
|
475
|
+
"shortTitle": "CSS Display",
|
|
476
|
+
"releaseUrl": "https://www.w3.org/TR/css-display/",
|
|
477
|
+
"nightlyUrl": "https://drafts.csswg.org/css-display/"
|
|
478
|
+
},
|
|
479
|
+
"seriesVersion": "4",
|
|
480
|
+
"seriesPrevious": "css-display-3",
|
|
481
|
+
"organization": "W3C",
|
|
482
|
+
"groups": [
|
|
483
|
+
{
|
|
484
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
485
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"nightly": {
|
|
489
|
+
"url": "https://drafts.csswg.org/css-display-4/",
|
|
490
|
+
"status": "Editor's Draft",
|
|
491
|
+
"alternateUrls": [
|
|
492
|
+
"https://w3c.github.io/csswg-drafts/css-display-4/"
|
|
493
|
+
],
|
|
494
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
495
|
+
"sourcePath": "css-display-4/Overview.bs",
|
|
496
|
+
"filename": "Overview.html"
|
|
497
|
+
},
|
|
498
|
+
"title": "CSS Display Module Level 4",
|
|
499
|
+
"source": "spec",
|
|
500
|
+
"shortTitle": "CSS Display 4",
|
|
501
|
+
"categories": [
|
|
502
|
+
"browser"
|
|
503
|
+
],
|
|
504
|
+
"standing": "good",
|
|
505
|
+
"tests": {
|
|
506
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
507
|
+
"testPaths": [
|
|
508
|
+
"css/css-display"
|
|
509
|
+
]
|
|
510
|
+
}
|
|
511
|
+
},
|
|
433
512
|
{
|
|
434
513
|
"url": "https://drafts.csswg.org/css-easing-2/",
|
|
435
514
|
"seriesComposition": "full",
|
|
@@ -1089,6 +1168,42 @@
|
|
|
1089
1168
|
]
|
|
1090
1169
|
}
|
|
1091
1170
|
},
|
|
1171
|
+
{
|
|
1172
|
+
"url": "https://drafts.csswg.org/css-viewport/",
|
|
1173
|
+
"seriesComposition": "full",
|
|
1174
|
+
"shortname": "css-viewport",
|
|
1175
|
+
"series": {
|
|
1176
|
+
"shortname": "css-viewport",
|
|
1177
|
+
"currentSpecification": "css-viewport",
|
|
1178
|
+
"title": "CSS Viewport",
|
|
1179
|
+
"shortTitle": "CSS Viewport",
|
|
1180
|
+
"nightlyUrl": "https://drafts.csswg.org/css-viewport/"
|
|
1181
|
+
},
|
|
1182
|
+
"organization": "W3C",
|
|
1183
|
+
"groups": [
|
|
1184
|
+
{
|
|
1185
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
1186
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"nightly": {
|
|
1190
|
+
"url": "https://drafts.csswg.org/css-viewport/",
|
|
1191
|
+
"status": "Editor's Draft",
|
|
1192
|
+
"alternateUrls": [
|
|
1193
|
+
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
1194
|
+
],
|
|
1195
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
1196
|
+
"sourcePath": "css-viewport/Overview.bs",
|
|
1197
|
+
"filename": "Overview.html"
|
|
1198
|
+
},
|
|
1199
|
+
"title": "CSS Viewport Module Level 1",
|
|
1200
|
+
"source": "spec",
|
|
1201
|
+
"shortTitle": "CSS Viewport 1",
|
|
1202
|
+
"categories": [
|
|
1203
|
+
"browser"
|
|
1204
|
+
],
|
|
1205
|
+
"standing": "good"
|
|
1206
|
+
},
|
|
1092
1207
|
{
|
|
1093
1208
|
"url": "https://drafts.csswg.org/web-animations-2/",
|
|
1094
1209
|
"seriesComposition": "delta",
|
|
@@ -6712,6 +6827,40 @@
|
|
|
6712
6827
|
],
|
|
6713
6828
|
"standing": "good"
|
|
6714
6829
|
},
|
|
6830
|
+
{
|
|
6831
|
+
"url": "https://wicg.github.io/local-network-access/",
|
|
6832
|
+
"seriesComposition": "full",
|
|
6833
|
+
"shortname": "local-network-access",
|
|
6834
|
+
"series": {
|
|
6835
|
+
"shortname": "local-network-access",
|
|
6836
|
+
"currentSpecification": "local-network-access",
|
|
6837
|
+
"title": "Private Network Access",
|
|
6838
|
+
"shortTitle": "Private Network Access",
|
|
6839
|
+
"nightlyUrl": "https://wicg.github.io/local-network-access/"
|
|
6840
|
+
},
|
|
6841
|
+
"organization": "W3C",
|
|
6842
|
+
"groups": [
|
|
6843
|
+
{
|
|
6844
|
+
"name": "Web Platform Incubator Community Group",
|
|
6845
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
6846
|
+
}
|
|
6847
|
+
],
|
|
6848
|
+
"nightly": {
|
|
6849
|
+
"url": "https://wicg.github.io/local-network-access/",
|
|
6850
|
+
"status": "Draft Community Group Report",
|
|
6851
|
+
"alternateUrls": [],
|
|
6852
|
+
"repository": "https://github.com/WICG/local-network-access",
|
|
6853
|
+
"sourcePath": "index.src.html",
|
|
6854
|
+
"filename": "index.html"
|
|
6855
|
+
},
|
|
6856
|
+
"title": "Private Network Access",
|
|
6857
|
+
"source": "spec",
|
|
6858
|
+
"shortTitle": "Private Network Access",
|
|
6859
|
+
"categories": [
|
|
6860
|
+
"browser"
|
|
6861
|
+
],
|
|
6862
|
+
"standing": "good"
|
|
6863
|
+
},
|
|
6715
6864
|
{
|
|
6716
6865
|
"url": "https://wicg.github.io/manifest-incubations/",
|
|
6717
6866
|
"seriesComposition": "full",
|
|
@@ -7311,46 +7460,6 @@
|
|
|
7311
7460
|
]
|
|
7312
7461
|
}
|
|
7313
7462
|
},
|
|
7314
|
-
{
|
|
7315
|
-
"url": "https://wicg.github.io/private-network-access/",
|
|
7316
|
-
"seriesComposition": "full",
|
|
7317
|
-
"shortname": "private-network-access",
|
|
7318
|
-
"series": {
|
|
7319
|
-
"shortname": "private-network-access",
|
|
7320
|
-
"currentSpecification": "private-network-access",
|
|
7321
|
-
"title": "Private Network Access",
|
|
7322
|
-
"shortTitle": "Private Network Access",
|
|
7323
|
-
"nightlyUrl": "https://wicg.github.io/private-network-access/"
|
|
7324
|
-
},
|
|
7325
|
-
"organization": "W3C",
|
|
7326
|
-
"groups": [
|
|
7327
|
-
{
|
|
7328
|
-
"name": "Web Platform Incubator Community Group",
|
|
7329
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
7330
|
-
}
|
|
7331
|
-
],
|
|
7332
|
-
"nightly": {
|
|
7333
|
-
"url": "https://wicg.github.io/private-network-access/",
|
|
7334
|
-
"status": "Draft Community Group Report",
|
|
7335
|
-
"alternateUrls": [],
|
|
7336
|
-
"repository": "https://github.com/WICG/private-network-access",
|
|
7337
|
-
"sourcePath": "index.src.html",
|
|
7338
|
-
"filename": "index.html"
|
|
7339
|
-
},
|
|
7340
|
-
"title": "Private Network Access",
|
|
7341
|
-
"source": "spec",
|
|
7342
|
-
"shortTitle": "Private Network Access",
|
|
7343
|
-
"categories": [
|
|
7344
|
-
"browser"
|
|
7345
|
-
],
|
|
7346
|
-
"standing": "good",
|
|
7347
|
-
"tests": {
|
|
7348
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
7349
|
-
"testPaths": [
|
|
7350
|
-
"fetch/private-network-access"
|
|
7351
|
-
]
|
|
7352
|
-
}
|
|
7353
|
-
},
|
|
7354
7463
|
{
|
|
7355
7464
|
"url": "https://wicg.github.io/responsive-image-client-hints/",
|
|
7356
7465
|
"seriesComposition": "full",
|
|
@@ -11361,50 +11470,6 @@
|
|
|
11361
11470
|
]
|
|
11362
11471
|
}
|
|
11363
11472
|
},
|
|
11364
|
-
{
|
|
11365
|
-
"url": "https://www.w3.org/TR/css-device-adapt-1/",
|
|
11366
|
-
"seriesComposition": "full",
|
|
11367
|
-
"shortname": "css-device-adapt-1",
|
|
11368
|
-
"series": {
|
|
11369
|
-
"shortname": "css-device-adapt",
|
|
11370
|
-
"currentSpecification": "css-device-adapt-1",
|
|
11371
|
-
"title": "CSS Device Adaptation",
|
|
11372
|
-
"shortTitle": "CSS Device Adaptation",
|
|
11373
|
-
"releaseUrl": "https://www.w3.org/TR/css-device-adapt/",
|
|
11374
|
-
"nightlyUrl": "https://drafts.csswg.org/css-viewport-1/"
|
|
11375
|
-
},
|
|
11376
|
-
"seriesVersion": "1",
|
|
11377
|
-
"nightly": {
|
|
11378
|
-
"url": "https://drafts.csswg.org/css-viewport-1/",
|
|
11379
|
-
"status": "Editor's Draft",
|
|
11380
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
11381
|
-
"alternateUrls": [
|
|
11382
|
-
"https://w3c.github.io/csswg-drafts/css-viewport-1/",
|
|
11383
|
-
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
11384
|
-
],
|
|
11385
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11386
|
-
"filename": "Overview.html"
|
|
11387
|
-
},
|
|
11388
|
-
"organization": "W3C",
|
|
11389
|
-
"groups": [
|
|
11390
|
-
{
|
|
11391
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
11392
|
-
"url": "https://www.w3.org/Style/CSS/"
|
|
11393
|
-
}
|
|
11394
|
-
],
|
|
11395
|
-
"release": {
|
|
11396
|
-
"url": "https://www.w3.org/TR/css-device-adapt-1/",
|
|
11397
|
-
"status": "Working Draft",
|
|
11398
|
-
"filename": "Overview.html"
|
|
11399
|
-
},
|
|
11400
|
-
"title": "CSS Device Adaptation Module Level 1",
|
|
11401
|
-
"source": "w3c",
|
|
11402
|
-
"shortTitle": "CSS Device Adaptation 1",
|
|
11403
|
-
"categories": [
|
|
11404
|
-
"browser"
|
|
11405
|
-
],
|
|
11406
|
-
"standing": "good"
|
|
11407
|
-
},
|
|
11408
11473
|
{
|
|
11409
11474
|
"url": "https://www.w3.org/TR/css-display-3/",
|
|
11410
11475
|
"seriesComposition": "full",
|
|
@@ -11418,6 +11483,7 @@
|
|
|
11418
11483
|
"nightlyUrl": "https://drafts.csswg.org/css-display/"
|
|
11419
11484
|
},
|
|
11420
11485
|
"seriesVersion": "3",
|
|
11486
|
+
"seriesNext": "css-display-4",
|
|
11421
11487
|
"organization": "W3C",
|
|
11422
11488
|
"groups": [
|
|
11423
11489
|
{
|
|
@@ -14577,11 +14643,11 @@
|
|
|
14577
14643
|
"shortname": "CSS21",
|
|
14578
14644
|
"series": {
|
|
14579
14645
|
"shortname": "CSS",
|
|
14580
|
-
"currentSpecification": "
|
|
14646
|
+
"currentSpecification": "CSS22",
|
|
14581
14647
|
"title": "Cascading Style Sheets",
|
|
14582
14648
|
"shortTitle": "Cascading Style Sheets",
|
|
14583
|
-
"releaseUrl": "https://www.w3.org/TR/
|
|
14584
|
-
"nightlyUrl": "https://drafts.csswg.org/
|
|
14649
|
+
"releaseUrl": "https://www.w3.org/TR/CSS/",
|
|
14650
|
+
"nightlyUrl": "https://drafts.csswg.org/css2/"
|
|
14585
14651
|
},
|
|
14586
14652
|
"seriesVersion": "2.1",
|
|
14587
14653
|
"nightly": {
|
|
@@ -14656,11 +14722,11 @@
|
|
|
14656
14722
|
"shortname": "CSS22",
|
|
14657
14723
|
"series": {
|
|
14658
14724
|
"shortname": "CSS",
|
|
14659
|
-
"currentSpecification": "
|
|
14725
|
+
"currentSpecification": "CSS22",
|
|
14660
14726
|
"title": "Cascading Style Sheets",
|
|
14661
14727
|
"shortTitle": "Cascading Style Sheets",
|
|
14662
|
-
"releaseUrl": "https://www.w3.org/TR/
|
|
14663
|
-
"nightlyUrl": "https://drafts.csswg.org/
|
|
14728
|
+
"releaseUrl": "https://www.w3.org/TR/CSS/",
|
|
14729
|
+
"nightlyUrl": "https://drafts.csswg.org/css2/"
|
|
14664
14730
|
},
|
|
14665
14731
|
"seriesVersion": "2.2",
|
|
14666
14732
|
"nightly": {
|
package/package.json
CHANGED