web-specs 3.35.0 → 3.37.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 +13 -12
  2. package/index.json +153 -125
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -178,10 +178,11 @@ The `shortname` property is always set.
178
178
 
179
179
  ### `title`
180
180
 
181
- The title of the spec. The title is either retrieved from the
182
- [W3C API](https://w3c.github.io/w3c-api/) for W3C specs,
183
- [Specref](https://www.specref.org/) or from the spec itself. The
184
- [`source`](#source) property details the actual provenance.
181
+ The title of the spec. The title is either retrieved from an official source
182
+ (the [W3C API](https://w3c.github.io/w3c-api/) for W3C specs, the
183
+ [workstreams database](https://github.com/whatwg/sg/blob/main/db.json) for
184
+ WHATWG specs, etc.), or from the spec itself. The [`source`](#source) property
185
+ details the actual provenance.
185
186
 
186
187
  The `title` property is always set.
187
188
 
@@ -477,11 +478,12 @@ available.
477
478
 
478
479
  The URL of the latest Editor's Draft or of the living standard.
479
480
 
480
- The URL is either retrieved from the [W3C API](https://w3c.github.io/w3c-api/)
481
- for W3C specs, or [Specref](https://www.specref.org/). The document at the
482
- versioned URL is considered to be the latest Editor's Draft if the spec does
483
- neither exist in the W3C API nor in Specref. The [`source`](#source) property
484
- details the actual provenance.
481
+ The URL is either retrieved from an official source (the
482
+ [W3C API](https://w3c.github.io/w3c-api/) for W3C specs, the
483
+ [workstreams database](https://github.com/whatwg/sg/blob/main/db.json) for
484
+ WHATWG specs, etc.) when possible. The document at the versioned URL is
485
+ considered to be the latest Editor's Draft otherwise. The [`source`](#source)
486
+ property details the actual provenance.
485
487
 
486
488
  The URL should be relatively stable but may still change over time. See
487
489
  [Spec identifiers](#spec-identifiers) for details.
@@ -544,8 +546,7 @@ The `pages` property is only set for specs identified as multipage specs.
544
546
  The URL of the repository that contains the source of the Editor's Draft or of
545
547
  the living standard.
546
548
 
547
- The URL is either retrieved from the [Specref](https://www.specref.org/) or
548
- computed from `nightly.url`.
549
+ The URL is computed from `nightly.url`.
549
550
 
550
551
  The `repository` property is always set except for IETF specs where such a repo does not always exist.
551
552
 
@@ -613,7 +614,7 @@ The `excludePaths` property is seldom set.
613
614
 
614
615
  The provenance for the `title` and `nightly` property values. Can be one of:
615
616
  - `w3c`: information retrieved from the [W3C API](https://w3c.github.io/w3c-api/)
616
- - `specref`: information retrieved from [Specref](https://www.specref.org/)
617
+ - `whatwg`: information retrieved from [WHATWG](https://spec.whatwg.org/)
617
618
  - `ietf`: information retrieved from the [IETF datatracker](https://datatracker.ietf.org)
618
619
  - `spec`: information retrieved from the spec itself
619
620
 
package/index.json CHANGED
@@ -254,7 +254,7 @@
254
254
  "series": {
255
255
  "shortname": "compat",
256
256
  "currentSpecification": "compat",
257
- "title": "Compatibility Standard",
257
+ "title": "Compatibility",
258
258
  "shortTitle": "Compatibility",
259
259
  "nightlyUrl": "https://compat.spec.whatwg.org/"
260
260
  },
@@ -273,8 +273,8 @@
273
273
  "url": "https://compat.spec.whatwg.org/"
274
274
  }
275
275
  ],
276
- "title": "Compatibility Standard",
277
- "source": "specref",
276
+ "title": "Compatibility",
277
+ "source": "whatwg",
278
278
  "shortTitle": "Compatibility",
279
279
  "categories": [
280
280
  "browser"
@@ -294,7 +294,7 @@
294
294
  "series": {
295
295
  "shortname": "compression",
296
296
  "currentSpecification": "compression",
297
- "title": "Compression Standard",
297
+ "title": "Compression",
298
298
  "shortTitle": "Compression",
299
299
  "nightlyUrl": "https://compression.spec.whatwg.org/"
300
300
  },
@@ -313,8 +313,8 @@
313
313
  "sourcePath": "index.bs",
314
314
  "filename": "index.html"
315
315
  },
316
- "title": "Compression Standard",
317
- "source": "specref",
316
+ "title": "Compression",
317
+ "source": "whatwg",
318
318
  "shortTitle": "Compression",
319
319
  "categories": [
320
320
  "browser"
@@ -328,7 +328,7 @@
328
328
  "series": {
329
329
  "shortname": "console",
330
330
  "currentSpecification": "console",
331
- "title": "Console Standard",
331
+ "title": "Console",
332
332
  "shortTitle": "Console",
333
333
  "nightlyUrl": "https://console.spec.whatwg.org/"
334
334
  },
@@ -347,8 +347,8 @@
347
347
  "sourcePath": "index.bs",
348
348
  "filename": "index.html"
349
349
  },
350
- "title": "Console Standard",
351
- "source": "specref",
350
+ "title": "Console",
351
+ "source": "whatwg",
352
352
  "shortTitle": "Console",
353
353
  "categories": [
354
354
  "browser"
@@ -504,7 +504,7 @@
504
504
  "series": {
505
505
  "shortname": "dom",
506
506
  "currentSpecification": "dom",
507
- "title": "DOM Standard",
507
+ "title": "DOM",
508
508
  "shortTitle": "DOM",
509
509
  "nightlyUrl": "https://dom.spec.whatwg.org/"
510
510
  },
@@ -523,8 +523,8 @@
523
523
  "sourcePath": "dom.bs",
524
524
  "filename": "index.html"
525
525
  },
526
- "title": "DOM Standard",
527
- "source": "specref",
526
+ "title": "DOM",
527
+ "source": "whatwg",
528
528
  "shortTitle": "DOM",
529
529
  "categories": [
530
530
  "browser"
@@ -648,8 +648,8 @@
648
648
  "sourcePath": "css-backgrounds-4/Overview.bs",
649
649
  "filename": "index.html"
650
650
  },
651
- "title": "CSS Backgrounds and Borders Module Level 4",
652
- "source": "specref",
651
+ "title": "CSS Backgrounds Module Level 4",
652
+ "source": "spec",
653
653
  "categories": [
654
654
  "browser"
655
655
  ],
@@ -1474,7 +1474,7 @@
1474
1474
  "series": {
1475
1475
  "shortname": "encoding",
1476
1476
  "currentSpecification": "encoding",
1477
- "title": "Encoding Standard",
1477
+ "title": "Encoding",
1478
1478
  "shortTitle": "Encoding",
1479
1479
  "nightlyUrl": "https://encoding.spec.whatwg.org/"
1480
1480
  },
@@ -1493,8 +1493,8 @@
1493
1493
  "sourcePath": "encoding.bs",
1494
1494
  "filename": "index.html"
1495
1495
  },
1496
- "title": "Encoding Standard",
1497
- "source": "specref",
1496
+ "title": "Encoding",
1497
+ "source": "whatwg",
1498
1498
  "shortTitle": "Encoding",
1499
1499
  "categories": [
1500
1500
  "browser"
@@ -1514,7 +1514,7 @@
1514
1514
  "series": {
1515
1515
  "shortname": "fetch",
1516
1516
  "currentSpecification": "fetch",
1517
- "title": "Fetch Standard",
1517
+ "title": "Fetch",
1518
1518
  "shortTitle": "Fetch",
1519
1519
  "nightlyUrl": "https://fetch.spec.whatwg.org/"
1520
1520
  },
@@ -1533,8 +1533,8 @@
1533
1533
  "sourcePath": "fetch.bs",
1534
1534
  "filename": "index.html"
1535
1535
  },
1536
- "title": "Fetch Standard",
1537
- "source": "specref",
1536
+ "title": "Fetch",
1537
+ "source": "whatwg",
1538
1538
  "shortTitle": "Fetch",
1539
1539
  "categories": [
1540
1540
  "browser"
@@ -1593,7 +1593,7 @@
1593
1593
  "series": {
1594
1594
  "shortname": "fs",
1595
1595
  "currentSpecification": "fs",
1596
- "title": "File System Standard",
1596
+ "title": "File System",
1597
1597
  "shortTitle": "File System",
1598
1598
  "nightlyUrl": "https://fs.spec.whatwg.org/"
1599
1599
  },
@@ -1612,8 +1612,8 @@
1612
1612
  "sourcePath": "index.bs",
1613
1613
  "filename": "index.html"
1614
1614
  },
1615
- "title": "File System Standard",
1616
- "source": "specref",
1615
+ "title": "File System",
1616
+ "source": "whatwg",
1617
1617
  "shortTitle": "File System",
1618
1618
  "categories": [
1619
1619
  "browser"
@@ -1633,7 +1633,7 @@
1633
1633
  "series": {
1634
1634
  "shortname": "fullscreen",
1635
1635
  "currentSpecification": "fullscreen",
1636
- "title": "Fullscreen API Standard",
1636
+ "title": "Fullscreen API",
1637
1637
  "shortTitle": "Fullscreen API",
1638
1638
  "nightlyUrl": "https://fullscreen.spec.whatwg.org/"
1639
1639
  },
@@ -1652,8 +1652,8 @@
1652
1652
  "sourcePath": "fullscreen.bs",
1653
1653
  "filename": "index.html"
1654
1654
  },
1655
- "title": "Fullscreen API Standard",
1656
- "source": "specref",
1655
+ "title": "Fullscreen API",
1656
+ "source": "whatwg",
1657
1657
  "shortTitle": "Fullscreen API",
1658
1658
  "categories": [
1659
1659
  "browser"
@@ -1673,7 +1673,7 @@
1673
1673
  "series": {
1674
1674
  "shortname": "html",
1675
1675
  "currentSpecification": "html",
1676
- "title": "HTML Standard",
1676
+ "title": "HTML",
1677
1677
  "shortTitle": "HTML",
1678
1678
  "nightlyUrl": "https://html.spec.whatwg.org/multipage/"
1679
1679
  },
@@ -1753,8 +1753,8 @@
1753
1753
  "url": "https://html.spec.whatwg.org/multipage/"
1754
1754
  }
1755
1755
  ],
1756
- "title": "HTML Standard",
1757
- "source": "specref",
1756
+ "title": "HTML",
1757
+ "source": "whatwg",
1758
1758
  "shortTitle": "HTML",
1759
1759
  "categories": [
1760
1760
  "browser"
@@ -1996,7 +1996,7 @@
1996
1996
  "series": {
1997
1997
  "shortname": "infra",
1998
1998
  "currentSpecification": "infra",
1999
- "title": "Infra Standard",
1999
+ "title": "Infra",
2000
2000
  "shortTitle": "Infra",
2001
2001
  "nightlyUrl": "https://infra.spec.whatwg.org/"
2002
2002
  },
@@ -2015,8 +2015,8 @@
2015
2015
  "sourcePath": "infra.bs",
2016
2016
  "filename": "index.html"
2017
2017
  },
2018
- "title": "Infra Standard",
2019
- "source": "specref",
2018
+ "title": "Infra",
2019
+ "source": "whatwg",
2020
2020
  "shortTitle": "Infra",
2021
2021
  "categories": [
2022
2022
  "browser"
@@ -2030,7 +2030,7 @@
2030
2030
  "series": {
2031
2031
  "shortname": "mimesniff",
2032
2032
  "currentSpecification": "mimesniff",
2033
- "title": "MIME Sniffing Standard",
2033
+ "title": "MIME Sniffing",
2034
2034
  "shortTitle": "MIME Sniffing",
2035
2035
  "nightlyUrl": "https://mimesniff.spec.whatwg.org/"
2036
2036
  },
@@ -2049,8 +2049,8 @@
2049
2049
  "sourcePath": "mimesniff.bs",
2050
2050
  "filename": "index.html"
2051
2051
  },
2052
- "title": "MIME Sniffing Standard",
2053
- "source": "specref",
2052
+ "title": "MIME Sniffing",
2053
+ "source": "whatwg",
2054
2054
  "shortTitle": "MIME Sniffing",
2055
2055
  "categories": [
2056
2056
  "browser"
@@ -2070,7 +2070,7 @@
2070
2070
  "series": {
2071
2071
  "shortname": "notifications",
2072
2072
  "currentSpecification": "notifications",
2073
- "title": "Notifications API Standard",
2073
+ "title": "Notifications API",
2074
2074
  "shortTitle": "Notifications API",
2075
2075
  "nightlyUrl": "https://notifications.spec.whatwg.org/"
2076
2076
  },
@@ -2089,8 +2089,8 @@
2089
2089
  "sourcePath": "notifications.bs",
2090
2090
  "filename": "index.html"
2091
2091
  },
2092
- "title": "Notifications API Standard",
2093
- "source": "specref",
2092
+ "title": "Notifications API",
2093
+ "source": "whatwg",
2094
2094
  "shortTitle": "Notifications API",
2095
2095
  "categories": [
2096
2096
  "browser"
@@ -2360,7 +2360,7 @@
2360
2360
  "series": {
2361
2361
  "shortname": "quirks",
2362
2362
  "currentSpecification": "quirks",
2363
- "title": "Quirks Mode Standard",
2363
+ "title": "Quirks Mode",
2364
2364
  "shortTitle": "Quirks Mode",
2365
2365
  "nightlyUrl": "https://quirks.spec.whatwg.org/"
2366
2366
  },
@@ -2379,8 +2379,8 @@
2379
2379
  "sourcePath": "quirks.bs",
2380
2380
  "filename": "index.html"
2381
2381
  },
2382
- "title": "Quirks Mode Standard",
2383
- "source": "specref",
2382
+ "title": "Quirks Mode",
2383
+ "source": "whatwg",
2384
2384
  "shortTitle": "Quirks Mode",
2385
2385
  "categories": [
2386
2386
  "browser"
@@ -4340,7 +4340,7 @@
4340
4340
  "series": {
4341
4341
  "shortname": "storage",
4342
4342
  "currentSpecification": "storage",
4343
- "title": "Storage Standard",
4343
+ "title": "Storage",
4344
4344
  "shortTitle": "Storage",
4345
4345
  "nightlyUrl": "https://storage.spec.whatwg.org/"
4346
4346
  },
@@ -4359,8 +4359,8 @@
4359
4359
  "sourcePath": "storage.bs",
4360
4360
  "filename": "index.html"
4361
4361
  },
4362
- "title": "Storage Standard",
4363
- "source": "specref",
4362
+ "title": "Storage",
4363
+ "source": "whatwg",
4364
4364
  "shortTitle": "Storage",
4365
4365
  "categories": [
4366
4366
  "browser"
@@ -4383,7 +4383,7 @@
4383
4383
  "series": {
4384
4384
  "shortname": "streams",
4385
4385
  "currentSpecification": "streams",
4386
- "title": "Streams Standard",
4386
+ "title": "Streams",
4387
4387
  "shortTitle": "Streams",
4388
4388
  "nightlyUrl": "https://streams.spec.whatwg.org/"
4389
4389
  },
@@ -4402,8 +4402,8 @@
4402
4402
  "sourcePath": "index.bs",
4403
4403
  "filename": "index.html"
4404
4404
  },
4405
- "title": "Streams Standard",
4406
- "source": "specref",
4405
+ "title": "Streams",
4406
+ "source": "whatwg",
4407
4407
  "shortTitle": "Streams",
4408
4408
  "categories": [
4409
4409
  "browser"
@@ -4457,7 +4457,7 @@
4457
4457
  "series": {
4458
4458
  "shortname": "ecmascript",
4459
4459
  "currentSpecification": "ecmascript",
4460
- "title": "ECMAScript Language Specification",
4460
+ "title": "ECMAScript® 2025 Language Specification",
4461
4461
  "shortTitle": "ECMAScript",
4462
4462
  "nightlyUrl": "https://tc39.es/ecma262/multipage/"
4463
4463
  },
@@ -4526,8 +4526,8 @@
4526
4526
  ],
4527
4527
  "filename": "index.html"
4528
4528
  },
4529
- "title": "ECMAScript Language Specification",
4530
- "source": "specref",
4529
+ "title": "ECMAScript® 2025 Language Specification",
4530
+ "source": "spec",
4531
4531
  "categories": [
4532
4532
  "browser"
4533
4533
  ],
@@ -4540,8 +4540,8 @@
4540
4540
  "series": {
4541
4541
  "shortname": "ecma-402",
4542
4542
  "currentSpecification": "ecma-402",
4543
- "title": "ECMAScript Internationalization API Specification",
4544
- "shortTitle": "ECMAScript Internationalization API",
4543
+ "title": "ECMAScript® 2025 Internationalization API Specification",
4544
+ "shortTitle": "ECMAScript® 2025 Internationalization API",
4545
4545
  "nightlyUrl": "https://tc39.es/ecma402/"
4546
4546
  },
4547
4547
  "tests": {
@@ -4565,9 +4565,9 @@
4565
4565
  "sourcePath": "spec/index.html",
4566
4566
  "filename": "index.html"
4567
4567
  },
4568
- "title": "ECMAScript Internationalization API Specification",
4569
- "source": "specref",
4570
- "shortTitle": "ECMAScript Internationalization API",
4568
+ "title": "ECMAScript® 2025 Internationalization API Specification",
4569
+ "source": "spec",
4570
+ "shortTitle": "ECMAScript® 2025 Internationalization API",
4571
4571
  "categories": [
4572
4572
  "browser"
4573
4573
  ],
@@ -5950,7 +5950,7 @@
5950
5950
  "series": {
5951
5951
  "shortname": "testutils",
5952
5952
  "currentSpecification": "testutils",
5953
- "title": "Test Utils Standard",
5953
+ "title": "Test Utils",
5954
5954
  "shortTitle": "Test Utils",
5955
5955
  "nightlyUrl": "https://testutils.spec.whatwg.org/"
5956
5956
  },
@@ -5969,8 +5969,8 @@
5969
5969
  "sourcePath": "index.bs",
5970
5970
  "filename": "index.html"
5971
5971
  },
5972
- "title": "Test Utils Standard",
5973
- "source": "specref",
5972
+ "title": "Test Utils",
5973
+ "source": "whatwg",
5974
5974
  "shortTitle": "Test Utils",
5975
5975
  "categories": [
5976
5976
  "browser"
@@ -5984,7 +5984,7 @@
5984
5984
  "series": {
5985
5985
  "shortname": "url",
5986
5986
  "currentSpecification": "url",
5987
- "title": "URL Standard",
5987
+ "title": "URL",
5988
5988
  "shortTitle": "URL",
5989
5989
  "nightlyUrl": "https://url.spec.whatwg.org/"
5990
5990
  },
@@ -6003,8 +6003,8 @@
6003
6003
  "sourcePath": "url.bs",
6004
6004
  "filename": "index.html"
6005
6005
  },
6006
- "title": "URL Standard",
6007
- "source": "specref",
6006
+ "title": "URL",
6007
+ "source": "whatwg",
6008
6008
  "shortTitle": "URL",
6009
6009
  "categories": [
6010
6010
  "browser"
@@ -6024,7 +6024,7 @@
6024
6024
  "series": {
6025
6025
  "shortname": "urlpattern",
6026
6026
  "currentSpecification": "urlpattern",
6027
- "title": "URL Pattern Standard",
6027
+ "title": "URL Pattern",
6028
6028
  "shortTitle": "URL Pattern",
6029
6029
  "nightlyUrl": "https://urlpattern.spec.whatwg.org/"
6030
6030
  },
@@ -6043,8 +6043,8 @@
6043
6043
  "sourcePath": "spec.bs",
6044
6044
  "filename": "index.html"
6045
6045
  },
6046
- "title": "URL Pattern Standard",
6047
- "source": "specref",
6046
+ "title": "URL Pattern",
6047
+ "source": "whatwg",
6048
6048
  "shortTitle": "URL Pattern",
6049
6049
  "categories": [
6050
6050
  "browser"
@@ -7278,6 +7278,40 @@
7278
7278
  ],
7279
7279
  "standing": "good"
7280
7280
  },
7281
+ {
7282
+ "url": "https://webaudio.github.io/web-speech-api/",
7283
+ "seriesComposition": "full",
7284
+ "shortname": "speech-api",
7285
+ "series": {
7286
+ "shortname": "speech-api",
7287
+ "currentSpecification": "speech-api",
7288
+ "title": "Web Speech API",
7289
+ "shortTitle": "Web Speech API",
7290
+ "nightlyUrl": "https://webaudio.github.io/web-speech-api/"
7291
+ },
7292
+ "organization": "W3C",
7293
+ "groups": [
7294
+ {
7295
+ "name": "Audio Community Group",
7296
+ "url": "https://www.w3.org/community/audio-comgp/"
7297
+ }
7298
+ ],
7299
+ "nightly": {
7300
+ "url": "https://webaudio.github.io/web-speech-api/",
7301
+ "status": "Draft Community Group Report",
7302
+ "alternateUrls": [],
7303
+ "repository": "https://github.com/WebAudio/web-speech-api",
7304
+ "sourcePath": "index.bs",
7305
+ "filename": "index.html"
7306
+ },
7307
+ "title": "Web Speech API",
7308
+ "source": "spec",
7309
+ "shortTitle": "Web Speech API",
7310
+ "categories": [
7311
+ "browser"
7312
+ ],
7313
+ "standing": "good"
7314
+ },
7281
7315
  {
7282
7316
  "url": "https://webbluetoothcg.github.io/web-bluetooth/",
7283
7317
  "seriesComposition": "full",
@@ -7305,7 +7339,7 @@
7305
7339
  "filename": "index.html"
7306
7340
  },
7307
7341
  "title": "Web Bluetooth",
7308
- "source": "specref",
7342
+ "source": "spec",
7309
7343
  "shortTitle": "Web Bluetooth",
7310
7344
  "categories": [
7311
7345
  "browser"
@@ -7359,7 +7393,7 @@
7359
7393
  "series": {
7360
7394
  "shortname": "webidl",
7361
7395
  "currentSpecification": "webidl",
7362
- "title": "Web IDL Standard",
7396
+ "title": "Web IDL",
7363
7397
  "shortTitle": "Web IDL",
7364
7398
  "nightlyUrl": "https://webidl.spec.whatwg.org/"
7365
7399
  },
@@ -7378,8 +7412,8 @@
7378
7412
  "sourcePath": "index.bs",
7379
7413
  "filename": "index.html"
7380
7414
  },
7381
- "title": "Web IDL Standard",
7382
- "source": "specref",
7415
+ "title": "Web IDL",
7416
+ "source": "whatwg",
7383
7417
  "shortTitle": "Web IDL",
7384
7418
  "categories": [
7385
7419
  "browser"
@@ -7399,7 +7433,7 @@
7399
7433
  "series": {
7400
7434
  "shortname": "websockets",
7401
7435
  "currentSpecification": "websockets",
7402
- "title": "WebSockets Standard",
7436
+ "title": "WebSockets",
7403
7437
  "shortTitle": "WebSockets",
7404
7438
  "nightlyUrl": "https://websockets.spec.whatwg.org/"
7405
7439
  },
@@ -7418,8 +7452,8 @@
7418
7452
  "sourcePath": "index.bs",
7419
7453
  "filename": "index.html"
7420
7454
  },
7421
- "title": "WebSockets Standard",
7422
- "source": "specref",
7455
+ "title": "WebSockets",
7456
+ "source": "whatwg",
7423
7457
  "shortTitle": "WebSockets",
7424
7458
  "categories": [
7425
7459
  "browser"
@@ -8136,6 +8170,40 @@
8136
8170
  "browser"
8137
8171
  ]
8138
8172
  },
8173
+ {
8174
+ "url": "https://wicg.github.io/document-isolation-policy/",
8175
+ "seriesComposition": "full",
8176
+ "shortname": "document-isolation-policy",
8177
+ "series": {
8178
+ "shortname": "document-isolation-policy",
8179
+ "currentSpecification": "document-isolation-policy",
8180
+ "title": "Document-Isolation-Policy",
8181
+ "shortTitle": "Document-Isolation-Policy",
8182
+ "nightlyUrl": "https://wicg.github.io/document-isolation-policy/"
8183
+ },
8184
+ "organization": "W3C",
8185
+ "groups": [
8186
+ {
8187
+ "name": "Web Platform Incubator Community Group",
8188
+ "url": "https://www.w3.org/community/wicg/"
8189
+ }
8190
+ ],
8191
+ "nightly": {
8192
+ "url": "https://wicg.github.io/document-isolation-policy/",
8193
+ "status": "Draft Community Group Report",
8194
+ "alternateUrls": [],
8195
+ "repository": "https://github.com/WICG/document-isolation-policy",
8196
+ "sourcePath": "index.bs",
8197
+ "filename": "index.html"
8198
+ },
8199
+ "title": "Document-Isolation-Policy",
8200
+ "source": "spec",
8201
+ "shortTitle": "Document-Isolation-Policy",
8202
+ "categories": [
8203
+ "browser"
8204
+ ],
8205
+ "standing": "good"
8206
+ },
8139
8207
  {
8140
8208
  "url": "https://wicg.github.io/document-picture-in-picture/",
8141
8209
  "seriesComposition": "full",
@@ -9889,46 +9957,6 @@
9889
9957
  "browser"
9890
9958
  ]
9891
9959
  },
9892
- {
9893
- "url": "https://wicg.github.io/speech-api/",
9894
- "seriesComposition": "full",
9895
- "shortname": "speech-api",
9896
- "series": {
9897
- "shortname": "speech-api",
9898
- "currentSpecification": "speech-api",
9899
- "title": "Web Speech API",
9900
- "shortTitle": "Web Speech API",
9901
- "nightlyUrl": "https://wicg.github.io/speech-api/"
9902
- },
9903
- "organization": "W3C",
9904
- "groups": [
9905
- {
9906
- "name": "Audio Community Group",
9907
- "url": "https://www.w3.org/community/audio-comgp/"
9908
- }
9909
- ],
9910
- "nightly": {
9911
- "url": "https://wicg.github.io/speech-api/",
9912
- "status": "Draft Community Group Report",
9913
- "alternateUrls": [],
9914
- "repository": "https://github.com/WICG/speech-api",
9915
- "sourcePath": "index.bs",
9916
- "filename": "index.html"
9917
- },
9918
- "title": "Web Speech API",
9919
- "source": "spec",
9920
- "shortTitle": "Web Speech API",
9921
- "categories": [
9922
- "browser"
9923
- ],
9924
- "standing": "good",
9925
- "tests": {
9926
- "repository": "https://github.com/web-platform-tests/wpt",
9927
- "testPaths": [
9928
- "speech-api"
9929
- ]
9930
- }
9931
- },
9932
9960
  {
9933
9961
  "url": "https://wicg.github.io/storage-buckets/",
9934
9962
  "seriesComposition": "full",
@@ -10602,7 +10630,7 @@
10602
10630
  }
10603
10631
  ],
10604
10632
  "title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
10605
- "source": "specref",
10633
+ "source": "spec",
10606
10634
  "categories": [
10607
10635
  "browser"
10608
10636
  ],
@@ -10627,7 +10655,7 @@
10627
10655
  }
10628
10656
  ],
10629
10657
  "title": "Information technology — JPEG XL image coding system — Part 2: File format",
10630
- "source": "specref",
10658
+ "source": "spec",
10631
10659
  "categories": [
10632
10660
  "browser"
10633
10661
  ],
@@ -10640,7 +10668,7 @@
10640
10668
  "series": {
10641
10669
  "shortname": "iso14496-22",
10642
10670
  "currentSpecification": "iso14496-22",
10643
- "title": "Information technology — Coding of audio-visual objects — Part 22: Open Font Format",
10671
+ "title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
10644
10672
  "shortTitle": "Open Font Format"
10645
10673
  },
10646
10674
  "shortTitle": "Open Font Format",
@@ -10651,8 +10679,8 @@
10651
10679
  "url": "https://www.iso.org/committee/45316.html"
10652
10680
  }
10653
10681
  ],
10654
- "title": "Information technology — Coding of audio-visual objects — Part 22: Open Font Format",
10655
- "source": "specref",
10682
+ "title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
10683
+ "source": "spec",
10656
10684
  "categories": [
10657
10685
  "browser"
10658
10686
  ],
@@ -12196,14 +12224,14 @@
12196
12224
  "organization": "W3C",
12197
12225
  "nightly": {
12198
12226
  "url": "https://www.w3.org/2001/tag/doc/promises-guide",
12199
- "status": "TAG Finding",
12227
+ "status": "Draft Finding",
12200
12228
  "alternateUrls": [],
12201
12229
  "repository": "https://github.com/w3ctag/promises-guide",
12202
12230
  "sourcePath": "index.bs",
12203
12231
  "filename": "index.html"
12204
12232
  },
12205
12233
  "title": "Writing Promise-Using Specifications",
12206
- "source": "specref",
12234
+ "source": "spec",
12207
12235
  "shortTitle": "Writing Promise-Using Specifications",
12208
12236
  "categories": [],
12209
12237
  "standing": "good"
@@ -12220,6 +12248,7 @@
12220
12248
  "nightlyUrl": "https://www.w3.org/Graphics/GIF/spec-gif89a.txt"
12221
12249
  },
12222
12250
  "shortTitle": "GIF",
12251
+ "title": "Graphics Interchange Format",
12223
12252
  "organization": "CompuServe Incorporated",
12224
12253
  "groups": [
12225
12254
  {
@@ -12233,8 +12262,7 @@
12233
12262
  "alternateUrls": [],
12234
12263
  "filename": "spec-gif89a.txt"
12235
12264
  },
12236
- "title": "Graphics Interchange Format",
12237
- "source": "specref",
12265
+ "source": "spec",
12238
12266
  "categories": [
12239
12267
  "browser"
12240
12268
  ],
@@ -12265,7 +12293,7 @@
12265
12293
  "filename": "Overview.html"
12266
12294
  },
12267
12295
  "title": "W3C Patent Policy",
12268
- "source": "specref",
12296
+ "source": "spec",
12269
12297
  "shortTitle": "W3C Patent Policy",
12270
12298
  "categories": [],
12271
12299
  "standing": "good"
@@ -12301,7 +12329,7 @@
12301
12329
  },
12302
12330
  "organization": "W3C",
12303
12331
  "title": "W3C Process Document",
12304
- "source": "specref",
12332
+ "source": "spec",
12305
12333
  "shortTitle": "W3C Process Document",
12306
12334
  "categories": [
12307
12335
  "browser"
@@ -28434,7 +28462,7 @@
28434
28462
  "series": {
28435
28463
  "shortname": "xhr",
28436
28464
  "currentSpecification": "xhr",
28437
- "title": "XMLHttpRequest Standard",
28465
+ "title": "XMLHttpRequest",
28438
28466
  "shortTitle": "XMLHttpRequest",
28439
28467
  "nightlyUrl": "https://xhr.spec.whatwg.org/"
28440
28468
  },
@@ -28453,8 +28481,8 @@
28453
28481
  "sourcePath": "xhr.bs",
28454
28482
  "filename": "index.html"
28455
28483
  },
28456
- "title": "XMLHttpRequest Standard",
28457
- "source": "specref",
28484
+ "title": "XMLHttpRequest",
28485
+ "source": "whatwg",
28458
28486
  "shortTitle": "XMLHttpRequest",
28459
28487
  "categories": [
28460
28488
  "browser"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.35.0",
3
+ "version": "3.37.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",