web-specs 2.5.0 → 2.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.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/index.json +192 -329
  3. 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-class-fields/",
1674
+ "url": "https://tc39.es/proposal-change-array-by-copy/",
1700
1675
  "seriesComposition": "full",
1701
- "shortname": "tc39-class-fields",
1676
+ "shortname": "tc39-change-array-by-copy",
1702
1677
  "series": {
1703
- "shortname": "tc39-class-fields",
1704
- "currentSpecification": "tc39-class-fields",
1705
- "title": "Public and private instance fields proposal",
1706
- "shortTitle": "Public and private instance fields proposal",
1707
- "nightlyUrl": "https://tc39.es/proposal-class-fields/"
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-class-fields/",
1718
- "repository": "https://github.com/tc39/proposal-class-fields",
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": "Public and private instance fields proposal",
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": "ECMAScript class static initialization blocks",
1699
+ "shortTitle": "Change Array by copy",
1756
1700
  "categories": [
1757
1701
  "browser"
1758
1702
  ]
1759
1703
  },
1760
1704
  {
1761
- "url": "https://tc39.es/proposal-error-cause/",
1705
+ "url": "https://tc39.es/proposal-decorators/",
1762
1706
  "seriesComposition": "full",
1763
- "shortname": "tc39-error-cause",
1707
+ "shortname": "tc39-decorators",
1764
1708
  "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/"
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-error-cause/",
1780
- "repository": "https://github.com/tc39/proposal-error-cause",
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": "Error Cause",
1727
+ "title": "Decorators proposal",
1785
1728
  "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/2019/webapps/"
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/2019/webapps/"
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/2019/webapps/"
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 API",
3479
- "shortTitle": "Compute Pressure API",
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 API Level 1",
3221
+ "title": "Compute Pressure Level 1",
3496
3222
  "source": "spec",
3497
- "shortTitle": "Compute Pressure API 1",
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",
@@ -8301,7 +8058,7 @@
8301
8058
  "groups": [
8302
8059
  {
8303
8060
  "name": "Web Applications Working Group",
8304
- "url": "https://www.w3.org/2019/webapps/"
8061
+ "url": "https://www.w3.org/groups/wg/webapps"
8305
8062
  }
8306
8063
  ],
8307
8064
  "release": {
@@ -8547,7 +8304,7 @@
8547
8304
  "groups": [
8548
8305
  {
8549
8306
  "name": "Web Applications Working Group",
8550
- "url": "https://www.w3.org/2019/webapps/"
8307
+ "url": "https://www.w3.org/groups/wg/webapps"
8551
8308
  }
8552
8309
  ],
8553
8310
  "release": {
@@ -12890,6 +12647,76 @@
12890
12647
  ]
12891
12648
  }
12892
12649
  },
12650
+ {
12651
+ "url": "https://www.w3.org/TR/epub-33/",
12652
+ "seriesComposition": "full",
12653
+ "shortname": "epub-33",
12654
+ "series": {
12655
+ "shortname": "epub",
12656
+ "currentSpecification": "epub-33",
12657
+ "title": "EPUB",
12658
+ "shortTitle": "EPUB",
12659
+ "releaseUrl": "https://www.w3.org/TR/epub/",
12660
+ "nightlyUrl": "https://w3c.github.io/epub-specs/epub33/core/"
12661
+ },
12662
+ "seriesVersion": "3.3",
12663
+ "nightly": {
12664
+ "url": "https://w3c.github.io/epub-specs/epub33/core/",
12665
+ "sourcePath": "epub33/core/index.html",
12666
+ "repository": "https://github.com/w3c/epub-specs",
12667
+ "filename": "index.html"
12668
+ },
12669
+ "categories": [],
12670
+ "organization": "W3C",
12671
+ "groups": [
12672
+ {
12673
+ "name": "EPUB 3 Working Group",
12674
+ "url": "https://www.w3.org/publishing/groups/epub-wg/"
12675
+ }
12676
+ ],
12677
+ "release": {
12678
+ "url": "https://www.w3.org/TR/epub-33/",
12679
+ "filename": "Overview.html"
12680
+ },
12681
+ "title": "EPUB 3.3",
12682
+ "source": "w3c",
12683
+ "shortTitle": "EPUB 3.3"
12684
+ },
12685
+ {
12686
+ "url": "https://www.w3.org/TR/epub-rs-33/",
12687
+ "seriesComposition": "full",
12688
+ "shortname": "epub-rs-33",
12689
+ "series": {
12690
+ "shortname": "epub-rs",
12691
+ "currentSpecification": "epub-rs-33",
12692
+ "title": "EPUB Reading Systems",
12693
+ "shortTitle": "EPUB Reading Systems",
12694
+ "releaseUrl": "https://www.w3.org/TR/epub-rs/",
12695
+ "nightlyUrl": "https://w3c.github.io/epub-specs/epub33/rs/"
12696
+ },
12697
+ "seriesVersion": "3.3",
12698
+ "nightly": {
12699
+ "url": "https://w3c.github.io/epub-specs/epub33/rs/",
12700
+ "sourcePath": "epub33/rs/index.html",
12701
+ "repository": "https://github.com/w3c/epub-specs",
12702
+ "filename": "index.html"
12703
+ },
12704
+ "categories": [],
12705
+ "organization": "W3C",
12706
+ "groups": [
12707
+ {
12708
+ "name": "EPUB 3 Working Group",
12709
+ "url": "https://www.w3.org/publishing/groups/epub-wg/"
12710
+ }
12711
+ ],
12712
+ "release": {
12713
+ "url": "https://www.w3.org/TR/epub-rs-33/",
12714
+ "filename": "Overview.html"
12715
+ },
12716
+ "title": "EPUB Reading Systems 3.3",
12717
+ "source": "w3c",
12718
+ "shortTitle": "EPUB Reading Systems 3.3"
12719
+ },
12893
12720
  {
12894
12721
  "url": "https://www.w3.org/TR/fetch-metadata/",
12895
12722
  "seriesComposition": "full",
@@ -12948,7 +12775,7 @@
12948
12775
  "groups": [
12949
12776
  {
12950
12777
  "name": "Web Applications Working Group",
12951
- "url": "https://www.w3.org/2019/webapps/"
12778
+ "url": "https://www.w3.org/groups/wg/webapps"
12952
12779
  }
12953
12780
  ],
12954
12781
  "release": {
@@ -13117,7 +12944,7 @@
13117
12944
  "groups": [
13118
12945
  {
13119
12946
  "name": "Web Applications Working Group",
13120
- "url": "https://www.w3.org/2019/webapps/"
12947
+ "url": "https://www.w3.org/groups/wg/webapps"
13121
12948
  }
13122
12949
  ],
13123
12950
  "release": {
@@ -13530,7 +13357,7 @@
13530
13357
  "groups": [
13531
13358
  {
13532
13359
  "name": "Web Applications Working Group",
13533
- "url": "https://www.w3.org/2019/webapps/"
13360
+ "url": "https://www.w3.org/groups/wg/webapps"
13534
13361
  }
13535
13362
  ],
13536
13363
  "release": {
@@ -13720,7 +13547,7 @@
13720
13547
  "groups": [
13721
13548
  {
13722
13549
  "name": "Web Applications Working Group",
13723
- "url": "https://www.w3.org/2019/webapps/"
13550
+ "url": "https://www.w3.org/groups/wg/webapps"
13724
13551
  }
13725
13552
  ],
13726
13553
  "release": {
@@ -13758,7 +13585,7 @@
13758
13585
  "groups": [
13759
13586
  {
13760
13587
  "name": "Web Applications Working Group",
13761
- "url": "https://www.w3.org/2019/webapps/"
13588
+ "url": "https://www.w3.org/groups/wg/webapps"
13762
13589
  }
13763
13590
  ],
13764
13591
  "release": {
@@ -13800,7 +13627,7 @@
13800
13627
  "groups": [
13801
13628
  {
13802
13629
  "name": "Web Applications Working Group",
13803
- "url": "https://www.w3.org/2019/webapps/"
13630
+ "url": "https://www.w3.org/groups/wg/webapps"
13804
13631
  }
13805
13632
  ],
13806
13633
  "release": {
@@ -13842,7 +13669,7 @@
13842
13669
  "groups": [
13843
13670
  {
13844
13671
  "name": "Web Applications Working Group",
13845
- "url": "https://www.w3.org/2019/webapps/"
13672
+ "url": "https://www.w3.org/groups/wg/webapps"
13846
13673
  }
13847
13674
  ],
13848
13675
  "release": {
@@ -13969,7 +13796,7 @@
13969
13796
  "groups": [
13970
13797
  {
13971
13798
  "name": "Web Applications Working Group",
13972
- "url": "https://www.w3.org/2019/webapps/"
13799
+ "url": "https://www.w3.org/groups/wg/webapps"
13973
13800
  }
13974
13801
  ],
13975
13802
  "release": {
@@ -14158,6 +13985,42 @@
14158
13985
  ]
14159
13986
  }
14160
13987
  },
13988
+ {
13989
+ "url": "https://www.w3.org/TR/mediacapture-region/",
13990
+ "seriesComposition": "full",
13991
+ "shortname": "mediacapture-region",
13992
+ "series": {
13993
+ "shortname": "mediacapture-region",
13994
+ "currentSpecification": "mediacapture-region",
13995
+ "title": "Region Capture",
13996
+ "shortTitle": "Region Capture",
13997
+ "releaseUrl": "https://www.w3.org/TR/mediacapture-region/",
13998
+ "nightlyUrl": "https://w3c.github.io/mediacapture-region/"
13999
+ },
14000
+ "organization": "W3C",
14001
+ "groups": [
14002
+ {
14003
+ "name": "Web Real-Time Communications Working Group",
14004
+ "url": "https://www.w3.org/groups/wg/webrtc"
14005
+ }
14006
+ ],
14007
+ "release": {
14008
+ "url": "https://www.w3.org/TR/mediacapture-region/",
14009
+ "filename": "Overview.html"
14010
+ },
14011
+ "nightly": {
14012
+ "url": "https://w3c.github.io/mediacapture-region/",
14013
+ "repository": "https://github.com/w3c/mediacapture-region",
14014
+ "sourcePath": "index.html",
14015
+ "filename": "index.html"
14016
+ },
14017
+ "title": "Region Capture",
14018
+ "source": "w3c",
14019
+ "shortTitle": "Region Capture",
14020
+ "categories": [
14021
+ "browser"
14022
+ ]
14023
+ },
14161
14024
  {
14162
14025
  "url": "https://www.w3.org/TR/mediacapture-streams/",
14163
14026
  "seriesComposition": "full",
@@ -15318,7 +15181,7 @@
15318
15181
  "groups": [
15319
15182
  {
15320
15183
  "name": "Web Applications Working Group",
15321
- "url": "https://www.w3.org/2019/webapps/"
15184
+ "url": "https://www.w3.org/groups/wg/webapps"
15322
15185
  }
15323
15186
  ],
15324
15187
  "release": {
@@ -15486,7 +15349,7 @@
15486
15349
  "groups": [
15487
15350
  {
15488
15351
  "name": "Web Applications Working Group",
15489
- "url": "https://www.w3.org/2019/webapps/"
15352
+ "url": "https://www.w3.org/groups/wg/webapps"
15490
15353
  }
15491
15354
  ],
15492
15355
  "release": {
@@ -15861,7 +15724,7 @@
15861
15724
  "groups": [
15862
15725
  {
15863
15726
  "name": "Web Applications Working Group",
15864
- "url": "https://www.w3.org/2019/webapps/"
15727
+ "url": "https://www.w3.org/groups/wg/webapps"
15865
15728
  }
15866
15729
  ],
15867
15730
  "release": {
@@ -16029,7 +15892,7 @@
16029
15892
  "groups": [
16030
15893
  {
16031
15894
  "name": "Web Applications Working Group",
16032
- "url": "https://www.w3.org/2019/webapps/"
15895
+ "url": "https://www.w3.org/groups/wg/webapps"
16033
15896
  }
16034
15897
  ],
16035
15898
  "release": {
@@ -16811,7 +16674,7 @@
16811
16674
  "groups": [
16812
16675
  {
16813
16676
  "name": "Web Applications Working Group",
16814
- "url": "https://www.w3.org/2019/webapps/"
16677
+ "url": "https://www.w3.org/groups/wg/webapps"
16815
16678
  }
16816
16679
  ],
16817
16680
  "release": {
@@ -17065,7 +16928,7 @@
17065
16928
  "groups": [
17066
16929
  {
17067
16930
  "name": "WebAssembly Working Group",
17068
- "url": "https://www.w3.org/wasm/"
16931
+ "url": "https://www.w3.org/groups/wg/wasm"
17069
16932
  }
17070
16933
  ],
17071
16934
  "release": {
@@ -17105,7 +16968,7 @@
17105
16968
  "groups": [
17106
16969
  {
17107
16970
  "name": "WebAssembly Working Group",
17108
- "url": "https://www.w3.org/wasm/"
16971
+ "url": "https://www.w3.org/groups/wg/wasm"
17109
16972
  }
17110
16973
  ],
17111
16974
  "release": {
@@ -17148,7 +17011,7 @@
17148
17011
  "groups": [
17149
17012
  {
17150
17013
  "name": "WebAssembly Working Group",
17151
- "url": "https://www.w3.org/wasm/"
17014
+ "url": "https://www.w3.org/groups/wg/wasm"
17152
17015
  }
17153
17016
  ],
17154
17017
  "release": {
@@ -17234,7 +17097,7 @@
17234
17097
  "groups": [
17235
17098
  {
17236
17099
  "name": "Web Applications Working Group",
17237
- "url": "https://www.w3.org/2019/webapps/"
17100
+ "url": "https://www.w3.org/groups/wg/webapps"
17238
17101
  }
17239
17102
  ],
17240
17103
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.5.0",
3
+ "version": "2.7.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",