web-specs 3.9.1 → 3.10.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 +106 -35
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -294,9 +294,9 @@
|
|
|
294
294
|
"series": {
|
|
295
295
|
"shortname": "compression",
|
|
296
296
|
"currentSpecification": "compression",
|
|
297
|
-
"title": "Compression
|
|
298
|
-
"shortTitle": "Compression
|
|
299
|
-
"nightlyUrl": "https://
|
|
297
|
+
"title": "Compression Standard",
|
|
298
|
+
"shortTitle": "Compression",
|
|
299
|
+
"nightlyUrl": "https://compression.spec.whatwg.org/"
|
|
300
300
|
},
|
|
301
301
|
"organization": "WHATWG",
|
|
302
302
|
"groups": [
|
|
@@ -306,26 +306,20 @@
|
|
|
306
306
|
}
|
|
307
307
|
],
|
|
308
308
|
"nightly": {
|
|
309
|
-
"url": "https://
|
|
310
|
-
"status": "
|
|
309
|
+
"url": "https://compression.spec.whatwg.org/",
|
|
310
|
+
"status": "Living Standard",
|
|
311
311
|
"alternateUrls": [],
|
|
312
|
-
"repository": "https://github.com/
|
|
312
|
+
"repository": "https://github.com/whatwg/compression",
|
|
313
313
|
"sourcePath": "index.bs",
|
|
314
314
|
"filename": "index.html"
|
|
315
315
|
},
|
|
316
|
-
"title": "Compression
|
|
316
|
+
"title": "Compression Standard",
|
|
317
317
|
"source": "specref",
|
|
318
|
-
"shortTitle": "Compression
|
|
318
|
+
"shortTitle": "Compression",
|
|
319
319
|
"categories": [
|
|
320
320
|
"browser"
|
|
321
321
|
],
|
|
322
|
-
"standing": "good"
|
|
323
|
-
"tests": {
|
|
324
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
325
|
-
"testPaths": [
|
|
326
|
-
"compression"
|
|
327
|
-
]
|
|
328
|
-
}
|
|
322
|
+
"standing": "good"
|
|
329
323
|
},
|
|
330
324
|
{
|
|
331
325
|
"url": "https://console.spec.whatwg.org/",
|
|
@@ -1256,6 +1250,51 @@
|
|
|
1256
1250
|
]
|
|
1257
1251
|
}
|
|
1258
1252
|
},
|
|
1253
|
+
{
|
|
1254
|
+
"url": "https://drafts.csswg.org/css-overflow-5/",
|
|
1255
|
+
"seriesComposition": "full",
|
|
1256
|
+
"shortname": "css-overflow-5",
|
|
1257
|
+
"series": {
|
|
1258
|
+
"shortname": "css-overflow",
|
|
1259
|
+
"currentSpecification": "css-overflow-3",
|
|
1260
|
+
"title": "CSS Overflow",
|
|
1261
|
+
"shortTitle": "CSS Overflow",
|
|
1262
|
+
"releaseUrl": "https://www.w3.org/TR/css-overflow/",
|
|
1263
|
+
"nightlyUrl": "https://drafts.csswg.org/css-overflow/"
|
|
1264
|
+
},
|
|
1265
|
+
"seriesVersion": "5",
|
|
1266
|
+
"seriesPrevious": "css-overflow-4",
|
|
1267
|
+
"organization": "W3C",
|
|
1268
|
+
"groups": [
|
|
1269
|
+
{
|
|
1270
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
1271
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"nightly": {
|
|
1275
|
+
"url": "https://drafts.csswg.org/css-overflow-5/",
|
|
1276
|
+
"status": "Editor's Draft",
|
|
1277
|
+
"alternateUrls": [
|
|
1278
|
+
"https://w3c.github.io/csswg-drafts/css-overflow-5/"
|
|
1279
|
+
],
|
|
1280
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
1281
|
+
"sourcePath": "css-overflow-5/Overview.bs",
|
|
1282
|
+
"filename": "index.html"
|
|
1283
|
+
},
|
|
1284
|
+
"title": "CSS Overflow Module Level 5",
|
|
1285
|
+
"source": "spec",
|
|
1286
|
+
"shortTitle": "CSS Overflow 5",
|
|
1287
|
+
"categories": [
|
|
1288
|
+
"browser"
|
|
1289
|
+
],
|
|
1290
|
+
"standing": "good",
|
|
1291
|
+
"tests": {
|
|
1292
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
1293
|
+
"testPaths": [
|
|
1294
|
+
"css/css-overflow"
|
|
1295
|
+
]
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1259
1298
|
{
|
|
1260
1299
|
"url": "https://drafts.csswg.org/css-page-4/",
|
|
1261
1300
|
"seriesComposition": "delta",
|
|
@@ -5669,6 +5708,40 @@
|
|
|
5669
5708
|
],
|
|
5670
5709
|
"standing": "good"
|
|
5671
5710
|
},
|
|
5711
|
+
{
|
|
5712
|
+
"url": "https://tc39.es/proposal-promise-try/",
|
|
5713
|
+
"seriesComposition": "full",
|
|
5714
|
+
"shortname": "tc39-promise-try",
|
|
5715
|
+
"series": {
|
|
5716
|
+
"shortname": "tc39-promise-try",
|
|
5717
|
+
"currentSpecification": "tc39-promise-try",
|
|
5718
|
+
"title": "Promise.try",
|
|
5719
|
+
"shortTitle": "Promise.try",
|
|
5720
|
+
"nightlyUrl": "https://tc39.es/proposal-promise-try/"
|
|
5721
|
+
},
|
|
5722
|
+
"organization": "Ecma International",
|
|
5723
|
+
"groups": [
|
|
5724
|
+
{
|
|
5725
|
+
"name": "TC39",
|
|
5726
|
+
"url": "https://tc39.es/"
|
|
5727
|
+
}
|
|
5728
|
+
],
|
|
5729
|
+
"nightly": {
|
|
5730
|
+
"url": "https://tc39.es/proposal-promise-try/",
|
|
5731
|
+
"status": "Editor's Draft",
|
|
5732
|
+
"alternateUrls": [],
|
|
5733
|
+
"repository": "https://github.com/tc39/proposal-promise-try",
|
|
5734
|
+
"sourcePath": "spec.emu",
|
|
5735
|
+
"filename": "index.html"
|
|
5736
|
+
},
|
|
5737
|
+
"title": "Promise.try",
|
|
5738
|
+
"source": "spec",
|
|
5739
|
+
"shortTitle": "Promise.try",
|
|
5740
|
+
"categories": [
|
|
5741
|
+
"browser"
|
|
5742
|
+
],
|
|
5743
|
+
"standing": "good"
|
|
5744
|
+
},
|
|
5672
5745
|
{
|
|
5673
5746
|
"url": "https://tc39.es/proposal-promise-with-resolvers/",
|
|
5674
5747
|
"seriesComposition": "full",
|
|
@@ -8001,7 +8074,7 @@
|
|
|
8001
8074
|
"series": {
|
|
8002
8075
|
"shortname": "document-picture-in-picture",
|
|
8003
8076
|
"currentSpecification": "document-picture-in-picture",
|
|
8004
|
-
"title": "Document Picture-in-Picture
|
|
8077
|
+
"title": "Document Picture-in-Picture",
|
|
8005
8078
|
"shortTitle": "Document Picture-in-Picture",
|
|
8006
8079
|
"nightlyUrl": "https://wicg.github.io/document-picture-in-picture/"
|
|
8007
8080
|
},
|
|
@@ -8020,8 +8093,8 @@
|
|
|
8020
8093
|
"sourcePath": "spec.bs",
|
|
8021
8094
|
"filename": "index.html"
|
|
8022
8095
|
},
|
|
8023
|
-
"title": "Document Picture-in-Picture
|
|
8024
|
-
"source": "
|
|
8096
|
+
"title": "Document Picture-in-Picture",
|
|
8097
|
+
"source": "specref",
|
|
8025
8098
|
"shortTitle": "Document Picture-in-Picture",
|
|
8026
8099
|
"categories": [
|
|
8027
8100
|
"browser"
|
|
@@ -12469,7 +12542,7 @@
|
|
|
12469
12542
|
],
|
|
12470
12543
|
"release": {
|
|
12471
12544
|
"url": "https://www.w3.org/TR/change-password-url/",
|
|
12472
|
-
"status": "
|
|
12545
|
+
"status": "Working Draft",
|
|
12473
12546
|
"filename": "Overview.html"
|
|
12474
12547
|
},
|
|
12475
12548
|
"nightly": {
|
|
@@ -15439,6 +15512,7 @@
|
|
|
15439
15512
|
},
|
|
15440
15513
|
"seriesVersion": "4",
|
|
15441
15514
|
"seriesPrevious": "css-overflow-3",
|
|
15515
|
+
"seriesNext": "css-overflow-5",
|
|
15442
15516
|
"organization": "W3C",
|
|
15443
15517
|
"groups": [
|
|
15444
15518
|
{
|
|
@@ -17719,7 +17793,6 @@
|
|
|
17719
17793
|
"https://w3c.github.io/csswg-drafts/css2/"
|
|
17720
17794
|
],
|
|
17721
17795
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
17722
|
-
"pages": [],
|
|
17723
17796
|
"filename": "index.html"
|
|
17724
17797
|
},
|
|
17725
17798
|
"seriesPrevious": "CSS2",
|
|
@@ -18777,16 +18850,20 @@
|
|
|
18777
18850
|
"series": {
|
|
18778
18851
|
"shortname": "geolocation",
|
|
18779
18852
|
"currentSpecification": "geolocation",
|
|
18780
|
-
"title": "Geolocation
|
|
18781
|
-
"shortTitle": "Geolocation
|
|
18853
|
+
"title": "Geolocation",
|
|
18854
|
+
"shortTitle": "Geolocation",
|
|
18782
18855
|
"releaseUrl": "https://www.w3.org/TR/geolocation/",
|
|
18783
|
-
"nightlyUrl": "https://w3c.github.io/geolocation
|
|
18856
|
+
"nightlyUrl": "https://w3c.github.io/geolocation/"
|
|
18784
18857
|
},
|
|
18785
18858
|
"organization": "W3C",
|
|
18786
18859
|
"groups": [
|
|
18787
18860
|
{
|
|
18788
18861
|
"name": "Devices and Sensors Working Group",
|
|
18789
18862
|
"url": "https://www.w3.org/das/"
|
|
18863
|
+
},
|
|
18864
|
+
{
|
|
18865
|
+
"name": "Web Applications Working Group",
|
|
18866
|
+
"url": "https://www.w3.org/groups/wg/webapps/"
|
|
18790
18867
|
}
|
|
18791
18868
|
],
|
|
18792
18869
|
"release": {
|
|
@@ -18795,26 +18872,20 @@
|
|
|
18795
18872
|
"filename": "Overview.html"
|
|
18796
18873
|
},
|
|
18797
18874
|
"nightly": {
|
|
18798
|
-
"url": "https://w3c.github.io/geolocation
|
|
18875
|
+
"url": "https://w3c.github.io/geolocation/",
|
|
18799
18876
|
"status": "Editor's Draft",
|
|
18800
18877
|
"alternateUrls": [],
|
|
18801
|
-
"repository": "https://github.com/w3c/geolocation
|
|
18878
|
+
"repository": "https://github.com/w3c/geolocation",
|
|
18802
18879
|
"sourcePath": "index.html",
|
|
18803
18880
|
"filename": "index.html"
|
|
18804
18881
|
},
|
|
18805
|
-
"title": "Geolocation
|
|
18882
|
+
"title": "Geolocation",
|
|
18806
18883
|
"source": "w3c",
|
|
18807
|
-
"shortTitle": "Geolocation
|
|
18884
|
+
"shortTitle": "Geolocation",
|
|
18808
18885
|
"categories": [
|
|
18809
18886
|
"browser"
|
|
18810
18887
|
],
|
|
18811
|
-
"standing": "good"
|
|
18812
|
-
"tests": {
|
|
18813
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
18814
|
-
"testPaths": [
|
|
18815
|
-
"geolocation-API"
|
|
18816
|
-
]
|
|
18817
|
-
}
|
|
18888
|
+
"standing": "good"
|
|
18818
18889
|
},
|
|
18819
18890
|
{
|
|
18820
18891
|
"url": "https://www.w3.org/TR/geometry-1/",
|
|
@@ -24040,7 +24111,7 @@
|
|
|
24040
24111
|
},
|
|
24041
24112
|
"release": {
|
|
24042
24113
|
"url": "https://www.w3.org/TR/trusted-types/",
|
|
24043
|
-
"status": "
|
|
24114
|
+
"status": "Working Draft",
|
|
24044
24115
|
"filename": "index.html"
|
|
24045
24116
|
},
|
|
24046
24117
|
"organization": "W3C",
|