web-specs 2.5.1 → 2.6.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 +103 -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",
|
|
@@ -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 and System Pressure",
|
|
3205
|
+
"shortTitle": "Compute and System 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 and System Pressure Level 1",
|
|
3496
3222
|
"source": "spec",
|
|
3497
|
-
"shortTitle": "Compute Pressure
|
|
3223
|
+
"shortTitle": "Compute and System 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",
|
|
@@ -14158,6 +13915,42 @@
|
|
|
14158
13915
|
]
|
|
14159
13916
|
}
|
|
14160
13917
|
},
|
|
13918
|
+
{
|
|
13919
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
13920
|
+
"seriesComposition": "full",
|
|
13921
|
+
"shortname": "mediacapture-region",
|
|
13922
|
+
"series": {
|
|
13923
|
+
"shortname": "mediacapture-region",
|
|
13924
|
+
"currentSpecification": "mediacapture-region",
|
|
13925
|
+
"title": "Region Capture",
|
|
13926
|
+
"shortTitle": "Region Capture",
|
|
13927
|
+
"releaseUrl": "https://www.w3.org/TR/mediacapture-region/",
|
|
13928
|
+
"nightlyUrl": "https://w3c.github.io/mediacapture-region/"
|
|
13929
|
+
},
|
|
13930
|
+
"organization": "W3C",
|
|
13931
|
+
"groups": [
|
|
13932
|
+
{
|
|
13933
|
+
"name": "Web Real-Time Communications Working Group",
|
|
13934
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
13935
|
+
}
|
|
13936
|
+
],
|
|
13937
|
+
"release": {
|
|
13938
|
+
"url": "https://www.w3.org/TR/mediacapture-region/",
|
|
13939
|
+
"filename": "Overview.html"
|
|
13940
|
+
},
|
|
13941
|
+
"nightly": {
|
|
13942
|
+
"url": "https://w3c.github.io/mediacapture-region/",
|
|
13943
|
+
"repository": "https://github.com/w3c/mediacapture-region",
|
|
13944
|
+
"sourcePath": "index.html",
|
|
13945
|
+
"filename": "index.html"
|
|
13946
|
+
},
|
|
13947
|
+
"title": "Region Capture",
|
|
13948
|
+
"source": "w3c",
|
|
13949
|
+
"shortTitle": "Region Capture",
|
|
13950
|
+
"categories": [
|
|
13951
|
+
"browser"
|
|
13952
|
+
]
|
|
13953
|
+
},
|
|
14161
13954
|
{
|
|
14162
13955
|
"url": "https://www.w3.org/TR/mediacapture-streams/",
|
|
14163
13956
|
"seriesComposition": "full",
|
|
@@ -17065,7 +16858,7 @@
|
|
|
17065
16858
|
"groups": [
|
|
17066
16859
|
{
|
|
17067
16860
|
"name": "WebAssembly Working Group",
|
|
17068
|
-
"url": "https://www.w3.org/wasm
|
|
16861
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
17069
16862
|
}
|
|
17070
16863
|
],
|
|
17071
16864
|
"release": {
|
|
@@ -17105,7 +16898,7 @@
|
|
|
17105
16898
|
"groups": [
|
|
17106
16899
|
{
|
|
17107
16900
|
"name": "WebAssembly Working Group",
|
|
17108
|
-
"url": "https://www.w3.org/wasm
|
|
16901
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
17109
16902
|
}
|
|
17110
16903
|
],
|
|
17111
16904
|
"release": {
|
|
@@ -17148,7 +16941,7 @@
|
|
|
17148
16941
|
"groups": [
|
|
17149
16942
|
{
|
|
17150
16943
|
"name": "WebAssembly Working Group",
|
|
17151
|
-
"url": "https://www.w3.org/wasm
|
|
16944
|
+
"url": "https://www.w3.org/groups/wg/wasm"
|
|
17152
16945
|
}
|
|
17153
16946
|
],
|
|
17154
16947
|
"release": {
|