web-specs 2.5.1 → 2.8.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 +204 -310
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -437,7 +437,9 @@ That path is computed by parsing the contents of the repository for common
|
|
|
437
437
|
patterns. The info must be specified in `specs.json` for specifications that do
|
|
438
438
|
not follow a common pattern.
|
|
439
439
|
|
|
440
|
-
The `sourcePath` property is always set when `repository` is set
|
|
440
|
+
The `sourcePath` property is always set when `repository` is set... except in
|
|
441
|
+
rare cases where the source of the spec is not in the default branch of the
|
|
442
|
+
repository.
|
|
441
443
|
|
|
442
444
|
**Note:** The path is relative to the root of the repository, and only valid in
|
|
443
445
|
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",
|
|
@@ -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",
|
|
@@ -12890,6 +12678,76 @@
|
|
|
12890
12678
|
]
|
|
12891
12679
|
}
|
|
12892
12680
|
},
|
|
12681
|
+
{
|
|
12682
|
+
"url": "https://www.w3.org/TR/epub-33/",
|
|
12683
|
+
"seriesComposition": "full",
|
|
12684
|
+
"shortname": "epub-33",
|
|
12685
|
+
"series": {
|
|
12686
|
+
"shortname": "epub",
|
|
12687
|
+
"currentSpecification": "epub-33",
|
|
12688
|
+
"title": "EPUB",
|
|
12689
|
+
"shortTitle": "EPUB",
|
|
12690
|
+
"releaseUrl": "https://www.w3.org/TR/epub/",
|
|
12691
|
+
"nightlyUrl": "https://w3c.github.io/epub-specs/epub33/core/"
|
|
12692
|
+
},
|
|
12693
|
+
"seriesVersion": "3.3",
|
|
12694
|
+
"nightly": {
|
|
12695
|
+
"url": "https://w3c.github.io/epub-specs/epub33/core/",
|
|
12696
|
+
"sourcePath": "epub33/core/index.html",
|
|
12697
|
+
"repository": "https://github.com/w3c/epub-specs",
|
|
12698
|
+
"filename": "index.html"
|
|
12699
|
+
},
|
|
12700
|
+
"categories": [],
|
|
12701
|
+
"organization": "W3C",
|
|
12702
|
+
"groups": [
|
|
12703
|
+
{
|
|
12704
|
+
"name": "EPUB 3 Working Group",
|
|
12705
|
+
"url": "https://www.w3.org/publishing/groups/epub-wg/"
|
|
12706
|
+
}
|
|
12707
|
+
],
|
|
12708
|
+
"release": {
|
|
12709
|
+
"url": "https://www.w3.org/TR/epub-33/",
|
|
12710
|
+
"filename": "Overview.html"
|
|
12711
|
+
},
|
|
12712
|
+
"title": "EPUB 3.3",
|
|
12713
|
+
"source": "w3c",
|
|
12714
|
+
"shortTitle": "EPUB 3.3"
|
|
12715
|
+
},
|
|
12716
|
+
{
|
|
12717
|
+
"url": "https://www.w3.org/TR/epub-rs-33/",
|
|
12718
|
+
"seriesComposition": "full",
|
|
12719
|
+
"shortname": "epub-rs-33",
|
|
12720
|
+
"series": {
|
|
12721
|
+
"shortname": "epub-rs",
|
|
12722
|
+
"currentSpecification": "epub-rs-33",
|
|
12723
|
+
"title": "EPUB Reading Systems",
|
|
12724
|
+
"shortTitle": "EPUB Reading Systems",
|
|
12725
|
+
"releaseUrl": "https://www.w3.org/TR/epub-rs/",
|
|
12726
|
+
"nightlyUrl": "https://w3c.github.io/epub-specs/epub33/rs/"
|
|
12727
|
+
},
|
|
12728
|
+
"seriesVersion": "3.3",
|
|
12729
|
+
"nightly": {
|
|
12730
|
+
"url": "https://w3c.github.io/epub-specs/epub33/rs/",
|
|
12731
|
+
"sourcePath": "epub33/rs/index.html",
|
|
12732
|
+
"repository": "https://github.com/w3c/epub-specs",
|
|
12733
|
+
"filename": "index.html"
|
|
12734
|
+
},
|
|
12735
|
+
"categories": [],
|
|
12736
|
+
"organization": "W3C",
|
|
12737
|
+
"groups": [
|
|
12738
|
+
{
|
|
12739
|
+
"name": "EPUB 3 Working Group",
|
|
12740
|
+
"url": "https://www.w3.org/publishing/groups/epub-wg/"
|
|
12741
|
+
}
|
|
12742
|
+
],
|
|
12743
|
+
"release": {
|
|
12744
|
+
"url": "https://www.w3.org/TR/epub-rs-33/",
|
|
12745
|
+
"filename": "Overview.html"
|
|
12746
|
+
},
|
|
12747
|
+
"title": "EPUB Reading Systems 3.3",
|
|
12748
|
+
"source": "w3c",
|
|
12749
|
+
"shortTitle": "EPUB Reading Systems 3.3"
|
|
12750
|
+
},
|
|
12893
12751
|
{
|
|
12894
12752
|
"url": "https://www.w3.org/TR/fetch-metadata/",
|
|
12895
12753
|
"seriesComposition": "full",
|
|
@@ -14158,6 +14016,42 @@
|
|
|
14158
14016
|
]
|
|
14159
14017
|
}
|
|
14160
14018
|
},
|
|
14019
|
+
{
|
|
14020
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
14021
|
+
"seriesComposition": "full",
|
|
14022
|
+
"shortname": "mediacapture-region",
|
|
14023
|
+
"series": {
|
|
14024
|
+
"shortname": "mediacapture-region",
|
|
14025
|
+
"currentSpecification": "mediacapture-region",
|
|
14026
|
+
"title": "Region Capture",
|
|
14027
|
+
"shortTitle": "Region Capture",
|
|
14028
|
+
"releaseUrl": "https://www.w3.org/TR/mediacapture-region/",
|
|
14029
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-region/"
|
|
14030
|
+
},
|
|
14031
|
+
"organization": "W3C",
|
|
14032
|
+
"groups": [
|
|
14033
|
+
{
|
|
14034
|
+
"name": "Web Real-Time Communications Working Group",
|
|
14035
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
14036
|
+
}
|
|
14037
|
+
],
|
|
14038
|
+
"release": {
|
|
14039
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
14040
|
+
"filename": "Overview.html"
|
|
14041
|
+
},
|
|
14042
|
+
"nightly": {
|
|
14043
|
+
"url": "https://w3c.github.io/mediacapture-region/",
|
|
14044
|
+
"repository": "https://github.com/w3c/mediacapture-region",
|
|
14045
|
+
"sourcePath": "index.html",
|
|
14046
|
+
"filename": "index.html"
|
|
14047
|
+
},
|
|
14048
|
+
"title": "Region Capture",
|
|
14049
|
+
"source": "w3c",
|
|
14050
|
+
"shortTitle": "Region Capture",
|
|
14051
|
+
"categories": [
|
|
14052
|
+
"browser"
|
|
14053
|
+
]
|
|
14054
|
+
},
|
|
14161
14055
|
{
|
|
14162
14056
|
"url": "https://www.w3.org/TR/mediacapture-streams/",
|
|
14163
14057
|
"seriesComposition": "full",
|
|
@@ -17065,7 +16959,7 @@
|
|
|
17065
16959
|
"groups": [
|
|
17066
16960
|
{
|
|
17067
16961
|
"name": "WebAssembly Working Group",
|
|
17068
|
-
"url": "https://www.w3.org/wasm
|
|
16962
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
17069
16963
|
}
|
|
17070
16964
|
],
|
|
17071
16965
|
"release": {
|
|
@@ -17105,7 +16999,7 @@
|
|
|
17105
16999
|
"groups": [
|
|
17106
17000
|
{
|
|
17107
17001
|
"name": "WebAssembly Working Group",
|
|
17108
|
-
"url": "https://www.w3.org/wasm
|
|
17002
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
17109
17003
|
}
|
|
17110
17004
|
],
|
|
17111
17005
|
"release": {
|
|
@@ -17148,7 +17042,7 @@
|
|
|
17148
17042
|
"groups": [
|
|
17149
17043
|
{
|
|
17150
17044
|
"name": "WebAssembly Working Group",
|
|
17151
|
-
"url": "https://www.w3.org/wasm
|
|
17045
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
17152
17046
|
}
|
|
17153
17047
|
],
|
|
17154
17048
|
"release": {
|