browser-specs 3.5.1 → 3.7.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/README.md +3 -1
- package/index.json +134 -310
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -439,7 +439,9 @@ That path is computed by parsing the contents of the repository for common
|
|
|
439
439
|
patterns. The info must be specified in `specs.json` for specifications that do
|
|
440
440
|
not follow a common pattern.
|
|
441
441
|
|
|
442
|
-
The `sourcePath` property is always set when `repository` is set
|
|
442
|
+
The `sourcePath` property is always set when `repository` is set... except in
|
|
443
|
+
rare cases where the source of the spec is not in the default branch of the
|
|
444
|
+
repository.
|
|
443
445
|
|
|
444
446
|
**Note:** The path is relative to the root of the repository, and only valid in
|
|
445
447
|
the default branch of the repository. If needed, the source may be fetched from
|
package/index.json
CHANGED
|
@@ -951,7 +951,13 @@
|
|
|
951
951
|
"shortTitle": "File System",
|
|
952
952
|
"categories": [
|
|
953
953
|
"browser"
|
|
954
|
-
]
|
|
954
|
+
],
|
|
955
|
+
"tests": {
|
|
956
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
957
|
+
"testPaths": [
|
|
958
|
+
"fs"
|
|
959
|
+
]
|
|
960
|
+
}
|
|
955
961
|
},
|
|
956
962
|
{
|
|
957
963
|
"url": "https://fullscreen.spec.whatwg.org/",
|
|
@@ -1571,37 +1577,6 @@
|
|
|
1571
1577
|
"browser"
|
|
1572
1578
|
]
|
|
1573
1579
|
},
|
|
1574
|
-
{
|
|
1575
|
-
"url": "https://tc39.es/proposal-accessible-object-hasownproperty/",
|
|
1576
|
-
"seriesComposition": "full",
|
|
1577
|
-
"shortname": "tc39-accessible-object-hasownproperty",
|
|
1578
|
-
"series": {
|
|
1579
|
-
"shortname": "tc39-accessible-object-hasownproperty",
|
|
1580
|
-
"currentSpecification": "tc39-accessible-object-hasownproperty",
|
|
1581
|
-
"title": "Accessible Object.hasOwnProperty",
|
|
1582
|
-
"shortTitle": "Accessible Object.hasOwnProperty",
|
|
1583
|
-
"nightlyUrl": "https://tc39.es/proposal-accessible-object-hasownproperty/"
|
|
1584
|
-
},
|
|
1585
|
-
"organization": "Ecma International",
|
|
1586
|
-
"groups": [
|
|
1587
|
-
{
|
|
1588
|
-
"name": "TC39",
|
|
1589
|
-
"url": "https://tc39.es/"
|
|
1590
|
-
}
|
|
1591
|
-
],
|
|
1592
|
-
"nightly": {
|
|
1593
|
-
"url": "https://tc39.es/proposal-accessible-object-hasownproperty/",
|
|
1594
|
-
"repository": "https://github.com/tc39/proposal-accessible-object-hasownproperty",
|
|
1595
|
-
"sourcePath": "index.html",
|
|
1596
|
-
"filename": "index.html"
|
|
1597
|
-
},
|
|
1598
|
-
"title": "Accessible Object.hasOwnProperty",
|
|
1599
|
-
"source": "spec",
|
|
1600
|
-
"shortTitle": "Accessible Object.hasOwnProperty",
|
|
1601
|
-
"categories": [
|
|
1602
|
-
"browser"
|
|
1603
|
-
]
|
|
1604
|
-
},
|
|
1605
1580
|
{
|
|
1606
1581
|
"url": "https://tc39.es/proposal-array-find-from-last/",
|
|
1607
1582
|
"seriesComposition": "full",
|
|
@@ -1696,15 +1671,15 @@
|
|
|
1696
1671
|
]
|
|
1697
1672
|
},
|
|
1698
1673
|
{
|
|
1699
|
-
"url": "https://tc39.es/proposal-
|
|
1674
|
+
"url": "https://tc39.es/proposal-change-array-by-copy/",
|
|
1700
1675
|
"seriesComposition": "full",
|
|
1701
|
-
"shortname": "tc39-
|
|
1676
|
+
"shortname": "tc39-change-array-by-copy",
|
|
1702
1677
|
"series": {
|
|
1703
|
-
"shortname": "tc39-
|
|
1704
|
-
"currentSpecification": "tc39-
|
|
1705
|
-
"title": "
|
|
1706
|
-
"shortTitle": "
|
|
1707
|
-
"nightlyUrl": "https://tc39.es/proposal-
|
|
1678
|
+
"shortname": "tc39-change-array-by-copy",
|
|
1679
|
+
"currentSpecification": "tc39-change-array-by-copy",
|
|
1680
|
+
"title": "Change Array by copy",
|
|
1681
|
+
"shortTitle": "Change Array by copy",
|
|
1682
|
+
"nightlyUrl": "https://tc39.es/proposal-change-array-by-copy/"
|
|
1708
1683
|
},
|
|
1709
1684
|
"organization": "Ecma International",
|
|
1710
1685
|
"groups": [
|
|
@@ -1714,59 +1689,28 @@
|
|
|
1714
1689
|
}
|
|
1715
1690
|
],
|
|
1716
1691
|
"nightly": {
|
|
1717
|
-
"url": "https://tc39.es/proposal-
|
|
1718
|
-
"repository": "https://github.com/tc39/proposal-
|
|
1692
|
+
"url": "https://tc39.es/proposal-change-array-by-copy/",
|
|
1693
|
+
"repository": "https://github.com/tc39/proposal-change-array-by-copy",
|
|
1719
1694
|
"sourcePath": "spec.html",
|
|
1720
1695
|
"filename": "index.html"
|
|
1721
1696
|
},
|
|
1722
|
-
"title": "
|
|
1723
|
-
"source": "spec",
|
|
1724
|
-
"shortTitle": "Public and private instance fields proposal",
|
|
1725
|
-
"categories": [
|
|
1726
|
-
"browser"
|
|
1727
|
-
]
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"url": "https://tc39.es/proposal-class-static-block/",
|
|
1731
|
-
"seriesComposition": "full",
|
|
1732
|
-
"shortname": "tc39-class-static-block",
|
|
1733
|
-
"series": {
|
|
1734
|
-
"shortname": "tc39-class-static-block",
|
|
1735
|
-
"currentSpecification": "tc39-class-static-block",
|
|
1736
|
-
"title": "ECMAScript class static initialization blocks",
|
|
1737
|
-
"shortTitle": "ECMAScript class static initialization blocks",
|
|
1738
|
-
"nightlyUrl": "https://tc39.es/proposal-class-static-block/"
|
|
1739
|
-
},
|
|
1740
|
-
"organization": "Ecma International",
|
|
1741
|
-
"groups": [
|
|
1742
|
-
{
|
|
1743
|
-
"name": "TC39",
|
|
1744
|
-
"url": "https://tc39.es/"
|
|
1745
|
-
}
|
|
1746
|
-
],
|
|
1747
|
-
"nightly": {
|
|
1748
|
-
"url": "https://tc39.es/proposal-class-static-block/",
|
|
1749
|
-
"repository": "https://github.com/tc39/proposal-class-static-block",
|
|
1750
|
-
"sourcePath": "spec/index.html",
|
|
1751
|
-
"filename": "index.html"
|
|
1752
|
-
},
|
|
1753
|
-
"title": "ECMAScript class static initialization blocks",
|
|
1697
|
+
"title": "Change Array by copy",
|
|
1754
1698
|
"source": "spec",
|
|
1755
|
-
"shortTitle": "
|
|
1699
|
+
"shortTitle": "Change Array by copy",
|
|
1756
1700
|
"categories": [
|
|
1757
1701
|
"browser"
|
|
1758
1702
|
]
|
|
1759
1703
|
},
|
|
1760
1704
|
{
|
|
1761
|
-
"url": "https://tc39.es/proposal-
|
|
1705
|
+
"url": "https://tc39.es/proposal-decorators/",
|
|
1762
1706
|
"seriesComposition": "full",
|
|
1763
|
-
"shortname": "tc39-
|
|
1707
|
+
"shortname": "tc39-decorators",
|
|
1764
1708
|
"series": {
|
|
1765
|
-
"shortname": "tc39-
|
|
1766
|
-
"currentSpecification": "tc39-
|
|
1767
|
-
"title": "
|
|
1768
|
-
"shortTitle": "
|
|
1769
|
-
"nightlyUrl": "https://tc39.es/proposal-
|
|
1709
|
+
"shortname": "tc39-decorators",
|
|
1710
|
+
"currentSpecification": "tc39-decorators",
|
|
1711
|
+
"title": "Decorators proposal",
|
|
1712
|
+
"shortTitle": "Decorators proposal",
|
|
1713
|
+
"nightlyUrl": "https://tc39.es/proposal-decorators/"
|
|
1770
1714
|
},
|
|
1771
1715
|
"organization": "Ecma International",
|
|
1772
1716
|
"groups": [
|
|
@@ -1776,14 +1720,13 @@
|
|
|
1776
1720
|
}
|
|
1777
1721
|
],
|
|
1778
1722
|
"nightly": {
|
|
1779
|
-
"url": "https://tc39.es/proposal-
|
|
1780
|
-
"repository": "https://github.com/tc39/proposal-
|
|
1781
|
-
"sourcePath": "index.html",
|
|
1723
|
+
"url": "https://tc39.es/proposal-decorators/",
|
|
1724
|
+
"repository": "https://github.com/tc39/proposal-decorators",
|
|
1782
1725
|
"filename": "index.html"
|
|
1783
1726
|
},
|
|
1784
|
-
"title": "
|
|
1727
|
+
"title": "Decorators proposal",
|
|
1785
1728
|
"source": "spec",
|
|
1786
|
-
"shortTitle": "
|
|
1729
|
+
"shortTitle": "Decorators proposal",
|
|
1787
1730
|
"categories": [
|
|
1788
1731
|
"browser"
|
|
1789
1732
|
]
|
|
@@ -2098,130 +2041,6 @@
|
|
|
2098
2041
|
"browser"
|
|
2099
2042
|
]
|
|
2100
2043
|
},
|
|
2101
|
-
{
|
|
2102
|
-
"url": "https://tc39.es/proposal-private-fields-in-in/",
|
|
2103
|
-
"seriesComposition": "full",
|
|
2104
|
-
"shortname": "tc39-private-fields-in-in",
|
|
2105
|
-
"series": {
|
|
2106
|
-
"shortname": "tc39-private-fields-in-in",
|
|
2107
|
-
"currentSpecification": "tc39-private-fields-in-in",
|
|
2108
|
-
"title": "Private Fields in in",
|
|
2109
|
-
"shortTitle": "Private Fields in in",
|
|
2110
|
-
"nightlyUrl": "https://tc39.es/proposal-private-fields-in-in/"
|
|
2111
|
-
},
|
|
2112
|
-
"organization": "Ecma International",
|
|
2113
|
-
"groups": [
|
|
2114
|
-
{
|
|
2115
|
-
"name": "TC39",
|
|
2116
|
-
"url": "https://tc39.es/"
|
|
2117
|
-
}
|
|
2118
|
-
],
|
|
2119
|
-
"nightly": {
|
|
2120
|
-
"url": "https://tc39.es/proposal-private-fields-in-in/",
|
|
2121
|
-
"repository": "https://github.com/tc39/proposal-private-fields-in-in",
|
|
2122
|
-
"sourcePath": "index.html",
|
|
2123
|
-
"filename": "index.html"
|
|
2124
|
-
},
|
|
2125
|
-
"title": "Private Fields in in",
|
|
2126
|
-
"source": "spec",
|
|
2127
|
-
"shortTitle": "Private Fields in in",
|
|
2128
|
-
"categories": [
|
|
2129
|
-
"browser"
|
|
2130
|
-
]
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"url": "https://tc39.es/proposal-private-methods/",
|
|
2134
|
-
"seriesComposition": "full",
|
|
2135
|
-
"shortname": "tc39-private-methods",
|
|
2136
|
-
"series": {
|
|
2137
|
-
"shortname": "tc39-private-methods",
|
|
2138
|
-
"currentSpecification": "tc39-private-methods",
|
|
2139
|
-
"title": "Private Methods and Accessors Proposal",
|
|
2140
|
-
"shortTitle": "Private Methods and Accessors",
|
|
2141
|
-
"nightlyUrl": "https://tc39.es/proposal-private-methods/"
|
|
2142
|
-
},
|
|
2143
|
-
"organization": "Ecma International",
|
|
2144
|
-
"groups": [
|
|
2145
|
-
{
|
|
2146
|
-
"name": "TC39",
|
|
2147
|
-
"url": "https://tc39.es/"
|
|
2148
|
-
}
|
|
2149
|
-
],
|
|
2150
|
-
"nightly": {
|
|
2151
|
-
"url": "https://tc39.es/proposal-private-methods/",
|
|
2152
|
-
"repository": "https://github.com/tc39/proposal-private-methods",
|
|
2153
|
-
"sourcePath": "spec.html",
|
|
2154
|
-
"filename": "index.html"
|
|
2155
|
-
},
|
|
2156
|
-
"title": "Private Methods and Accessors Proposal",
|
|
2157
|
-
"source": "spec",
|
|
2158
|
-
"shortTitle": "Private Methods and Accessors",
|
|
2159
|
-
"categories": [
|
|
2160
|
-
"browser"
|
|
2161
|
-
]
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
"url": "https://tc39.es/proposal-regexp-match-indices/",
|
|
2165
|
-
"seriesComposition": "full",
|
|
2166
|
-
"shortname": "tc39-regexp-match-indices",
|
|
2167
|
-
"series": {
|
|
2168
|
-
"shortname": "tc39-regexp-match-indices",
|
|
2169
|
-
"currentSpecification": "tc39-regexp-match-indices",
|
|
2170
|
-
"title": "RegExp Match Indices",
|
|
2171
|
-
"shortTitle": "RegExp Match Indices",
|
|
2172
|
-
"nightlyUrl": "https://tc39.es/proposal-regexp-match-indices/"
|
|
2173
|
-
},
|
|
2174
|
-
"organization": "Ecma International",
|
|
2175
|
-
"groups": [
|
|
2176
|
-
{
|
|
2177
|
-
"name": "TC39",
|
|
2178
|
-
"url": "https://tc39.es/"
|
|
2179
|
-
}
|
|
2180
|
-
],
|
|
2181
|
-
"nightly": {
|
|
2182
|
-
"url": "https://tc39.es/proposal-regexp-match-indices/",
|
|
2183
|
-
"repository": "https://github.com/tc39/proposal-regexp-match-indices",
|
|
2184
|
-
"sourcePath": "spec/index.html",
|
|
2185
|
-
"filename": "index.html"
|
|
2186
|
-
},
|
|
2187
|
-
"title": "RegExp Match Indices",
|
|
2188
|
-
"source": "spec",
|
|
2189
|
-
"shortTitle": "RegExp Match Indices",
|
|
2190
|
-
"categories": [
|
|
2191
|
-
"browser"
|
|
2192
|
-
]
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"url": "https://tc39.es/proposal-relative-indexing-method/",
|
|
2196
|
-
"seriesComposition": "full",
|
|
2197
|
-
"shortname": "tc39-relative-indexing-method",
|
|
2198
|
-
"series": {
|
|
2199
|
-
"shortname": "tc39-relative-indexing-method",
|
|
2200
|
-
"currentSpecification": "tc39-relative-indexing-method",
|
|
2201
|
-
"title": "Relative Indexing Method",
|
|
2202
|
-
"shortTitle": "Relative Indexing Method",
|
|
2203
|
-
"nightlyUrl": "https://tc39.es/proposal-relative-indexing-method/"
|
|
2204
|
-
},
|
|
2205
|
-
"organization": "Ecma International",
|
|
2206
|
-
"groups": [
|
|
2207
|
-
{
|
|
2208
|
-
"name": "TC39",
|
|
2209
|
-
"url": "https://tc39.es/"
|
|
2210
|
-
}
|
|
2211
|
-
],
|
|
2212
|
-
"nightly": {
|
|
2213
|
-
"url": "https://tc39.es/proposal-relative-indexing-method/",
|
|
2214
|
-
"repository": "https://github.com/tc39/proposal-relative-indexing-method",
|
|
2215
|
-
"sourcePath": "spec.html",
|
|
2216
|
-
"filename": "index.html"
|
|
2217
|
-
},
|
|
2218
|
-
"title": "Relative Indexing Method",
|
|
2219
|
-
"source": "spec",
|
|
2220
|
-
"shortTitle": "Relative Indexing Method",
|
|
2221
|
-
"categories": [
|
|
2222
|
-
"browser"
|
|
2223
|
-
]
|
|
2224
|
-
},
|
|
2225
2044
|
{
|
|
2226
2045
|
"url": "https://tc39.es/proposal-resizablearraybuffer/",
|
|
2227
2046
|
"seriesComposition": "full",
|
|
@@ -2284,37 +2103,6 @@
|
|
|
2284
2103
|
"browser"
|
|
2285
2104
|
]
|
|
2286
2105
|
},
|
|
2287
|
-
{
|
|
2288
|
-
"url": "https://tc39.es/proposal-static-class-features/",
|
|
2289
|
-
"seriesComposition": "full",
|
|
2290
|
-
"shortname": "tc39-static-class-features",
|
|
2291
|
-
"series": {
|
|
2292
|
-
"shortname": "tc39-static-class-features",
|
|
2293
|
-
"currentSpecification": "tc39-static-class-features",
|
|
2294
|
-
"title": "Static class features",
|
|
2295
|
-
"shortTitle": "Static class features",
|
|
2296
|
-
"nightlyUrl": "https://tc39.es/proposal-static-class-features/"
|
|
2297
|
-
},
|
|
2298
|
-
"organization": "Ecma International",
|
|
2299
|
-
"groups": [
|
|
2300
|
-
{
|
|
2301
|
-
"name": "TC39",
|
|
2302
|
-
"url": "https://tc39.es/"
|
|
2303
|
-
}
|
|
2304
|
-
],
|
|
2305
|
-
"nightly": {
|
|
2306
|
-
"url": "https://tc39.es/proposal-static-class-features/",
|
|
2307
|
-
"repository": "https://github.com/tc39/proposal-static-class-features",
|
|
2308
|
-
"sourcePath": "spec.html",
|
|
2309
|
-
"filename": "index.html"
|
|
2310
|
-
},
|
|
2311
|
-
"title": "Static class features",
|
|
2312
|
-
"source": "spec",
|
|
2313
|
-
"shortTitle": "Static class features",
|
|
2314
|
-
"categories": [
|
|
2315
|
-
"browser"
|
|
2316
|
-
]
|
|
2317
|
-
},
|
|
2318
2106
|
{
|
|
2319
2107
|
"url": "https://tc39.es/proposal-temporal/",
|
|
2320
2108
|
"seriesComposition": "full",
|
|
@@ -2346,37 +2134,6 @@
|
|
|
2346
2134
|
"browser"
|
|
2347
2135
|
]
|
|
2348
2136
|
},
|
|
2349
|
-
{
|
|
2350
|
-
"url": "https://tc39.es/proposal-top-level-await/",
|
|
2351
|
-
"seriesComposition": "full",
|
|
2352
|
-
"shortname": "tc39-top-level-await",
|
|
2353
|
-
"series": {
|
|
2354
|
-
"shortname": "tc39-top-level-await",
|
|
2355
|
-
"currentSpecification": "tc39-top-level-await",
|
|
2356
|
-
"title": "Top-Level Await",
|
|
2357
|
-
"shortTitle": "Top-Level Await",
|
|
2358
|
-
"nightlyUrl": "https://tc39.es/proposal-top-level-await/"
|
|
2359
|
-
},
|
|
2360
|
-
"organization": "Ecma International",
|
|
2361
|
-
"groups": [
|
|
2362
|
-
{
|
|
2363
|
-
"name": "TC39",
|
|
2364
|
-
"url": "https://tc39.es/"
|
|
2365
|
-
}
|
|
2366
|
-
],
|
|
2367
|
-
"nightly": {
|
|
2368
|
-
"url": "https://tc39.es/proposal-top-level-await/",
|
|
2369
|
-
"repository": "https://github.com/tc39/proposal-top-level-await",
|
|
2370
|
-
"sourcePath": "spec.html",
|
|
2371
|
-
"filename": "index.html"
|
|
2372
|
-
},
|
|
2373
|
-
"title": "Top-Level Await",
|
|
2374
|
-
"source": "spec",
|
|
2375
|
-
"shortTitle": "Top-Level Await",
|
|
2376
|
-
"categories": [
|
|
2377
|
-
"browser"
|
|
2378
|
-
]
|
|
2379
|
-
},
|
|
2380
2137
|
{
|
|
2381
2138
|
"url": "https://testutils.spec.whatwg.org/",
|
|
2382
2139
|
"seriesComposition": "full",
|
|
@@ -2804,37 +2561,6 @@
|
|
|
2804
2561
|
"browser"
|
|
2805
2562
|
]
|
|
2806
2563
|
},
|
|
2807
|
-
{
|
|
2808
|
-
"url": "https://w3c.github.io/mediacapture-region/",
|
|
2809
|
-
"seriesComposition": "full",
|
|
2810
|
-
"shortname": "mediacapture-region",
|
|
2811
|
-
"series": {
|
|
2812
|
-
"shortname": "mediacapture-region",
|
|
2813
|
-
"currentSpecification": "mediacapture-region",
|
|
2814
|
-
"title": "Region Capture",
|
|
2815
|
-
"shortTitle": "Region Capture",
|
|
2816
|
-
"nightlyUrl": "https://w3c.github.io/mediacapture-region/"
|
|
2817
|
-
},
|
|
2818
|
-
"organization": "W3C",
|
|
2819
|
-
"groups": [
|
|
2820
|
-
{
|
|
2821
|
-
"name": "Web Real-Time Communications Working Group",
|
|
2822
|
-
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
2823
|
-
}
|
|
2824
|
-
],
|
|
2825
|
-
"nightly": {
|
|
2826
|
-
"url": "https://w3c.github.io/mediacapture-region/",
|
|
2827
|
-
"repository": "https://github.com/w3c/mediacapture-region",
|
|
2828
|
-
"sourcePath": "index.html",
|
|
2829
|
-
"filename": "index.html"
|
|
2830
|
-
},
|
|
2831
|
-
"title": "Region Capture",
|
|
2832
|
-
"source": "spec",
|
|
2833
|
-
"shortTitle": "Region Capture",
|
|
2834
|
-
"categories": [
|
|
2835
|
-
"browser"
|
|
2836
|
-
]
|
|
2837
|
-
},
|
|
2838
2564
|
{
|
|
2839
2565
|
"url": "https://w3c.github.io/PNG-spec/",
|
|
2840
2566
|
"seriesComposition": "full",
|
|
@@ -3107,6 +2833,37 @@
|
|
|
3107
2833
|
]
|
|
3108
2834
|
}
|
|
3109
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
"url": "https://w3c.github.io/window-placement/",
|
|
2838
|
+
"seriesComposition": "full",
|
|
2839
|
+
"shortname": "window-placement",
|
|
2840
|
+
"series": {
|
|
2841
|
+
"shortname": "window-placement",
|
|
2842
|
+
"currentSpecification": "window-placement",
|
|
2843
|
+
"title": "Multi-Screen Window Placement",
|
|
2844
|
+
"shortTitle": "Multi-Screen Window Placement",
|
|
2845
|
+
"nightlyUrl": "https://w3c.github.io/window-placement/"
|
|
2846
|
+
},
|
|
2847
|
+
"organization": "W3C",
|
|
2848
|
+
"groups": [
|
|
2849
|
+
{
|
|
2850
|
+
"name": "Second Screen Working Group",
|
|
2851
|
+
"url": "https://www.w3.org/2014/secondscreen/"
|
|
2852
|
+
}
|
|
2853
|
+
],
|
|
2854
|
+
"nightly": {
|
|
2855
|
+
"url": "https://w3c.github.io/window-placement/",
|
|
2856
|
+
"repository": "https://github.com/w3c/window-placement",
|
|
2857
|
+
"sourcePath": "index.bs",
|
|
2858
|
+
"filename": "index.html"
|
|
2859
|
+
},
|
|
2860
|
+
"title": "Multi-Screen Window Placement",
|
|
2861
|
+
"source": "spec",
|
|
2862
|
+
"shortTitle": "Multi-Screen Window Placement",
|
|
2863
|
+
"categories": [
|
|
2864
|
+
"browser"
|
|
2865
|
+
]
|
|
2866
|
+
},
|
|
3110
2867
|
{
|
|
3111
2868
|
"url": "https://webassembly.github.io/exception-handling/js-api/",
|
|
3112
2869
|
"seriesComposition": "fork",
|
|
@@ -3475,8 +3232,8 @@
|
|
|
3475
3232
|
"series": {
|
|
3476
3233
|
"shortname": "compute-pressure",
|
|
3477
3234
|
"currentSpecification": "compute-pressure",
|
|
3478
|
-
"title": "Compute Pressure
|
|
3479
|
-
"shortTitle": "Compute Pressure
|
|
3235
|
+
"title": "Compute Pressure",
|
|
3236
|
+
"shortTitle": "Compute Pressure",
|
|
3480
3237
|
"nightlyUrl": "https://wicg.github.io/compute-pressure/"
|
|
3481
3238
|
},
|
|
3482
3239
|
"organization": "W3C",
|
|
@@ -3492,9 +3249,9 @@
|
|
|
3492
3249
|
"sourcePath": "index.html",
|
|
3493
3250
|
"filename": "index.html"
|
|
3494
3251
|
},
|
|
3495
|
-
"title": "Compute Pressure
|
|
3252
|
+
"title": "Compute Pressure Level 1",
|
|
3496
3253
|
"source": "spec",
|
|
3497
|
-
"shortTitle": "Compute Pressure
|
|
3254
|
+
"shortTitle": "Compute Pressure 1",
|
|
3498
3255
|
"categories": [
|
|
3499
3256
|
"browser"
|
|
3500
3257
|
]
|
|
@@ -5575,6 +5332,37 @@
|
|
|
5575
5332
|
]
|
|
5576
5333
|
}
|
|
5577
5334
|
},
|
|
5335
|
+
{
|
|
5336
|
+
"url": "https://wicg.github.io/webcrypto-secure-curves/",
|
|
5337
|
+
"seriesComposition": "full",
|
|
5338
|
+
"shortname": "webcrypto-secure-curves",
|
|
5339
|
+
"series": {
|
|
5340
|
+
"shortname": "webcrypto-secure-curves",
|
|
5341
|
+
"currentSpecification": "webcrypto-secure-curves",
|
|
5342
|
+
"title": "Secure Curves in the Web Cryptography API",
|
|
5343
|
+
"shortTitle": "Secure Curves in the Web Cryptography API",
|
|
5344
|
+
"nightlyUrl": "https://wicg.github.io/webcrypto-secure-curves/"
|
|
5345
|
+
},
|
|
5346
|
+
"organization": "W3C",
|
|
5347
|
+
"groups": [
|
|
5348
|
+
{
|
|
5349
|
+
"name": "Web Platform Incubator Community Group",
|
|
5350
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
5351
|
+
}
|
|
5352
|
+
],
|
|
5353
|
+
"nightly": {
|
|
5354
|
+
"url": "https://wicg.github.io/webcrypto-secure-curves/",
|
|
5355
|
+
"repository": "https://github.com/WICG/webcrypto-secure-curves",
|
|
5356
|
+
"sourcePath": "index.html",
|
|
5357
|
+
"filename": "index.html"
|
|
5358
|
+
},
|
|
5359
|
+
"title": "Secure Curves in the Web Cryptography API",
|
|
5360
|
+
"source": "spec",
|
|
5361
|
+
"shortTitle": "Secure Curves in the Web Cryptography API",
|
|
5362
|
+
"categories": [
|
|
5363
|
+
"browser"
|
|
5364
|
+
]
|
|
5365
|
+
},
|
|
5578
5366
|
{
|
|
5579
5367
|
"url": "https://wicg.github.io/webhid/",
|
|
5580
5368
|
"seriesComposition": "full",
|
|
@@ -14064,6 +13852,42 @@
|
|
|
14064
13852
|
]
|
|
14065
13853
|
}
|
|
14066
13854
|
},
|
|
13855
|
+
{
|
|
13856
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
13857
|
+
"seriesComposition": "full",
|
|
13858
|
+
"shortname": "mediacapture-region",
|
|
13859
|
+
"series": {
|
|
13860
|
+
"shortname": "mediacapture-region",
|
|
13861
|
+
"currentSpecification": "mediacapture-region",
|
|
13862
|
+
"title": "Region Capture",
|
|
13863
|
+
"shortTitle": "Region Capture",
|
|
13864
|
+
"releaseUrl": "https://www.w3.org/TR/mediacapture-region/",
|
|
13865
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-region/"
|
|
13866
|
+
},
|
|
13867
|
+
"organization": "W3C",
|
|
13868
|
+
"groups": [
|
|
13869
|
+
{
|
|
13870
|
+
"name": "Web Real-Time Communications Working Group",
|
|
13871
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
13872
|
+
}
|
|
13873
|
+
],
|
|
13874
|
+
"release": {
|
|
13875
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
13876
|
+
"filename": "Overview.html"
|
|
13877
|
+
},
|
|
13878
|
+
"nightly": {
|
|
13879
|
+
"url": "https://w3c.github.io/mediacapture-region/",
|
|
13880
|
+
"repository": "https://github.com/w3c/mediacapture-region",
|
|
13881
|
+
"sourcePath": "index.html",
|
|
13882
|
+
"filename": "index.html"
|
|
13883
|
+
},
|
|
13884
|
+
"title": "Region Capture",
|
|
13885
|
+
"source": "w3c",
|
|
13886
|
+
"shortTitle": "Region Capture",
|
|
13887
|
+
"categories": [
|
|
13888
|
+
"browser"
|
|
13889
|
+
]
|
|
13890
|
+
},
|
|
14067
13891
|
{
|
|
14068
13892
|
"url": "https://www.w3.org/TR/mediacapture-streams/",
|
|
14069
13893
|
"seriesComposition": "full",
|
|
@@ -16869,7 +16693,7 @@
|
|
|
16869
16693
|
"groups": [
|
|
16870
16694
|
{
|
|
16871
16695
|
"name": "WebAssembly Working Group",
|
|
16872
|
-
"url": "https://www.w3.org/wasm
|
|
16696
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
16873
16697
|
}
|
|
16874
16698
|
],
|
|
16875
16699
|
"release": {
|
|
@@ -16909,7 +16733,7 @@
|
|
|
16909
16733
|
"groups": [
|
|
16910
16734
|
{
|
|
16911
16735
|
"name": "WebAssembly Working Group",
|
|
16912
|
-
"url": "https://www.w3.org/wasm
|
|
16736
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
16913
16737
|
}
|
|
16914
16738
|
],
|
|
16915
16739
|
"release": {
|
|
@@ -16952,7 +16776,7 @@
|
|
|
16952
16776
|
"groups": [
|
|
16953
16777
|
{
|
|
16954
16778
|
"name": "WebAssembly Working Group",
|
|
16955
|
-
"url": "https://www.w3.org/wasm
|
|
16779
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
16956
16780
|
}
|
|
16957
16781
|
],
|
|
16958
16782
|
"release": {
|
package/package.json
CHANGED