web-specs 3.16.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 +203 -15
- 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",
|
|
@@ -7027,6 +7174,43 @@
|
|
|
7027
7174
|
],
|
|
7028
7175
|
"standing": "good"
|
|
7029
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
|
+
},
|
|
7030
7214
|
{
|
|
7031
7215
|
"url": "https://webassembly.github.io/js-types/js-api/",
|
|
7032
7216
|
"seriesComposition": "fork",
|
|
@@ -14061,7 +14245,7 @@
|
|
|
14061
14245
|
],
|
|
14062
14246
|
"release": {
|
|
14063
14247
|
"url": "https://www.w3.org/TR/css-conditional-3/",
|
|
14064
|
-
"status": "Candidate Recommendation
|
|
14248
|
+
"status": "Candidate Recommendation Draft",
|
|
14065
14249
|
"filename": "Overview.html"
|
|
14066
14250
|
},
|
|
14067
14251
|
"nightly": {
|
|
@@ -17616,7 +17800,7 @@
|
|
|
17616
17800
|
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
17617
17801
|
],
|
|
17618
17802
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
17619
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
17803
|
+
"sourcePath": "css-viewport-1/Overview.bs",
|
|
17620
17804
|
"filename": "index.html"
|
|
17621
17805
|
},
|
|
17622
17806
|
"formerNames": [
|
|
@@ -18787,7 +18971,7 @@
|
|
|
18787
18971
|
],
|
|
18788
18972
|
"release": {
|
|
18789
18973
|
"url": "https://www.w3.org/TR/encrypted-media-2/",
|
|
18790
|
-
"status": "
|
|
18974
|
+
"status": "Working Draft",
|
|
18791
18975
|
"filename": "Overview.html"
|
|
18792
18976
|
},
|
|
18793
18977
|
"title": "Encrypted Media Extensions",
|
|
@@ -21883,18 +22067,20 @@
|
|
|
21883
22067
|
"standing": "good"
|
|
21884
22068
|
},
|
|
21885
22069
|
{
|
|
21886
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
22070
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
21887
22071
|
"seriesComposition": "full",
|
|
21888
|
-
"shortname": "payment-request
|
|
22072
|
+
"shortname": "payment-request",
|
|
21889
22073
|
"series": {
|
|
21890
22074
|
"shortname": "payment-request",
|
|
21891
|
-
"currentSpecification": "payment-request
|
|
22075
|
+
"currentSpecification": "payment-request",
|
|
21892
22076
|
"title": "Payment Request API",
|
|
21893
22077
|
"shortTitle": "Payment Request API",
|
|
21894
22078
|
"releaseUrl": "https://www.w3.org/TR/payment-request/",
|
|
21895
22079
|
"nightlyUrl": "https://w3c.github.io/payment-request/"
|
|
21896
22080
|
},
|
|
21897
|
-
"
|
|
22081
|
+
"formerNames": [
|
|
22082
|
+
"payment-request-1.1"
|
|
22083
|
+
],
|
|
21898
22084
|
"organization": "W3C",
|
|
21899
22085
|
"groups": [
|
|
21900
22086
|
{
|
|
@@ -21903,8 +22089,8 @@
|
|
|
21903
22089
|
}
|
|
21904
22090
|
],
|
|
21905
22091
|
"release": {
|
|
21906
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
21907
|
-
"status": "
|
|
22092
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
22093
|
+
"status": "Candidate Recommendation Draft",
|
|
21908
22094
|
"filename": "Overview.html"
|
|
21909
22095
|
},
|
|
21910
22096
|
"nightly": {
|
|
@@ -21915,9 +22101,9 @@
|
|
|
21915
22101
|
"sourcePath": "index.html",
|
|
21916
22102
|
"filename": "index.html"
|
|
21917
22103
|
},
|
|
21918
|
-
"title": "Payment Request API
|
|
22104
|
+
"title": "Payment Request API",
|
|
21919
22105
|
"source": "w3c",
|
|
21920
|
-
"shortTitle": "Payment Request API
|
|
22106
|
+
"shortTitle": "Payment Request API",
|
|
21921
22107
|
"categories": [
|
|
21922
22108
|
"browser"
|
|
21923
22109
|
],
|
|
@@ -23453,6 +23639,7 @@
|
|
|
23453
23639
|
},
|
|
23454
23640
|
"seriesVersion": "4",
|
|
23455
23641
|
"seriesPrevious": "selectors-3",
|
|
23642
|
+
"seriesNext": "selectors-5",
|
|
23456
23643
|
"organization": "W3C",
|
|
23457
23644
|
"groups": [
|
|
23458
23645
|
{
|
|
@@ -25187,6 +25374,7 @@
|
|
|
25187
25374
|
"wasm-js-api-2-fork-esm-integration",
|
|
25188
25375
|
"wasm-js-api-2-fork-exception-handling",
|
|
25189
25376
|
"wasm-js-api-2-fork-js-promise-integration",
|
|
25377
|
+
"wasm-js-api-2-fork-js-string-builtins",
|
|
25190
25378
|
"wasm-js-api-2-fork-js-types",
|
|
25191
25379
|
"wasm-js-api-2-fork-threads"
|
|
25192
25380
|
],
|
|
@@ -26318,7 +26506,7 @@
|
|
|
26318
26506
|
"groups": [
|
|
26319
26507
|
{
|
|
26320
26508
|
"name": "GPU for the Web Working Group",
|
|
26321
|
-
"url": "https://www.w3.org/
|
|
26509
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
26322
26510
|
}
|
|
26323
26511
|
],
|
|
26324
26512
|
"release": {
|
|
@@ -27240,7 +27428,7 @@
|
|
|
27240
27428
|
"groups": [
|
|
27241
27429
|
{
|
|
27242
27430
|
"name": "GPU for the Web Working Group",
|
|
27243
|
-
"url": "https://www.w3.org/
|
|
27431
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
27244
27432
|
}
|
|
27245
27433
|
],
|
|
27246
27434
|
"release": {
|