web-specs 3.15.0 → 3.17.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 +247 -49
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -1602,6 +1602,51 @@
|
|
|
1602
1602
|
]
|
|
1603
1603
|
}
|
|
1604
1604
|
},
|
|
1605
|
+
{
|
|
1606
|
+
"url": "https://drafts.csswg.org/selectors-5/",
|
|
1607
|
+
"seriesComposition": "delta",
|
|
1608
|
+
"shortname": "selectors-5",
|
|
1609
|
+
"series": {
|
|
1610
|
+
"shortname": "selectors",
|
|
1611
|
+
"currentSpecification": "selectors-4",
|
|
1612
|
+
"title": "Selectors",
|
|
1613
|
+
"shortTitle": "Selectors",
|
|
1614
|
+
"releaseUrl": "https://www.w3.org/TR/selectors/",
|
|
1615
|
+
"nightlyUrl": "https://drafts.csswg.org/selectors/"
|
|
1616
|
+
},
|
|
1617
|
+
"seriesVersion": "5",
|
|
1618
|
+
"seriesPrevious": "selectors-4",
|
|
1619
|
+
"organization": "W3C",
|
|
1620
|
+
"groups": [
|
|
1621
|
+
{
|
|
1622
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
1623
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
1624
|
+
}
|
|
1625
|
+
],
|
|
1626
|
+
"nightly": {
|
|
1627
|
+
"url": "https://drafts.csswg.org/selectors-5/",
|
|
1628
|
+
"status": "Editor's Draft",
|
|
1629
|
+
"alternateUrls": [
|
|
1630
|
+
"https://w3c.github.io/csswg-drafts/selectors-5/"
|
|
1631
|
+
],
|
|
1632
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
1633
|
+
"sourcePath": "selectors-5/Overview.bs",
|
|
1634
|
+
"filename": "index.html"
|
|
1635
|
+
},
|
|
1636
|
+
"title": "Selectors Level 5",
|
|
1637
|
+
"source": "spec",
|
|
1638
|
+
"shortTitle": "Selectors 5",
|
|
1639
|
+
"categories": [
|
|
1640
|
+
"browser"
|
|
1641
|
+
],
|
|
1642
|
+
"standing": "good",
|
|
1643
|
+
"tests": {
|
|
1644
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
1645
|
+
"testPaths": [
|
|
1646
|
+
"css/selectors"
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1605
1650
|
{
|
|
1606
1651
|
"url": "https://drafts.fxtf.org/compositing-2/",
|
|
1607
1652
|
"seriesComposition": "full",
|
|
@@ -1742,8 +1787,8 @@
|
|
|
1742
1787
|
"organization": "W3C",
|
|
1743
1788
|
"groups": [
|
|
1744
1789
|
{
|
|
1745
|
-
"name": "
|
|
1746
|
-
"url": "https://www.w3.org/
|
|
1790
|
+
"name": "Federated Identity Working Group",
|
|
1791
|
+
"url": "https://www.w3.org/groups/wg/fedid/"
|
|
1747
1792
|
}
|
|
1748
1793
|
],
|
|
1749
1794
|
"nightly": {
|
|
@@ -2364,6 +2409,40 @@
|
|
|
2364
2409
|
]
|
|
2365
2410
|
}
|
|
2366
2411
|
},
|
|
2412
|
+
{
|
|
2413
|
+
"url": "https://patcg-individual-drafts.github.io/private-aggregation-api/",
|
|
2414
|
+
"seriesComposition": "full",
|
|
2415
|
+
"shortname": "private-aggregation-api",
|
|
2416
|
+
"series": {
|
|
2417
|
+
"shortname": "private-aggregation-api",
|
|
2418
|
+
"currentSpecification": "private-aggregation-api",
|
|
2419
|
+
"title": "Private Aggregation API",
|
|
2420
|
+
"shortTitle": "Private Aggregation API",
|
|
2421
|
+
"nightlyUrl": "https://patcg-individual-drafts.github.io/private-aggregation-api/"
|
|
2422
|
+
},
|
|
2423
|
+
"groups": [
|
|
2424
|
+
{
|
|
2425
|
+
"name": "Private Advertising Technology Community Group",
|
|
2426
|
+
"url": "https://www.w3.org/community/patcg/"
|
|
2427
|
+
}
|
|
2428
|
+
],
|
|
2429
|
+
"standing": "pending",
|
|
2430
|
+
"organization": "W3C",
|
|
2431
|
+
"nightly": {
|
|
2432
|
+
"url": "https://patcg-individual-drafts.github.io/private-aggregation-api/",
|
|
2433
|
+
"status": "Unofficial Proposal Draft",
|
|
2434
|
+
"alternateUrls": [],
|
|
2435
|
+
"repository": "https://github.com/patcg-individual-drafts/private-aggregation-api",
|
|
2436
|
+
"sourcePath": "spec.bs",
|
|
2437
|
+
"filename": "index.html"
|
|
2438
|
+
},
|
|
2439
|
+
"title": "Private Aggregation API",
|
|
2440
|
+
"source": "spec",
|
|
2441
|
+
"shortTitle": "Private Aggregation API",
|
|
2442
|
+
"categories": [
|
|
2443
|
+
"browser"
|
|
2444
|
+
]
|
|
2445
|
+
},
|
|
2367
2446
|
{
|
|
2368
2447
|
"url": "https://patcg-individual-drafts.github.io/topics/",
|
|
2369
2448
|
"seriesComposition": "full",
|
|
@@ -5072,6 +5151,40 @@
|
|
|
5072
5151
|
"browser"
|
|
5073
5152
|
]
|
|
5074
5153
|
},
|
|
5154
|
+
{
|
|
5155
|
+
"url": "https://tc39.es/proposal-canonical-tz/",
|
|
5156
|
+
"seriesComposition": "full",
|
|
5157
|
+
"shortname": "tc39-canonical-tz",
|
|
5158
|
+
"series": {
|
|
5159
|
+
"shortname": "tc39-canonical-tz",
|
|
5160
|
+
"currentSpecification": "tc39-canonical-tz",
|
|
5161
|
+
"title": "Time Zone Canonicalization proposal",
|
|
5162
|
+
"shortTitle": "Time Zone Canonicalization",
|
|
5163
|
+
"nightlyUrl": "https://tc39.es/proposal-canonical-tz/"
|
|
5164
|
+
},
|
|
5165
|
+
"organization": "Ecma International",
|
|
5166
|
+
"groups": [
|
|
5167
|
+
{
|
|
5168
|
+
"name": "TC39",
|
|
5169
|
+
"url": "https://tc39.es/"
|
|
5170
|
+
}
|
|
5171
|
+
],
|
|
5172
|
+
"nightly": {
|
|
5173
|
+
"url": "https://tc39.es/proposal-canonical-tz/",
|
|
5174
|
+
"status": "Editor's Draft",
|
|
5175
|
+
"alternateUrls": [],
|
|
5176
|
+
"repository": "https://github.com/tc39/proposal-canonical-tz",
|
|
5177
|
+
"sourcePath": "spec.html",
|
|
5178
|
+
"filename": "index.html"
|
|
5179
|
+
},
|
|
5180
|
+
"title": "Time Zone Canonicalization proposal",
|
|
5181
|
+
"source": "spec",
|
|
5182
|
+
"shortTitle": "Time Zone Canonicalization",
|
|
5183
|
+
"categories": [
|
|
5184
|
+
"browser"
|
|
5185
|
+
],
|
|
5186
|
+
"standing": "good"
|
|
5187
|
+
},
|
|
5075
5188
|
{
|
|
5076
5189
|
"url": "https://tc39.es/proposal-change-array-by-copy/",
|
|
5077
5190
|
"seriesComposition": "full",
|
|
@@ -5775,6 +5888,40 @@
|
|
|
5775
5888
|
],
|
|
5776
5889
|
"standing": "good"
|
|
5777
5890
|
},
|
|
5891
|
+
{
|
|
5892
|
+
"url": "https://tc39.es/proposal-regex-escaping/",
|
|
5893
|
+
"seriesComposition": "full",
|
|
5894
|
+
"shortname": "tc39-regex-escaping",
|
|
5895
|
+
"series": {
|
|
5896
|
+
"shortname": "tc39-regex-escaping",
|
|
5897
|
+
"currentSpecification": "tc39-regex-escaping",
|
|
5898
|
+
"title": "RegExp.escape",
|
|
5899
|
+
"shortTitle": "RegExp.escape",
|
|
5900
|
+
"nightlyUrl": "https://tc39.es/proposal-regex-escaping/"
|
|
5901
|
+
},
|
|
5902
|
+
"organization": "Ecma International",
|
|
5903
|
+
"groups": [
|
|
5904
|
+
{
|
|
5905
|
+
"name": "TC39",
|
|
5906
|
+
"url": "https://tc39.es/"
|
|
5907
|
+
}
|
|
5908
|
+
],
|
|
5909
|
+
"nightly": {
|
|
5910
|
+
"url": "https://tc39.es/proposal-regex-escaping/",
|
|
5911
|
+
"status": "Editor's Draft",
|
|
5912
|
+
"alternateUrls": [],
|
|
5913
|
+
"repository": "https://github.com/tc39/proposal-regex-escaping",
|
|
5914
|
+
"sourcePath": "spec.emu",
|
|
5915
|
+
"filename": "index.html"
|
|
5916
|
+
},
|
|
5917
|
+
"title": "RegExp.escape",
|
|
5918
|
+
"source": "spec",
|
|
5919
|
+
"shortTitle": "RegExp.escape",
|
|
5920
|
+
"categories": [
|
|
5921
|
+
"browser"
|
|
5922
|
+
],
|
|
5923
|
+
"standing": "good"
|
|
5924
|
+
},
|
|
5778
5925
|
{
|
|
5779
5926
|
"url": "https://tc39.es/proposal-regexp-modifiers/",
|
|
5780
5927
|
"seriesComposition": "full",
|
|
@@ -6479,40 +6626,6 @@
|
|
|
6479
6626
|
],
|
|
6480
6627
|
"standing": "good"
|
|
6481
6628
|
},
|
|
6482
|
-
{
|
|
6483
|
-
"url": "https://w3c.github.io/PNG-spec/",
|
|
6484
|
-
"seriesComposition": "full",
|
|
6485
|
-
"shortname": "PNG-spec",
|
|
6486
|
-
"series": {
|
|
6487
|
-
"shortname": "PNG-spec",
|
|
6488
|
-
"currentSpecification": "PNG-spec",
|
|
6489
|
-
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
6490
|
-
"shortTitle": "PNG",
|
|
6491
|
-
"nightlyUrl": "https://w3c.github.io/PNG-spec/"
|
|
6492
|
-
},
|
|
6493
|
-
"nightly": {
|
|
6494
|
-
"url": "https://w3c.github.io/PNG-spec/",
|
|
6495
|
-
"status": "Editor's Draft",
|
|
6496
|
-
"alternateUrls": [],
|
|
6497
|
-
"repository": "https://github.com/w3c/PNG-spec",
|
|
6498
|
-
"sourcePath": "index.html",
|
|
6499
|
-
"filename": "index.html"
|
|
6500
|
-
},
|
|
6501
|
-
"organization": "W3C",
|
|
6502
|
-
"groups": [
|
|
6503
|
-
{
|
|
6504
|
-
"name": "Portable Network Graphics (PNG) Working Group",
|
|
6505
|
-
"url": "https://www.w3.org/groups/wg/png/"
|
|
6506
|
-
}
|
|
6507
|
-
],
|
|
6508
|
-
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
6509
|
-
"source": "spec",
|
|
6510
|
-
"shortTitle": "PNG",
|
|
6511
|
-
"categories": [
|
|
6512
|
-
"browser"
|
|
6513
|
-
],
|
|
6514
|
-
"standing": "good"
|
|
6515
|
-
},
|
|
6516
6629
|
{
|
|
6517
6630
|
"url": "https://w3c.github.io/reporting/network-reporting.html",
|
|
6518
6631
|
"seriesComposition": "full",
|
|
@@ -7061,6 +7174,43 @@
|
|
|
7061
7174
|
],
|
|
7062
7175
|
"standing": "good"
|
|
7063
7176
|
},
|
|
7177
|
+
{
|
|
7178
|
+
"url": "https://webassembly.github.io/js-string-builtins/js-api/",
|
|
7179
|
+
"seriesComposition": "fork",
|
|
7180
|
+
"shortname": "wasm-js-api-2-fork-js-string-builtins",
|
|
7181
|
+
"series": {
|
|
7182
|
+
"shortname": "wasm-js-api",
|
|
7183
|
+
"currentSpecification": "wasm-js-api-2",
|
|
7184
|
+
"title": "WebAssembly JavaScript Interface",
|
|
7185
|
+
"shortTitle": "WebAssembly JavaScript Interface",
|
|
7186
|
+
"releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
|
|
7187
|
+
"nightlyUrl": "https://webassembly.github.io/spec/js-api/"
|
|
7188
|
+
},
|
|
7189
|
+
"seriesVersion": "2",
|
|
7190
|
+
"forkOf": "wasm-js-api-2",
|
|
7191
|
+
"title": "WebAssembly JavaScript Interface: JS String Builtins",
|
|
7192
|
+
"organization": "W3C",
|
|
7193
|
+
"groups": [
|
|
7194
|
+
{
|
|
7195
|
+
"name": "WebAssembly Community Group",
|
|
7196
|
+
"url": "https://www.w3.org/community/webassembly/"
|
|
7197
|
+
}
|
|
7198
|
+
],
|
|
7199
|
+
"nightly": {
|
|
7200
|
+
"url": "https://webassembly.github.io/js-string-builtins/js-api/",
|
|
7201
|
+
"status": "Editor's Draft",
|
|
7202
|
+
"alternateUrls": [],
|
|
7203
|
+
"repository": "https://github.com/WebAssembly/js-string-builtins",
|
|
7204
|
+
"sourcePath": "document/js-api/index.bs",
|
|
7205
|
+
"filename": "index.html"
|
|
7206
|
+
},
|
|
7207
|
+
"source": "spec",
|
|
7208
|
+
"shortTitle": "WebAssembly JavaScript Interface: JS String Builtins",
|
|
7209
|
+
"categories": [
|
|
7210
|
+
"browser"
|
|
7211
|
+
],
|
|
7212
|
+
"standing": "good"
|
|
7213
|
+
},
|
|
7064
7214
|
{
|
|
7065
7215
|
"url": "https://webassembly.github.io/js-types/js-api/",
|
|
7066
7216
|
"seriesComposition": "fork",
|
|
@@ -14095,7 +14245,7 @@
|
|
|
14095
14245
|
],
|
|
14096
14246
|
"release": {
|
|
14097
14247
|
"url": "https://www.w3.org/TR/css-conditional-3/",
|
|
14098
|
-
"status": "Candidate Recommendation
|
|
14248
|
+
"status": "Candidate Recommendation Draft",
|
|
14099
14249
|
"filename": "Overview.html"
|
|
14100
14250
|
},
|
|
14101
14251
|
"nightly": {
|
|
@@ -17650,7 +17800,7 @@
|
|
|
17650
17800
|
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
17651
17801
|
],
|
|
17652
17802
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
17653
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
17803
|
+
"sourcePath": "css-viewport-1/Overview.bs",
|
|
17654
17804
|
"filename": "index.html"
|
|
17655
17805
|
},
|
|
17656
17806
|
"formerNames": [
|
|
@@ -18821,7 +18971,7 @@
|
|
|
18821
18971
|
],
|
|
18822
18972
|
"release": {
|
|
18823
18973
|
"url": "https://www.w3.org/TR/encrypted-media-2/",
|
|
18824
|
-
"status": "
|
|
18974
|
+
"status": "Working Draft",
|
|
18825
18975
|
"filename": "Overview.html"
|
|
18826
18976
|
},
|
|
18827
18977
|
"title": "Encrypted Media Extensions",
|
|
@@ -21917,18 +22067,20 @@
|
|
|
21917
22067
|
"standing": "good"
|
|
21918
22068
|
},
|
|
21919
22069
|
{
|
|
21920
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
22070
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
21921
22071
|
"seriesComposition": "full",
|
|
21922
|
-
"shortname": "payment-request
|
|
22072
|
+
"shortname": "payment-request",
|
|
21923
22073
|
"series": {
|
|
21924
22074
|
"shortname": "payment-request",
|
|
21925
|
-
"currentSpecification": "payment-request
|
|
22075
|
+
"currentSpecification": "payment-request",
|
|
21926
22076
|
"title": "Payment Request API",
|
|
21927
22077
|
"shortTitle": "Payment Request API",
|
|
21928
22078
|
"releaseUrl": "https://www.w3.org/TR/payment-request/",
|
|
21929
22079
|
"nightlyUrl": "https://w3c.github.io/payment-request/"
|
|
21930
22080
|
},
|
|
21931
|
-
"
|
|
22081
|
+
"formerNames": [
|
|
22082
|
+
"payment-request-1.1"
|
|
22083
|
+
],
|
|
21932
22084
|
"organization": "W3C",
|
|
21933
22085
|
"groups": [
|
|
21934
22086
|
{
|
|
@@ -21937,8 +22089,8 @@
|
|
|
21937
22089
|
}
|
|
21938
22090
|
],
|
|
21939
22091
|
"release": {
|
|
21940
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
21941
|
-
"status": "
|
|
22092
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
22093
|
+
"status": "Candidate Recommendation Draft",
|
|
21942
22094
|
"filename": "Overview.html"
|
|
21943
22095
|
},
|
|
21944
22096
|
"nightly": {
|
|
@@ -21949,9 +22101,9 @@
|
|
|
21949
22101
|
"sourcePath": "index.html",
|
|
21950
22102
|
"filename": "index.html"
|
|
21951
22103
|
},
|
|
21952
|
-
"title": "Payment Request API
|
|
22104
|
+
"title": "Payment Request API",
|
|
21953
22105
|
"source": "w3c",
|
|
21954
|
-
"shortTitle": "Payment Request API
|
|
22106
|
+
"shortTitle": "Payment Request API",
|
|
21955
22107
|
"categories": [
|
|
21956
22108
|
"browser"
|
|
21957
22109
|
],
|
|
@@ -22148,6 +22300,50 @@
|
|
|
22148
22300
|
]
|
|
22149
22301
|
}
|
|
22150
22302
|
},
|
|
22303
|
+
{
|
|
22304
|
+
"url": "https://www.w3.org/TR/png-3/",
|
|
22305
|
+
"seriesComposition": "full",
|
|
22306
|
+
"shortname": "png-3",
|
|
22307
|
+
"series": {
|
|
22308
|
+
"shortname": "png",
|
|
22309
|
+
"currentSpecification": "png-3",
|
|
22310
|
+
"title": "Portable Network Graphics (PNG)",
|
|
22311
|
+
"shortTitle": "PNG",
|
|
22312
|
+
"releaseUrl": "https://www.w3.org/TR/png/",
|
|
22313
|
+
"nightlyUrl": "https://w3c.github.io/png/"
|
|
22314
|
+
},
|
|
22315
|
+
"seriesVersion": "3",
|
|
22316
|
+
"formerNames": [
|
|
22317
|
+
"PNG-spec"
|
|
22318
|
+
],
|
|
22319
|
+
"organization": "W3C",
|
|
22320
|
+
"groups": [
|
|
22321
|
+
{
|
|
22322
|
+
"name": "Portable Network Graphics (PNG) Working Group",
|
|
22323
|
+
"url": "https://www.w3.org/groups/wg/png/"
|
|
22324
|
+
}
|
|
22325
|
+
],
|
|
22326
|
+
"release": {
|
|
22327
|
+
"url": "https://www.w3.org/TR/png-3/",
|
|
22328
|
+
"status": "Candidate Recommendation Draft",
|
|
22329
|
+
"filename": "Overview.html"
|
|
22330
|
+
},
|
|
22331
|
+
"nightly": {
|
|
22332
|
+
"url": "https://w3c.github.io/png/",
|
|
22333
|
+
"status": "Editor's Draft",
|
|
22334
|
+
"alternateUrls": [],
|
|
22335
|
+
"repository": "https://github.com/w3c/png",
|
|
22336
|
+
"sourcePath": "index.html",
|
|
22337
|
+
"filename": "index.html"
|
|
22338
|
+
},
|
|
22339
|
+
"title": "Portable Network Graphics (PNG) Specification (Third Edition)",
|
|
22340
|
+
"source": "w3c",
|
|
22341
|
+
"shortTitle": "PNG",
|
|
22342
|
+
"categories": [
|
|
22343
|
+
"browser"
|
|
22344
|
+
],
|
|
22345
|
+
"standing": "good"
|
|
22346
|
+
},
|
|
22151
22347
|
{
|
|
22152
22348
|
"url": "https://www.w3.org/TR/pointerevents3/",
|
|
22153
22349
|
"seriesComposition": "full",
|
|
@@ -23443,6 +23639,7 @@
|
|
|
23443
23639
|
},
|
|
23444
23640
|
"seriesVersion": "4",
|
|
23445
23641
|
"seriesPrevious": "selectors-3",
|
|
23642
|
+
"seriesNext": "selectors-5",
|
|
23446
23643
|
"organization": "W3C",
|
|
23447
23644
|
"groups": [
|
|
23448
23645
|
{
|
|
@@ -25177,6 +25374,7 @@
|
|
|
25177
25374
|
"wasm-js-api-2-fork-esm-integration",
|
|
25178
25375
|
"wasm-js-api-2-fork-exception-handling",
|
|
25179
25376
|
"wasm-js-api-2-fork-js-promise-integration",
|
|
25377
|
+
"wasm-js-api-2-fork-js-string-builtins",
|
|
25180
25378
|
"wasm-js-api-2-fork-js-types",
|
|
25181
25379
|
"wasm-js-api-2-fork-threads"
|
|
25182
25380
|
],
|
|
@@ -26308,7 +26506,7 @@
|
|
|
26308
26506
|
"groups": [
|
|
26309
26507
|
{
|
|
26310
26508
|
"name": "GPU for the Web Working Group",
|
|
26311
|
-
"url": "https://www.w3.org/
|
|
26509
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
26312
26510
|
}
|
|
26313
26511
|
],
|
|
26314
26512
|
"release": {
|
|
@@ -27230,7 +27428,7 @@
|
|
|
27230
27428
|
"groups": [
|
|
27231
27429
|
{
|
|
27232
27430
|
"name": "GPU for the Web Working Group",
|
|
27233
|
-
"url": "https://www.w3.org/
|
|
27431
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
27234
27432
|
}
|
|
27235
27433
|
],
|
|
27236
27434
|
"release": {
|