web-specs 3.16.0 → 3.18.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 +271 -16
- 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",
|
|
@@ -6235,6 +6382,40 @@
|
|
|
6235
6382
|
]
|
|
6236
6383
|
}
|
|
6237
6384
|
},
|
|
6385
|
+
{
|
|
6386
|
+
"url": "https://w3c.github.io/editing/docs/execCommand/",
|
|
6387
|
+
"seriesComposition": "full",
|
|
6388
|
+
"shortname": "execCommand",
|
|
6389
|
+
"series": {
|
|
6390
|
+
"shortname": "execCommand",
|
|
6391
|
+
"currentSpecification": "execCommand",
|
|
6392
|
+
"title": "execCommand",
|
|
6393
|
+
"shortTitle": "execCommand",
|
|
6394
|
+
"nightlyUrl": "https://w3c.github.io/editing/docs/execCommand/"
|
|
6395
|
+
},
|
|
6396
|
+
"standing": "pending",
|
|
6397
|
+
"nightly": {
|
|
6398
|
+
"url": "https://w3c.github.io/editing/docs/execCommand/",
|
|
6399
|
+
"status": "Unofficial Proposal Draft",
|
|
6400
|
+
"sourcePath": "docs/execCommand/index.html",
|
|
6401
|
+
"alternateUrls": [],
|
|
6402
|
+
"repository": "https://github.com/w3c/editing",
|
|
6403
|
+
"filename": "index.html"
|
|
6404
|
+
},
|
|
6405
|
+
"organization": "W3C",
|
|
6406
|
+
"groups": [
|
|
6407
|
+
{
|
|
6408
|
+
"name": "Web Editing Working Group",
|
|
6409
|
+
"url": "https://www.w3.org/groups/wg/webediting/"
|
|
6410
|
+
}
|
|
6411
|
+
],
|
|
6412
|
+
"title": "execCommand",
|
|
6413
|
+
"source": "spec",
|
|
6414
|
+
"shortTitle": "execCommand",
|
|
6415
|
+
"categories": [
|
|
6416
|
+
"browser"
|
|
6417
|
+
]
|
|
6418
|
+
},
|
|
6238
6419
|
{
|
|
6239
6420
|
"url": "https://w3c.github.io/gamepad/extensions.html",
|
|
6240
6421
|
"seriesComposition": "full",
|
|
@@ -7027,6 +7208,43 @@
|
|
|
7027
7208
|
],
|
|
7028
7209
|
"standing": "good"
|
|
7029
7210
|
},
|
|
7211
|
+
{
|
|
7212
|
+
"url": "https://webassembly.github.io/js-string-builtins/js-api/",
|
|
7213
|
+
"seriesComposition": "fork",
|
|
7214
|
+
"shortname": "wasm-js-api-2-fork-js-string-builtins",
|
|
7215
|
+
"series": {
|
|
7216
|
+
"shortname": "wasm-js-api",
|
|
7217
|
+
"currentSpecification": "wasm-js-api-2",
|
|
7218
|
+
"title": "WebAssembly JavaScript Interface",
|
|
7219
|
+
"shortTitle": "WebAssembly JavaScript Interface",
|
|
7220
|
+
"releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
|
|
7221
|
+
"nightlyUrl": "https://webassembly.github.io/spec/js-api/"
|
|
7222
|
+
},
|
|
7223
|
+
"seriesVersion": "2",
|
|
7224
|
+
"forkOf": "wasm-js-api-2",
|
|
7225
|
+
"title": "WebAssembly JavaScript Interface: JS String Builtins",
|
|
7226
|
+
"organization": "W3C",
|
|
7227
|
+
"groups": [
|
|
7228
|
+
{
|
|
7229
|
+
"name": "WebAssembly Community Group",
|
|
7230
|
+
"url": "https://www.w3.org/community/webassembly/"
|
|
7231
|
+
}
|
|
7232
|
+
],
|
|
7233
|
+
"nightly": {
|
|
7234
|
+
"url": "https://webassembly.github.io/js-string-builtins/js-api/",
|
|
7235
|
+
"status": "Editor's Draft",
|
|
7236
|
+
"alternateUrls": [],
|
|
7237
|
+
"repository": "https://github.com/WebAssembly/js-string-builtins",
|
|
7238
|
+
"sourcePath": "document/js-api/index.bs",
|
|
7239
|
+
"filename": "index.html"
|
|
7240
|
+
},
|
|
7241
|
+
"source": "spec",
|
|
7242
|
+
"shortTitle": "WebAssembly JavaScript Interface: JS String Builtins",
|
|
7243
|
+
"categories": [
|
|
7244
|
+
"browser"
|
|
7245
|
+
],
|
|
7246
|
+
"standing": "good"
|
|
7247
|
+
},
|
|
7030
7248
|
{
|
|
7031
7249
|
"url": "https://webassembly.github.io/js-types/js-api/",
|
|
7032
7250
|
"seriesComposition": "fork",
|
|
@@ -7869,7 +8087,8 @@
|
|
|
7869
8087
|
},
|
|
7870
8088
|
"standing": "discontinued",
|
|
7871
8089
|
"obsoletedBy": [
|
|
7872
|
-
"html"
|
|
8090
|
+
"html",
|
|
8091
|
+
"selectors-5"
|
|
7873
8092
|
],
|
|
7874
8093
|
"organization": "W3C",
|
|
7875
8094
|
"groups": [
|
|
@@ -8639,6 +8858,38 @@
|
|
|
8639
8858
|
]
|
|
8640
8859
|
}
|
|
8641
8860
|
},
|
|
8861
|
+
{
|
|
8862
|
+
"url": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html",
|
|
8863
|
+
"seriesComposition": "full",
|
|
8864
|
+
"shortname": "isolated-contexts",
|
|
8865
|
+
"series": {
|
|
8866
|
+
"shortname": "isolated-contexts",
|
|
8867
|
+
"currentSpecification": "isolated-contexts",
|
|
8868
|
+
"title": "Isolated Contexts",
|
|
8869
|
+
"shortTitle": "Isolated Contexts",
|
|
8870
|
+
"nightlyUrl": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html"
|
|
8871
|
+
},
|
|
8872
|
+
"categories": [],
|
|
8873
|
+
"organization": "W3C",
|
|
8874
|
+
"groups": [
|
|
8875
|
+
{
|
|
8876
|
+
"name": "Web Platform Incubator Community Group",
|
|
8877
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
8878
|
+
}
|
|
8879
|
+
],
|
|
8880
|
+
"nightly": {
|
|
8881
|
+
"url": "https://wicg.github.io/isolated-web-apps/isolated-contexts.html",
|
|
8882
|
+
"status": "Draft Community Group Report",
|
|
8883
|
+
"alternateUrls": [],
|
|
8884
|
+
"repository": "https://github.com/WICG/isolated-web-apps",
|
|
8885
|
+
"sourcePath": "isolated-contexts.bs",
|
|
8886
|
+
"filename": "isolated-contexts.html"
|
|
8887
|
+
},
|
|
8888
|
+
"title": "Isolated Contexts",
|
|
8889
|
+
"source": "specref",
|
|
8890
|
+
"shortTitle": "Isolated Contexts",
|
|
8891
|
+
"standing": "good"
|
|
8892
|
+
},
|
|
8642
8893
|
{
|
|
8643
8894
|
"url": "https://wicg.github.io/js-self-profiling/",
|
|
8644
8895
|
"seriesComposition": "full",
|
|
@@ -14061,7 +14312,7 @@
|
|
|
14061
14312
|
],
|
|
14062
14313
|
"release": {
|
|
14063
14314
|
"url": "https://www.w3.org/TR/css-conditional-3/",
|
|
14064
|
-
"status": "Candidate Recommendation
|
|
14315
|
+
"status": "Candidate Recommendation Draft",
|
|
14065
14316
|
"filename": "Overview.html"
|
|
14066
14317
|
},
|
|
14067
14318
|
"nightly": {
|
|
@@ -17616,7 +17867,7 @@
|
|
|
17616
17867
|
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
17617
17868
|
],
|
|
17618
17869
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
17619
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
17870
|
+
"sourcePath": "css-viewport-1/Overview.bs",
|
|
17620
17871
|
"filename": "index.html"
|
|
17621
17872
|
},
|
|
17622
17873
|
"formerNames": [
|
|
@@ -18787,7 +19038,7 @@
|
|
|
18787
19038
|
],
|
|
18788
19039
|
"release": {
|
|
18789
19040
|
"url": "https://www.w3.org/TR/encrypted-media-2/",
|
|
18790
|
-
"status": "
|
|
19041
|
+
"status": "Working Draft",
|
|
18791
19042
|
"filename": "Overview.html"
|
|
18792
19043
|
},
|
|
18793
19044
|
"title": "Encrypted Media Extensions",
|
|
@@ -21883,18 +22134,20 @@
|
|
|
21883
22134
|
"standing": "good"
|
|
21884
22135
|
},
|
|
21885
22136
|
{
|
|
21886
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
22137
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
21887
22138
|
"seriesComposition": "full",
|
|
21888
|
-
"shortname": "payment-request
|
|
22139
|
+
"shortname": "payment-request",
|
|
21889
22140
|
"series": {
|
|
21890
22141
|
"shortname": "payment-request",
|
|
21891
|
-
"currentSpecification": "payment-request
|
|
22142
|
+
"currentSpecification": "payment-request",
|
|
21892
22143
|
"title": "Payment Request API",
|
|
21893
22144
|
"shortTitle": "Payment Request API",
|
|
21894
22145
|
"releaseUrl": "https://www.w3.org/TR/payment-request/",
|
|
21895
22146
|
"nightlyUrl": "https://w3c.github.io/payment-request/"
|
|
21896
22147
|
},
|
|
21897
|
-
"
|
|
22148
|
+
"formerNames": [
|
|
22149
|
+
"payment-request-1.1"
|
|
22150
|
+
],
|
|
21898
22151
|
"organization": "W3C",
|
|
21899
22152
|
"groups": [
|
|
21900
22153
|
{
|
|
@@ -21903,8 +22156,8 @@
|
|
|
21903
22156
|
}
|
|
21904
22157
|
],
|
|
21905
22158
|
"release": {
|
|
21906
|
-
"url": "https://www.w3.org/TR/payment-request
|
|
21907
|
-
"status": "
|
|
22159
|
+
"url": "https://www.w3.org/TR/payment-request/",
|
|
22160
|
+
"status": "Candidate Recommendation Draft",
|
|
21908
22161
|
"filename": "Overview.html"
|
|
21909
22162
|
},
|
|
21910
22163
|
"nightly": {
|
|
@@ -21915,9 +22168,9 @@
|
|
|
21915
22168
|
"sourcePath": "index.html",
|
|
21916
22169
|
"filename": "index.html"
|
|
21917
22170
|
},
|
|
21918
|
-
"title": "Payment Request API
|
|
22171
|
+
"title": "Payment Request API",
|
|
21919
22172
|
"source": "w3c",
|
|
21920
|
-
"shortTitle": "Payment Request API
|
|
22173
|
+
"shortTitle": "Payment Request API",
|
|
21921
22174
|
"categories": [
|
|
21922
22175
|
"browser"
|
|
21923
22176
|
],
|
|
@@ -23453,6 +23706,7 @@
|
|
|
23453
23706
|
},
|
|
23454
23707
|
"seriesVersion": "4",
|
|
23455
23708
|
"seriesPrevious": "selectors-3",
|
|
23709
|
+
"seriesNext": "selectors-5",
|
|
23456
23710
|
"organization": "W3C",
|
|
23457
23711
|
"groups": [
|
|
23458
23712
|
{
|
|
@@ -25187,6 +25441,7 @@
|
|
|
25187
25441
|
"wasm-js-api-2-fork-esm-integration",
|
|
25188
25442
|
"wasm-js-api-2-fork-exception-handling",
|
|
25189
25443
|
"wasm-js-api-2-fork-js-promise-integration",
|
|
25444
|
+
"wasm-js-api-2-fork-js-string-builtins",
|
|
25190
25445
|
"wasm-js-api-2-fork-js-types",
|
|
25191
25446
|
"wasm-js-api-2-fork-threads"
|
|
25192
25447
|
],
|
|
@@ -26318,7 +26573,7 @@
|
|
|
26318
26573
|
"groups": [
|
|
26319
26574
|
{
|
|
26320
26575
|
"name": "GPU for the Web Working Group",
|
|
26321
|
-
"url": "https://www.w3.org/
|
|
26576
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
26322
26577
|
}
|
|
26323
26578
|
],
|
|
26324
26579
|
"release": {
|
|
@@ -27240,7 +27495,7 @@
|
|
|
27240
27495
|
"groups": [
|
|
27241
27496
|
{
|
|
27242
27497
|
"name": "GPU for the Web Working Group",
|
|
27243
|
-
"url": "https://www.w3.org/
|
|
27498
|
+
"url": "https://www.w3.org/groups/wg/gpu/"
|
|
27244
27499
|
}
|
|
27245
27500
|
],
|
|
27246
27501
|
"release": {
|