browser-specs 4.14.0 → 4.16.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 +213 -49
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -1406,6 +1406,51 @@
|
|
|
1406
1406
|
]
|
|
1407
1407
|
}
|
|
1408
1408
|
},
|
|
1409
|
+
{
|
|
1410
|
+
"url": "https://drafts.csswg.org/selectors-5/",
|
|
1411
|
+
"seriesComposition": "delta",
|
|
1412
|
+
"shortname": "selectors-5",
|
|
1413
|
+
"series": {
|
|
1414
|
+
"shortname": "selectors",
|
|
1415
|
+
"currentSpecification": "selectors-4",
|
|
1416
|
+
"title": "Selectors",
|
|
1417
|
+
"shortTitle": "Selectors",
|
|
1418
|
+
"releaseUrl": "https://www.w3.org/TR/selectors/",
|
|
1419
|
+
"nightlyUrl": "https://drafts.csswg.org/selectors/"
|
|
1420
|
+
},
|
|
1421
|
+
"seriesVersion": "5",
|
|
1422
|
+
"seriesPrevious": "selectors-4",
|
|
1423
|
+
"organization": "W3C",
|
|
1424
|
+
"groups": [
|
|
1425
|
+
{
|
|
1426
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
1427
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
1430
|
+
"nightly": {
|
|
1431
|
+
"url": "https://drafts.csswg.org/selectors-5/",
|
|
1432
|
+
"status": "Editor's Draft",
|
|
1433
|
+
"alternateUrls": [
|
|
1434
|
+
"https://w3c.github.io/csswg-drafts/selectors-5/"
|
|
1435
|
+
],
|
|
1436
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
1437
|
+
"sourcePath": "selectors-5/Overview.bs",
|
|
1438
|
+
"filename": "index.html"
|
|
1439
|
+
},
|
|
1440
|
+
"title": "Selectors Level 5",
|
|
1441
|
+
"source": "spec",
|
|
1442
|
+
"shortTitle": "Selectors 5",
|
|
1443
|
+
"categories": [
|
|
1444
|
+
"browser"
|
|
1445
|
+
],
|
|
1446
|
+
"standing": "good",
|
|
1447
|
+
"tests": {
|
|
1448
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
1449
|
+
"testPaths": [
|
|
1450
|
+
"css/selectors"
|
|
1451
|
+
]
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1409
1454
|
{
|
|
1410
1455
|
"url": "https://drafts.fxtf.org/compositing-2/",
|
|
1411
1456
|
"seriesComposition": "full",
|
|
@@ -1546,8 +1591,8 @@
|
|
|
1546
1591
|
"organization": "W3C",
|
|
1547
1592
|
"groups": [
|
|
1548
1593
|
{
|
|
1549
|
-
"name": "
|
|
1550
|
-
"url": "https://www.w3.org/
|
|
1594
|
+
"name": "Federated Identity Working Group",
|
|
1595
|
+
"url": "https://www.w3.org/groups/wg/fedid/"
|
|
1551
1596
|
}
|
|
1552
1597
|
],
|
|
1553
1598
|
"nightly": {
|
|
@@ -4668,6 +4713,40 @@
|
|
|
4668
4713
|
],
|
|
4669
4714
|
"standing": "good"
|
|
4670
4715
|
},
|
|
4716
|
+
{
|
|
4717
|
+
"url": "https://tc39.es/proposal-canonical-tz/",
|
|
4718
|
+
"seriesComposition": "full",
|
|
4719
|
+
"shortname": "tc39-canonical-tz",
|
|
4720
|
+
"series": {
|
|
4721
|
+
"shortname": "tc39-canonical-tz",
|
|
4722
|
+
"currentSpecification": "tc39-canonical-tz",
|
|
4723
|
+
"title": "Time Zone Canonicalization proposal",
|
|
4724
|
+
"shortTitle": "Time Zone Canonicalization",
|
|
4725
|
+
"nightlyUrl": "https://tc39.es/proposal-canonical-tz/"
|
|
4726
|
+
},
|
|
4727
|
+
"organization": "Ecma International",
|
|
4728
|
+
"groups": [
|
|
4729
|
+
{
|
|
4730
|
+
"name": "TC39",
|
|
4731
|
+
"url": "https://tc39.es/"
|
|
4732
|
+
}
|
|
4733
|
+
],
|
|
4734
|
+
"nightly": {
|
|
4735
|
+
"url": "https://tc39.es/proposal-canonical-tz/",
|
|
4736
|
+
"status": "Editor's Draft",
|
|
4737
|
+
"alternateUrls": [],
|
|
4738
|
+
"repository": "https://github.com/tc39/proposal-canonical-tz",
|
|
4739
|
+
"sourcePath": "spec.html",
|
|
4740
|
+
"filename": "index.html"
|
|
4741
|
+
},
|
|
4742
|
+
"title": "Time Zone Canonicalization proposal",
|
|
4743
|
+
"source": "spec",
|
|
4744
|
+
"shortTitle": "Time Zone Canonicalization",
|
|
4745
|
+
"categories": [
|
|
4746
|
+
"browser"
|
|
4747
|
+
],
|
|
4748
|
+
"standing": "good"
|
|
4749
|
+
},
|
|
4671
4750
|
{
|
|
4672
4751
|
"url": "https://tc39.es/proposal-decorators/",
|
|
4673
4752
|
"seriesComposition": "full",
|
|
@@ -5075,6 +5154,40 @@
|
|
|
5075
5154
|
],
|
|
5076
5155
|
"standing": "good"
|
|
5077
5156
|
},
|
|
5157
|
+
{
|
|
5158
|
+
"url": "https://tc39.es/proposal-regex-escaping/",
|
|
5159
|
+
"seriesComposition": "full",
|
|
5160
|
+
"shortname": "tc39-regex-escaping",
|
|
5161
|
+
"series": {
|
|
5162
|
+
"shortname": "tc39-regex-escaping",
|
|
5163
|
+
"currentSpecification": "tc39-regex-escaping",
|
|
5164
|
+
"title": "RegExp.escape",
|
|
5165
|
+
"shortTitle": "RegExp.escape",
|
|
5166
|
+
"nightlyUrl": "https://tc39.es/proposal-regex-escaping/"
|
|
5167
|
+
},
|
|
5168
|
+
"organization": "Ecma International",
|
|
5169
|
+
"groups": [
|
|
5170
|
+
{
|
|
5171
|
+
"name": "TC39",
|
|
5172
|
+
"url": "https://tc39.es/"
|
|
5173
|
+
}
|
|
5174
|
+
],
|
|
5175
|
+
"nightly": {
|
|
5176
|
+
"url": "https://tc39.es/proposal-regex-escaping/",
|
|
5177
|
+
"status": "Editor's Draft",
|
|
5178
|
+
"alternateUrls": [],
|
|
5179
|
+
"repository": "https://github.com/tc39/proposal-regex-escaping",
|
|
5180
|
+
"sourcePath": "spec.emu",
|
|
5181
|
+
"filename": "index.html"
|
|
5182
|
+
},
|
|
5183
|
+
"title": "RegExp.escape",
|
|
5184
|
+
"source": "spec",
|
|
5185
|
+
"shortTitle": "RegExp.escape",
|
|
5186
|
+
"categories": [
|
|
5187
|
+
"browser"
|
|
5188
|
+
],
|
|
5189
|
+
"standing": "good"
|
|
5190
|
+
},
|
|
5078
5191
|
{
|
|
5079
5192
|
"url": "https://tc39.es/proposal-regexp-modifiers/",
|
|
5080
5193
|
"seriesComposition": "full",
|
|
@@ -5705,40 +5818,6 @@
|
|
|
5705
5818
|
],
|
|
5706
5819
|
"standing": "good"
|
|
5707
5820
|
},
|
|
5708
|
-
{
|
|
5709
|
-
"url": "https://w3c.github.io/PNG-spec/",
|
|
5710
|
-
"seriesComposition": "full",
|
|
5711
|
-
"shortname": "PNG-spec",
|
|
5712
|
-
"series": {
|
|
5713
|
-
"shortname": "PNG-spec",
|
|
5714
|
-
"currentSpecification": "PNG-spec",
|
|
5715
|
-
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
5716
|
-
"shortTitle": "PNG",
|
|
5717
|
-
"nightlyUrl": "https://w3c.github.io/PNG-spec/"
|
|
5718
|
-
},
|
|
5719
|
-
"nightly": {
|
|
5720
|
-
"url": "https://w3c.github.io/PNG-spec/",
|
|
5721
|
-
"status": "Editor's Draft",
|
|
5722
|
-
"alternateUrls": [],
|
|
5723
|
-
"repository": "https://github.com/w3c/PNG-spec",
|
|
5724
|
-
"sourcePath": "index.html",
|
|
5725
|
-
"filename": "index.html"
|
|
5726
|
-
},
|
|
5727
|
-
"organization": "W3C",
|
|
5728
|
-
"groups": [
|
|
5729
|
-
{
|
|
5730
|
-
"name": "Portable Network Graphics (PNG) Working Group",
|
|
5731
|
-
"url": "https://www.w3.org/groups/wg/png/"
|
|
5732
|
-
}
|
|
5733
|
-
],
|
|
5734
|
-
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
5735
|
-
"source": "spec",
|
|
5736
|
-
"shortTitle": "PNG",
|
|
5737
|
-
"categories": [
|
|
5738
|
-
"browser"
|
|
5739
|
-
],
|
|
5740
|
-
"standing": "good"
|
|
5741
|
-
},
|
|
5742
5821
|
{
|
|
5743
5822
|
"url": "https://w3c.github.io/reporting/network-reporting.html",
|
|
5744
5823
|
"seriesComposition": "full",
|
|
@@ -6254,6 +6333,43 @@
|
|
|
6254
6333
|
],
|
|
6255
6334
|
"standing": "good"
|
|
6256
6335
|
},
|
|
6336
|
+
{
|
|
6337
|
+
"url": "https://webassembly.github.io/js-string-builtins/js-api/",
|
|
6338
|
+
"seriesComposition": "fork",
|
|
6339
|
+
"shortname": "wasm-js-api-2-fork-js-string-builtins",
|
|
6340
|
+
"series": {
|
|
6341
|
+
"shortname": "wasm-js-api",
|
|
6342
|
+
"currentSpecification": "wasm-js-api-2",
|
|
6343
|
+
"title": "WebAssembly JavaScript Interface",
|
|
6344
|
+
"shortTitle": "WebAssembly JavaScript Interface",
|
|
6345
|
+
"releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
|
|
6346
|
+
"nightlyUrl": "https://webassembly.github.io/spec/js-api/"
|
|
6347
|
+
},
|
|
6348
|
+
"seriesVersion": "2",
|
|
6349
|
+
"forkOf": "wasm-js-api-2",
|
|
6350
|
+
"title": "WebAssembly JavaScript Interface: JS String Builtins",
|
|
6351
|
+
"organization": "W3C",
|
|
6352
|
+
"groups": [
|
|
6353
|
+
{
|
|
6354
|
+
"name": "WebAssembly Community Group",
|
|
6355
|
+
"url": "https://www.w3.org/community/webassembly/"
|
|
6356
|
+
}
|
|
6357
|
+
],
|
|
6358
|
+
"nightly": {
|
|
6359
|
+
"url": "https://webassembly.github.io/js-string-builtins/js-api/",
|
|
6360
|
+
"status": "Editor's Draft",
|
|
6361
|
+
"alternateUrls": [],
|
|
6362
|
+
"repository": "https://github.com/WebAssembly/js-string-builtins",
|
|
6363
|
+
"sourcePath": "document/js-api/index.bs",
|
|
6364
|
+
"filename": "index.html"
|
|
6365
|
+
},
|
|
6366
|
+
"source": "spec",
|
|
6367
|
+
"shortTitle": "WebAssembly JavaScript Interface: JS String Builtins",
|
|
6368
|
+
"categories": [
|
|
6369
|
+
"browser"
|
|
6370
|
+
],
|
|
6371
|
+
"standing": "good"
|
|
6372
|
+
},
|
|
6257
6373
|
{
|
|
6258
6374
|
"url": "https://webassembly.github.io/js-types/js-api/",
|
|
6259
6375
|
"seriesComposition": "fork",
|
|
@@ -12651,7 +12767,7 @@
|
|
|
12651
12767
|
],
|
|
12652
12768
|
"release": {
|
|
12653
12769
|
"url": "https://www.w3.org/TR/css-conditional-3/",
|
|
12654
|
-
"status": "Candidate Recommendation
|
|
12770
|
+
"status": "Candidate Recommendation Draft",
|
|
12655
12771
|
"filename": "Overview.html"
|
|
12656
12772
|
},
|
|
12657
12773
|
"nightly": {
|
|
@@ -16206,7 +16322,7 @@
|
|
|
16206
16322
|
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
16207
16323
|
],
|
|
16208
16324
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
16209
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
16325
|
+
"sourcePath": "css-viewport-1/Overview.bs",
|
|
16210
16326
|
"filename": "index.html"
|
|
16211
16327
|
},
|
|
16212
16328
|
"formerNames": [
|
|
@@ -17246,7 +17362,7 @@
|
|
|
17246
17362
|
],
|
|
17247
17363
|
"release": {
|
|
17248
17364
|
"url": "https://www.w3.org/TR/encrypted-media-2/",
|
|
17249
|
-
"status": "
|
|
17365
|
+
"status": "Working Draft",
|
|
17250
17366
|
"filename": "Overview.html"
|
|
17251
17367
|
},
|
|
17252
17368
|
"title": "Encrypted Media Extensions",
|
|
@@ -19876,18 +19992,20 @@
|
|
|
19876
19992
|
"standing": "good"
|
|
19877
19993
|
},
|
|
19878
19994
|
{
|
|
19879
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
19995
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
19880
19996
|
"seriesComposition": "full",
|
|
19881
|
-
"shortname": "payment-request
|
|
19997
|
+
"shortname": "payment-request",
|
|
19882
19998
|
"series": {
|
|
19883
19999
|
"shortname": "payment-request",
|
|
19884
|
-
"currentSpecification": "payment-request
|
|
20000
|
+
"currentSpecification": "payment-request",
|
|
19885
20001
|
"title": "Payment Request API",
|
|
19886
20002
|
"shortTitle": "Payment Request API",
|
|
19887
20003
|
"releaseUrl": "https://www.w3.org/TR/payment-request/",
|
|
19888
20004
|
"nightlyUrl": "https://w3c.github.io/payment-request/"
|
|
19889
20005
|
},
|
|
19890
|
-
"
|
|
20006
|
+
"formerNames": [
|
|
20007
|
+
"payment-request-1.1"
|
|
20008
|
+
],
|
|
19891
20009
|
"organization": "W3C",
|
|
19892
20010
|
"groups": [
|
|
19893
20011
|
{
|
|
@@ -19896,8 +20014,8 @@
|
|
|
19896
20014
|
}
|
|
19897
20015
|
],
|
|
19898
20016
|
"release": {
|
|
19899
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
19900
|
-
"status": "
|
|
20017
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
20018
|
+
"status": "Candidate Recommendation Draft",
|
|
19901
20019
|
"filename": "Overview.html"
|
|
19902
20020
|
},
|
|
19903
20021
|
"nightly": {
|
|
@@ -19908,9 +20026,9 @@
|
|
|
19908
20026
|
"sourcePath": "index.html",
|
|
19909
20027
|
"filename": "index.html"
|
|
19910
20028
|
},
|
|
19911
|
-
"title": "Payment Request API
|
|
20029
|
+
"title": "Payment Request API",
|
|
19912
20030
|
"source": "w3c",
|
|
19913
|
-
"shortTitle": "Payment Request API
|
|
20031
|
+
"shortTitle": "Payment Request API",
|
|
19914
20032
|
"categories": [
|
|
19915
20033
|
"browser"
|
|
19916
20034
|
],
|
|
@@ -20107,6 +20225,50 @@
|
|
|
20107
20225
|
]
|
|
20108
20226
|
}
|
|
20109
20227
|
},
|
|
20228
|
+
{
|
|
20229
|
+
"url": "https://www.w3.org/TR/png-3/",
|
|
20230
|
+
"seriesComposition": "full",
|
|
20231
|
+
"shortname": "png-3",
|
|
20232
|
+
"series": {
|
|
20233
|
+
"shortname": "png",
|
|
20234
|
+
"currentSpecification": "png-3",
|
|
20235
|
+
"title": "Portable Network Graphics (PNG)",
|
|
20236
|
+
"shortTitle": "PNG",
|
|
20237
|
+
"releaseUrl": "https://www.w3.org/TR/png/",
|
|
20238
|
+
"nightlyUrl": "https://w3c.github.io/png/"
|
|
20239
|
+
},
|
|
20240
|
+
"seriesVersion": "3",
|
|
20241
|
+
"formerNames": [
|
|
20242
|
+
"PNG-spec"
|
|
20243
|
+
],
|
|
20244
|
+
"organization": "W3C",
|
|
20245
|
+
"groups": [
|
|
20246
|
+
{
|
|
20247
|
+
"name": "Portable Network Graphics (PNG) Working Group",
|
|
20248
|
+
"url": "https://www.w3.org/groups/wg/png/"
|
|
20249
|
+
}
|
|
20250
|
+
],
|
|
20251
|
+
"release": {
|
|
20252
|
+
"url": "https://www.w3.org/TR/png-3/",
|
|
20253
|
+
"status": "Candidate Recommendation Draft",
|
|
20254
|
+
"filename": "Overview.html"
|
|
20255
|
+
},
|
|
20256
|
+
"nightly": {
|
|
20257
|
+
"url": "https://w3c.github.io/png/",
|
|
20258
|
+
"status": "Editor's Draft",
|
|
20259
|
+
"alternateUrls": [],
|
|
20260
|
+
"repository": "https://github.com/w3c/png",
|
|
20261
|
+
"sourcePath": "index.html",
|
|
20262
|
+
"filename": "index.html"
|
|
20263
|
+
},
|
|
20264
|
+
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
20265
|
+
"source": "w3c",
|
|
20266
|
+
"shortTitle": "PNG",
|
|
20267
|
+
"categories": [
|
|
20268
|
+
"browser"
|
|
20269
|
+
],
|
|
20270
|
+
"standing": "good"
|
|
20271
|
+
},
|
|
20110
20272
|
{
|
|
20111
20273
|
"url": "https://www.w3.org/TR/pointerevents3/",
|
|
20112
20274
|
"seriesComposition": "full",
|
|
@@ -21014,6 +21176,7 @@
|
|
|
21014
21176
|
},
|
|
21015
21177
|
"seriesVersion": "4",
|
|
21016
21178
|
"seriesPrevious": "selectors-3",
|
|
21179
|
+
"seriesNext": "selectors-5",
|
|
21017
21180
|
"organization": "W3C",
|
|
21018
21181
|
"groups": [
|
|
21019
21182
|
{
|
|
@@ -22161,6 +22324,7 @@
|
|
|
22161
22324
|
"wasm-js-api-2-fork-esm-integration",
|
|
22162
22325
|
"wasm-js-api-2-fork-exception-handling",
|
|
22163
22326
|
"wasm-js-api-2-fork-js-promise-integration",
|
|
22327
|
+
"wasm-js-api-2-fork-js-string-builtins",
|
|
22164
22328
|
"wasm-js-api-2-fork-js-types",
|
|
22165
22329
|
"wasm-js-api-2-fork-threads"
|
|
22166
22330
|
],
|
|
@@ -23292,7 +23456,7 @@
|
|
|
23292
23456
|
"groups": [
|
|
23293
23457
|
{
|
|
23294
23458
|
"name": "GPU for the Web Working Group",
|
|
23295
|
-
"url": "https://www.w3.org/
|
|
23459
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
23296
23460
|
}
|
|
23297
23461
|
],
|
|
23298
23462
|
"release": {
|
|
@@ -24214,7 +24378,7 @@
|
|
|
24214
24378
|
"groups": [
|
|
24215
24379
|
{
|
|
24216
24380
|
"name": "GPU for the Web Working Group",
|
|
24217
|
-
"url": "https://www.w3.org/
|
|
24381
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
24218
24382
|
}
|
|
24219
24383
|
],
|
|
24220
24384
|
"release": {
|
package/package.json
CHANGED