browser-specs 3.5.0 → 3.6.1
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 +122 -329
- 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,28 +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": "
|
|
1697
|
+
"title": "Change Array by copy",
|
|
1723
1698
|
"source": "spec",
|
|
1724
|
-
"shortTitle": "
|
|
1699
|
+
"shortTitle": "Change Array by copy",
|
|
1725
1700
|
"categories": [
|
|
1726
1701
|
"browser"
|
|
1727
1702
|
]
|
|
1728
1703
|
},
|
|
1729
1704
|
{
|
|
1730
|
-
"url": "https://tc39.es/proposal-
|
|
1705
|
+
"url": "https://tc39.es/proposal-decorators/",
|
|
1731
1706
|
"seriesComposition": "full",
|
|
1732
|
-
"shortname": "tc39-
|
|
1707
|
+
"shortname": "tc39-decorators",
|
|
1733
1708
|
"series": {
|
|
1734
|
-
"shortname": "tc39-
|
|
1735
|
-
"currentSpecification": "tc39-
|
|
1736
|
-
"title": "
|
|
1737
|
-
"shortTitle": "
|
|
1738
|
-
"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/"
|
|
1739
1714
|
},
|
|
1740
1715
|
"organization": "Ecma International",
|
|
1741
1716
|
"groups": [
|
|
@@ -1745,45 +1720,13 @@
|
|
|
1745
1720
|
}
|
|
1746
1721
|
],
|
|
1747
1722
|
"nightly": {
|
|
1748
|
-
"url": "https://tc39.es/proposal-
|
|
1749
|
-
"repository": "https://github.com/tc39/proposal-
|
|
1750
|
-
"sourcePath": "spec/index.html",
|
|
1723
|
+
"url": "https://tc39.es/proposal-decorators/",
|
|
1724
|
+
"repository": "https://github.com/tc39/proposal-decorators",
|
|
1751
1725
|
"filename": "index.html"
|
|
1752
1726
|
},
|
|
1753
|
-
"title": "
|
|
1727
|
+
"title": "Decorators proposal",
|
|
1754
1728
|
"source": "spec",
|
|
1755
|
-
"shortTitle": "
|
|
1756
|
-
"categories": [
|
|
1757
|
-
"browser"
|
|
1758
|
-
]
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"url": "https://tc39.es/proposal-error-cause/",
|
|
1762
|
-
"seriesComposition": "full",
|
|
1763
|
-
"shortname": "tc39-error-cause",
|
|
1764
|
-
"series": {
|
|
1765
|
-
"shortname": "tc39-error-cause",
|
|
1766
|
-
"currentSpecification": "tc39-error-cause",
|
|
1767
|
-
"title": "Error Cause",
|
|
1768
|
-
"shortTitle": "Error Cause",
|
|
1769
|
-
"nightlyUrl": "https://tc39.es/proposal-error-cause/"
|
|
1770
|
-
},
|
|
1771
|
-
"organization": "Ecma International",
|
|
1772
|
-
"groups": [
|
|
1773
|
-
{
|
|
1774
|
-
"name": "TC39",
|
|
1775
|
-
"url": "https://tc39.es/"
|
|
1776
|
-
}
|
|
1777
|
-
],
|
|
1778
|
-
"nightly": {
|
|
1779
|
-
"url": "https://tc39.es/proposal-error-cause/",
|
|
1780
|
-
"repository": "https://github.com/tc39/proposal-error-cause",
|
|
1781
|
-
"sourcePath": "index.html",
|
|
1782
|
-
"filename": "index.html"
|
|
1783
|
-
},
|
|
1784
|
-
"title": "Error Cause",
|
|
1785
|
-
"source": "spec",
|
|
1786
|
-
"shortTitle": "Error Cause",
|
|
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",
|
|
@@ -2528,7 +2285,7 @@
|
|
|
2528
2285
|
"groups": [
|
|
2529
2286
|
{
|
|
2530
2287
|
"name": "Web Applications Working Group",
|
|
2531
|
-
"url": "https://www.w3.org/
|
|
2288
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
2532
2289
|
}
|
|
2533
2290
|
],
|
|
2534
2291
|
"nightly": {
|
|
@@ -2596,7 +2353,7 @@
|
|
|
2596
2353
|
"groups": [
|
|
2597
2354
|
{
|
|
2598
2355
|
"name": "Web Applications Working Group",
|
|
2599
|
-
"url": "https://www.w3.org/
|
|
2356
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
2600
2357
|
}
|
|
2601
2358
|
],
|
|
2602
2359
|
"nightly": {
|
|
@@ -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",
|
|
@@ -2881,7 +2607,7 @@
|
|
|
2881
2607
|
"groups": [
|
|
2882
2608
|
{
|
|
2883
2609
|
"name": "Web Applications Working Group",
|
|
2884
|
-
"url": "https://www.w3.org/
|
|
2610
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
2885
2611
|
}
|
|
2886
2612
|
],
|
|
2887
2613
|
"nightly": {
|
|
@@ -3475,8 +3201,8 @@
|
|
|
3475
3201
|
"series": {
|
|
3476
3202
|
"shortname": "compute-pressure",
|
|
3477
3203
|
"currentSpecification": "compute-pressure",
|
|
3478
|
-
"title": "Compute Pressure
|
|
3479
|
-
"shortTitle": "Compute Pressure
|
|
3204
|
+
"title": "Compute Pressure",
|
|
3205
|
+
"shortTitle": "Compute Pressure",
|
|
3480
3206
|
"nightlyUrl": "https://wicg.github.io/compute-pressure/"
|
|
3481
3207
|
},
|
|
3482
3208
|
"organization": "W3C",
|
|
@@ -3492,9 +3218,9 @@
|
|
|
3492
3218
|
"sourcePath": "index.html",
|
|
3493
3219
|
"filename": "index.html"
|
|
3494
3220
|
},
|
|
3495
|
-
"title": "Compute Pressure
|
|
3221
|
+
"title": "Compute Pressure Level 1",
|
|
3496
3222
|
"source": "spec",
|
|
3497
|
-
"shortTitle": "Compute Pressure
|
|
3223
|
+
"shortTitle": "Compute Pressure 1",
|
|
3498
3224
|
"categories": [
|
|
3499
3225
|
"browser"
|
|
3500
3226
|
]
|
|
@@ -5575,6 +5301,37 @@
|
|
|
5575
5301
|
]
|
|
5576
5302
|
}
|
|
5577
5303
|
},
|
|
5304
|
+
{
|
|
5305
|
+
"url": "https://wicg.github.io/webcrypto-secure-curves/",
|
|
5306
|
+
"seriesComposition": "full",
|
|
5307
|
+
"shortname": "webcrypto-secure-curves",
|
|
5308
|
+
"series": {
|
|
5309
|
+
"shortname": "webcrypto-secure-curves",
|
|
5310
|
+
"currentSpecification": "webcrypto-secure-curves",
|
|
5311
|
+
"title": "Secure Curves in the Web Cryptography API",
|
|
5312
|
+
"shortTitle": "Secure Curves in the Web Cryptography API",
|
|
5313
|
+
"nightlyUrl": "https://wicg.github.io/webcrypto-secure-curves/"
|
|
5314
|
+
},
|
|
5315
|
+
"organization": "W3C",
|
|
5316
|
+
"groups": [
|
|
5317
|
+
{
|
|
5318
|
+
"name": "Web Platform Incubator Community Group",
|
|
5319
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
5320
|
+
}
|
|
5321
|
+
],
|
|
5322
|
+
"nightly": {
|
|
5323
|
+
"url": "https://wicg.github.io/webcrypto-secure-curves/",
|
|
5324
|
+
"repository": "https://github.com/WICG/webcrypto-secure-curves",
|
|
5325
|
+
"sourcePath": "index.html",
|
|
5326
|
+
"filename": "index.html"
|
|
5327
|
+
},
|
|
5328
|
+
"title": "Secure Curves in the Web Cryptography API",
|
|
5329
|
+
"source": "spec",
|
|
5330
|
+
"shortTitle": "Secure Curves in the Web Cryptography API",
|
|
5331
|
+
"categories": [
|
|
5332
|
+
"browser"
|
|
5333
|
+
]
|
|
5334
|
+
},
|
|
5578
5335
|
{
|
|
5579
5336
|
"url": "https://wicg.github.io/webhid/",
|
|
5580
5337
|
"seriesComposition": "full",
|
|
@@ -8241,7 +7998,7 @@
|
|
|
8241
7998
|
"groups": [
|
|
8242
7999
|
{
|
|
8243
8000
|
"name": "Web Applications Working Group",
|
|
8244
|
-
"url": "https://www.w3.org/
|
|
8001
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
8245
8002
|
}
|
|
8246
8003
|
],
|
|
8247
8004
|
"release": {
|
|
@@ -8487,7 +8244,7 @@
|
|
|
8487
8244
|
"groups": [
|
|
8488
8245
|
{
|
|
8489
8246
|
"name": "Web Applications Working Group",
|
|
8490
|
-
"url": "https://www.w3.org/
|
|
8247
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
8491
8248
|
}
|
|
8492
8249
|
],
|
|
8493
8250
|
"release": {
|
|
@@ -12888,7 +12645,7 @@
|
|
|
12888
12645
|
"groups": [
|
|
12889
12646
|
{
|
|
12890
12647
|
"name": "Web Applications Working Group",
|
|
12891
|
-
"url": "https://www.w3.org/
|
|
12648
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
12892
12649
|
}
|
|
12893
12650
|
],
|
|
12894
12651
|
"release": {
|
|
@@ -13057,7 +12814,7 @@
|
|
|
13057
12814
|
"groups": [
|
|
13058
12815
|
{
|
|
13059
12816
|
"name": "Web Applications Working Group",
|
|
13060
|
-
"url": "https://www.w3.org/
|
|
12817
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13061
12818
|
}
|
|
13062
12819
|
],
|
|
13063
12820
|
"release": {
|
|
@@ -13470,7 +13227,7 @@
|
|
|
13470
13227
|
"groups": [
|
|
13471
13228
|
{
|
|
13472
13229
|
"name": "Web Applications Working Group",
|
|
13473
|
-
"url": "https://www.w3.org/
|
|
13230
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13474
13231
|
}
|
|
13475
13232
|
],
|
|
13476
13233
|
"release": {
|
|
@@ -13626,7 +13383,7 @@
|
|
|
13626
13383
|
"groups": [
|
|
13627
13384
|
{
|
|
13628
13385
|
"name": "Web Applications Working Group",
|
|
13629
|
-
"url": "https://www.w3.org/
|
|
13386
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13630
13387
|
}
|
|
13631
13388
|
],
|
|
13632
13389
|
"release": {
|
|
@@ -13664,7 +13421,7 @@
|
|
|
13664
13421
|
"groups": [
|
|
13665
13422
|
{
|
|
13666
13423
|
"name": "Web Applications Working Group",
|
|
13667
|
-
"url": "https://www.w3.org/
|
|
13424
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13668
13425
|
}
|
|
13669
13426
|
],
|
|
13670
13427
|
"release": {
|
|
@@ -13706,7 +13463,7 @@
|
|
|
13706
13463
|
"groups": [
|
|
13707
13464
|
{
|
|
13708
13465
|
"name": "Web Applications Working Group",
|
|
13709
|
-
"url": "https://www.w3.org/
|
|
13466
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13710
13467
|
}
|
|
13711
13468
|
],
|
|
13712
13469
|
"release": {
|
|
@@ -13748,7 +13505,7 @@
|
|
|
13748
13505
|
"groups": [
|
|
13749
13506
|
{
|
|
13750
13507
|
"name": "Web Applications Working Group",
|
|
13751
|
-
"url": "https://www.w3.org/
|
|
13508
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13752
13509
|
}
|
|
13753
13510
|
],
|
|
13754
13511
|
"release": {
|
|
@@ -13875,7 +13632,7 @@
|
|
|
13875
13632
|
"groups": [
|
|
13876
13633
|
{
|
|
13877
13634
|
"name": "Web Applications Working Group",
|
|
13878
|
-
"url": "https://www.w3.org/
|
|
13635
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
13879
13636
|
}
|
|
13880
13637
|
],
|
|
13881
13638
|
"release": {
|
|
@@ -14064,6 +13821,42 @@
|
|
|
14064
13821
|
]
|
|
14065
13822
|
}
|
|
14066
13823
|
},
|
|
13824
|
+
{
|
|
13825
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
13826
|
+
"seriesComposition": "full",
|
|
13827
|
+
"shortname": "mediacapture-region",
|
|
13828
|
+
"series": {
|
|
13829
|
+
"shortname": "mediacapture-region",
|
|
13830
|
+
"currentSpecification": "mediacapture-region",
|
|
13831
|
+
"title": "Region Capture",
|
|
13832
|
+
"shortTitle": "Region Capture",
|
|
13833
|
+
"releaseUrl": "https://www.w3.org/TR/mediacapture-region/",
|
|
13834
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-region/"
|
|
13835
|
+
},
|
|
13836
|
+
"organization": "W3C",
|
|
13837
|
+
"groups": [
|
|
13838
|
+
{
|
|
13839
|
+
"name": "Web Real-Time Communications Working Group",
|
|
13840
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
13841
|
+
}
|
|
13842
|
+
],
|
|
13843
|
+
"release": {
|
|
13844
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
13845
|
+
"filename": "Overview.html"
|
|
13846
|
+
},
|
|
13847
|
+
"nightly": {
|
|
13848
|
+
"url": "https://w3c.github.io/mediacapture-region/",
|
|
13849
|
+
"repository": "https://github.com/w3c/mediacapture-region",
|
|
13850
|
+
"sourcePath": "index.html",
|
|
13851
|
+
"filename": "index.html"
|
|
13852
|
+
},
|
|
13853
|
+
"title": "Region Capture",
|
|
13854
|
+
"source": "w3c",
|
|
13855
|
+
"shortTitle": "Region Capture",
|
|
13856
|
+
"categories": [
|
|
13857
|
+
"browser"
|
|
13858
|
+
]
|
|
13859
|
+
},
|
|
14067
13860
|
{
|
|
14068
13861
|
"url": "https://www.w3.org/TR/mediacapture-streams/",
|
|
14069
13862
|
"seriesComposition": "full",
|
|
@@ -15122,7 +14915,7 @@
|
|
|
15122
14915
|
"groups": [
|
|
15123
14916
|
{
|
|
15124
14917
|
"name": "Web Applications Working Group",
|
|
15125
|
-
"url": "https://www.w3.org/
|
|
14918
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15126
14919
|
}
|
|
15127
14920
|
],
|
|
15128
14921
|
"release": {
|
|
@@ -15290,7 +15083,7 @@
|
|
|
15290
15083
|
"groups": [
|
|
15291
15084
|
{
|
|
15292
15085
|
"name": "Web Applications Working Group",
|
|
15293
|
-
"url": "https://www.w3.org/
|
|
15086
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15294
15087
|
}
|
|
15295
15088
|
],
|
|
15296
15089
|
"release": {
|
|
@@ -15665,7 +15458,7 @@
|
|
|
15665
15458
|
"groups": [
|
|
15666
15459
|
{
|
|
15667
15460
|
"name": "Web Applications Working Group",
|
|
15668
|
-
"url": "https://www.w3.org/
|
|
15461
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15669
15462
|
}
|
|
15670
15463
|
],
|
|
15671
15464
|
"release": {
|
|
@@ -15833,7 +15626,7 @@
|
|
|
15833
15626
|
"groups": [
|
|
15834
15627
|
{
|
|
15835
15628
|
"name": "Web Applications Working Group",
|
|
15836
|
-
"url": "https://www.w3.org/
|
|
15629
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
15837
15630
|
}
|
|
15838
15631
|
],
|
|
15839
15632
|
"release": {
|
|
@@ -16615,7 +16408,7 @@
|
|
|
16615
16408
|
"groups": [
|
|
16616
16409
|
{
|
|
16617
16410
|
"name": "Web Applications Working Group",
|
|
16618
|
-
"url": "https://www.w3.org/
|
|
16411
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
16619
16412
|
}
|
|
16620
16413
|
],
|
|
16621
16414
|
"release": {
|
|
@@ -16869,7 +16662,7 @@
|
|
|
16869
16662
|
"groups": [
|
|
16870
16663
|
{
|
|
16871
16664
|
"name": "WebAssembly Working Group",
|
|
16872
|
-
"url": "https://www.w3.org/wasm
|
|
16665
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
16873
16666
|
}
|
|
16874
16667
|
],
|
|
16875
16668
|
"release": {
|
|
@@ -16909,7 +16702,7 @@
|
|
|
16909
16702
|
"groups": [
|
|
16910
16703
|
{
|
|
16911
16704
|
"name": "WebAssembly Working Group",
|
|
16912
|
-
"url": "https://www.w3.org/wasm
|
|
16705
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
16913
16706
|
}
|
|
16914
16707
|
],
|
|
16915
16708
|
"release": {
|
|
@@ -16952,7 +16745,7 @@
|
|
|
16952
16745
|
"groups": [
|
|
16953
16746
|
{
|
|
16954
16747
|
"name": "WebAssembly Working Group",
|
|
16955
|
-
"url": "https://www.w3.org/wasm
|
|
16748
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
16956
16749
|
}
|
|
16957
16750
|
],
|
|
16958
16751
|
"release": {
|
|
@@ -17038,7 +16831,7 @@
|
|
|
17038
16831
|
"groups": [
|
|
17039
16832
|
{
|
|
17040
16833
|
"name": "Web Applications Working Group",
|
|
17041
|
-
"url": "https://www.w3.org/
|
|
16834
|
+
"url": "https://www.w3.org/groups/wg/webapps"
|
|
17042
16835
|
}
|
|
17043
16836
|
],
|
|
17044
16837
|
"release": {
|
package/package.json
CHANGED