web-specs 3.9.1 → 3.11.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 +140 -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"
|
|
@@ -8336,6 +8409,40 @@
|
|
|
8336
8409
|
]
|
|
8337
8410
|
}
|
|
8338
8411
|
},
|
|
8412
|
+
{
|
|
8413
|
+
"url": "https://wicg.github.io/handwriting-recognition/",
|
|
8414
|
+
"seriesComposition": "full",
|
|
8415
|
+
"shortname": "handwriting-recognition",
|
|
8416
|
+
"series": {
|
|
8417
|
+
"shortname": "handwriting-recognition",
|
|
8418
|
+
"currentSpecification": "handwriting-recognition",
|
|
8419
|
+
"title": "Handwriting Recognition API",
|
|
8420
|
+
"shortTitle": "Handwriting Recognition API",
|
|
8421
|
+
"nightlyUrl": "https://wicg.github.io/handwriting-recognition/"
|
|
8422
|
+
},
|
|
8423
|
+
"organization": "W3C",
|
|
8424
|
+
"groups": [
|
|
8425
|
+
{
|
|
8426
|
+
"name": "Web Platform Incubator Community Group",
|
|
8427
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
8428
|
+
}
|
|
8429
|
+
],
|
|
8430
|
+
"nightly": {
|
|
8431
|
+
"url": "https://wicg.github.io/handwriting-recognition/",
|
|
8432
|
+
"status": "Draft Community Group Report",
|
|
8433
|
+
"alternateUrls": [],
|
|
8434
|
+
"repository": "https://github.com/WICG/handwriting-recognition",
|
|
8435
|
+
"sourcePath": "spec.bs",
|
|
8436
|
+
"filename": "index.html"
|
|
8437
|
+
},
|
|
8438
|
+
"title": "Handwriting Recognition API",
|
|
8439
|
+
"source": "spec",
|
|
8440
|
+
"shortTitle": "Handwriting Recognition API",
|
|
8441
|
+
"categories": [
|
|
8442
|
+
"browser"
|
|
8443
|
+
],
|
|
8444
|
+
"standing": "good"
|
|
8445
|
+
},
|
|
8339
8446
|
{
|
|
8340
8447
|
"url": "https://wicg.github.io/idle-detection/",
|
|
8341
8448
|
"seriesComposition": "full",
|
|
@@ -12469,7 +12576,7 @@
|
|
|
12469
12576
|
],
|
|
12470
12577
|
"release": {
|
|
12471
12578
|
"url": "https://www.w3.org/TR/change-password-url/",
|
|
12472
|
-
"status": "
|
|
12579
|
+
"status": "Working Draft",
|
|
12473
12580
|
"filename": "Overview.html"
|
|
12474
12581
|
},
|
|
12475
12582
|
"nightly": {
|
|
@@ -15439,6 +15546,7 @@
|
|
|
15439
15546
|
},
|
|
15440
15547
|
"seriesVersion": "4",
|
|
15441
15548
|
"seriesPrevious": "css-overflow-3",
|
|
15549
|
+
"seriesNext": "css-overflow-5",
|
|
15442
15550
|
"organization": "W3C",
|
|
15443
15551
|
"groups": [
|
|
15444
15552
|
{
|
|
@@ -17719,7 +17827,6 @@
|
|
|
17719
17827
|
"https://w3c.github.io/csswg-drafts/css2/"
|
|
17720
17828
|
],
|
|
17721
17829
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
17722
|
-
"pages": [],
|
|
17723
17830
|
"filename": "index.html"
|
|
17724
17831
|
},
|
|
17725
17832
|
"seriesPrevious": "CSS2",
|
|
@@ -18777,16 +18884,20 @@
|
|
|
18777
18884
|
"series": {
|
|
18778
18885
|
"shortname": "geolocation",
|
|
18779
18886
|
"currentSpecification": "geolocation",
|
|
18780
|
-
"title": "Geolocation
|
|
18781
|
-
"shortTitle": "Geolocation
|
|
18887
|
+
"title": "Geolocation",
|
|
18888
|
+
"shortTitle": "Geolocation",
|
|
18782
18889
|
"releaseUrl": "https://www.w3.org/TR/geolocation/",
|
|
18783
|
-
"nightlyUrl": "https://w3c.github.io/geolocation
|
|
18890
|
+
"nightlyUrl": "https://w3c.github.io/geolocation/"
|
|
18784
18891
|
},
|
|
18785
18892
|
"organization": "W3C",
|
|
18786
18893
|
"groups": [
|
|
18787
18894
|
{
|
|
18788
18895
|
"name": "Devices and Sensors Working Group",
|
|
18789
18896
|
"url": "https://www.w3.org/das/"
|
|
18897
|
+
},
|
|
18898
|
+
{
|
|
18899
|
+
"name": "Web Applications Working Group",
|
|
18900
|
+
"url": "https://www.w3.org/groups/wg/webapps/"
|
|
18790
18901
|
}
|
|
18791
18902
|
],
|
|
18792
18903
|
"release": {
|
|
@@ -18795,26 +18906,20 @@
|
|
|
18795
18906
|
"filename": "Overview.html"
|
|
18796
18907
|
},
|
|
18797
18908
|
"nightly": {
|
|
18798
|
-
"url": "https://w3c.github.io/geolocation
|
|
18909
|
+
"url": "https://w3c.github.io/geolocation/",
|
|
18799
18910
|
"status": "Editor's Draft",
|
|
18800
18911
|
"alternateUrls": [],
|
|
18801
|
-
"repository": "https://github.com/w3c/geolocation
|
|
18912
|
+
"repository": "https://github.com/w3c/geolocation",
|
|
18802
18913
|
"sourcePath": "index.html",
|
|
18803
18914
|
"filename": "index.html"
|
|
18804
18915
|
},
|
|
18805
|
-
"title": "Geolocation
|
|
18916
|
+
"title": "Geolocation",
|
|
18806
18917
|
"source": "w3c",
|
|
18807
|
-
"shortTitle": "Geolocation
|
|
18918
|
+
"shortTitle": "Geolocation",
|
|
18808
18919
|
"categories": [
|
|
18809
18920
|
"browser"
|
|
18810
18921
|
],
|
|
18811
|
-
"standing": "good"
|
|
18812
|
-
"tests": {
|
|
18813
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
18814
|
-
"testPaths": [
|
|
18815
|
-
"geolocation-API"
|
|
18816
|
-
]
|
|
18817
|
-
}
|
|
18922
|
+
"standing": "good"
|
|
18818
18923
|
},
|
|
18819
18924
|
{
|
|
18820
18925
|
"url": "https://www.w3.org/TR/geometry-1/",
|
|
@@ -24040,7 +24145,7 @@
|
|
|
24040
24145
|
},
|
|
24041
24146
|
"release": {
|
|
24042
24147
|
"url": "https://www.w3.org/TR/trusted-types/",
|
|
24043
|
-
"status": "
|
|
24148
|
+
"status": "Working Draft",
|
|
24044
24149
|
"filename": "index.html"
|
|
24045
24150
|
},
|
|
24046
24151
|
"organization": "W3C",
|