browser-specs 4.33.0 → 4.35.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 +13 -12
- package/index.json +150 -122
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -180,10 +180,11 @@ The `shortname` property is always set.
|
|
|
180
180
|
|
|
181
181
|
### `title`
|
|
182
182
|
|
|
183
|
-
The title of the spec. The title is either retrieved from
|
|
184
|
-
[W3C API](https://w3c.github.io/w3c-api/) for W3C specs,
|
|
185
|
-
[
|
|
186
|
-
[`source`](#source) property
|
|
183
|
+
The title of the spec. The title is either retrieved from an official source
|
|
184
|
+
(the [W3C API](https://w3c.github.io/w3c-api/) for W3C specs, the
|
|
185
|
+
[workstreams database](https://github.com/whatwg/sg/blob/main/db.json) for
|
|
186
|
+
WHATWG specs, etc.), or from the spec itself. The [`source`](#source) property
|
|
187
|
+
details the actual provenance.
|
|
187
188
|
|
|
188
189
|
The `title` property is always set.
|
|
189
190
|
|
|
@@ -479,11 +480,12 @@ available.
|
|
|
479
480
|
|
|
480
481
|
The URL of the latest Editor's Draft or of the living standard.
|
|
481
482
|
|
|
482
|
-
The URL is either retrieved from
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
483
|
+
The URL is either retrieved from an official source (the
|
|
484
|
+
[W3C API](https://w3c.github.io/w3c-api/) for W3C specs, the
|
|
485
|
+
[workstreams database](https://github.com/whatwg/sg/blob/main/db.json) for
|
|
486
|
+
WHATWG specs, etc.) when possible. The document at the versioned URL is
|
|
487
|
+
considered to be the latest Editor's Draft otherwise. The [`source`](#source)
|
|
488
|
+
property details the actual provenance.
|
|
487
489
|
|
|
488
490
|
The URL should be relatively stable but may still change over time. See
|
|
489
491
|
[Spec identifiers](#spec-identifiers) for details.
|
|
@@ -546,8 +548,7 @@ The `pages` property is only set for specs identified as multipage specs.
|
|
|
546
548
|
The URL of the repository that contains the source of the Editor's Draft or of
|
|
547
549
|
the living standard.
|
|
548
550
|
|
|
549
|
-
The URL is
|
|
550
|
-
computed from `nightly.url`.
|
|
551
|
+
The URL is computed from `nightly.url`.
|
|
551
552
|
|
|
552
553
|
The `repository` property is always set except for IETF specs where such a repo does not always exist.
|
|
553
554
|
|
|
@@ -615,7 +616,7 @@ The `excludePaths` property is seldom set.
|
|
|
615
616
|
|
|
616
617
|
The provenance for the `title` and `nightly` property values. Can be one of:
|
|
617
618
|
- `w3c`: information retrieved from the [W3C API](https://w3c.github.io/w3c-api/)
|
|
618
|
-
- `
|
|
619
|
+
- `whatwg`: information retrieved from [WHATWG](https://spec.whatwg.org/)
|
|
619
620
|
- `ietf`: information retrieved from the [IETF datatracker](https://datatracker.ietf.org)
|
|
620
621
|
- `spec`: information retrieved from the spec itself
|
|
621
622
|
|
package/index.json
CHANGED
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"series": {
|
|
223
223
|
"shortname": "compat",
|
|
224
224
|
"currentSpecification": "compat",
|
|
225
|
-
"title": "Compatibility
|
|
225
|
+
"title": "Compatibility",
|
|
226
226
|
"shortTitle": "Compatibility",
|
|
227
227
|
"nightlyUrl": "https://compat.spec.whatwg.org/"
|
|
228
228
|
},
|
|
@@ -241,8 +241,8 @@
|
|
|
241
241
|
"url": "https://compat.spec.whatwg.org/"
|
|
242
242
|
}
|
|
243
243
|
],
|
|
244
|
-
"title": "Compatibility
|
|
245
|
-
"source": "
|
|
244
|
+
"title": "Compatibility",
|
|
245
|
+
"source": "whatwg",
|
|
246
246
|
"shortTitle": "Compatibility",
|
|
247
247
|
"categories": [
|
|
248
248
|
"browser"
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"series": {
|
|
263
263
|
"shortname": "compression",
|
|
264
264
|
"currentSpecification": "compression",
|
|
265
|
-
"title": "Compression
|
|
265
|
+
"title": "Compression",
|
|
266
266
|
"shortTitle": "Compression",
|
|
267
267
|
"nightlyUrl": "https://compression.spec.whatwg.org/"
|
|
268
268
|
},
|
|
@@ -281,8 +281,8 @@
|
|
|
281
281
|
"sourcePath": "index.bs",
|
|
282
282
|
"filename": "index.html"
|
|
283
283
|
},
|
|
284
|
-
"title": "Compression
|
|
285
|
-
"source": "
|
|
284
|
+
"title": "Compression",
|
|
285
|
+
"source": "whatwg",
|
|
286
286
|
"shortTitle": "Compression",
|
|
287
287
|
"categories": [
|
|
288
288
|
"browser"
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"series": {
|
|
297
297
|
"shortname": "console",
|
|
298
298
|
"currentSpecification": "console",
|
|
299
|
-
"title": "Console
|
|
299
|
+
"title": "Console",
|
|
300
300
|
"shortTitle": "Console",
|
|
301
301
|
"nightlyUrl": "https://console.spec.whatwg.org/"
|
|
302
302
|
},
|
|
@@ -315,8 +315,8 @@
|
|
|
315
315
|
"sourcePath": "index.bs",
|
|
316
316
|
"filename": "index.html"
|
|
317
317
|
},
|
|
318
|
-
"title": "Console
|
|
319
|
-
"source": "
|
|
318
|
+
"title": "Console",
|
|
319
|
+
"source": "whatwg",
|
|
320
320
|
"shortTitle": "Console",
|
|
321
321
|
"categories": [
|
|
322
322
|
"browser"
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"series": {
|
|
473
473
|
"shortname": "dom",
|
|
474
474
|
"currentSpecification": "dom",
|
|
475
|
-
"title": "DOM
|
|
475
|
+
"title": "DOM",
|
|
476
476
|
"shortTitle": "DOM",
|
|
477
477
|
"nightlyUrl": "https://dom.spec.whatwg.org/"
|
|
478
478
|
},
|
|
@@ -491,8 +491,8 @@
|
|
|
491
491
|
"sourcePath": "dom.bs",
|
|
492
492
|
"filename": "index.html"
|
|
493
493
|
},
|
|
494
|
-
"title": "DOM
|
|
495
|
-
"source": "
|
|
494
|
+
"title": "DOM",
|
|
495
|
+
"source": "whatwg",
|
|
496
496
|
"shortTitle": "DOM",
|
|
497
497
|
"categories": [
|
|
498
498
|
"browser"
|
|
@@ -573,8 +573,8 @@
|
|
|
573
573
|
"sourcePath": "css-backgrounds-4/Overview.bs",
|
|
574
574
|
"filename": "index.html"
|
|
575
575
|
},
|
|
576
|
-
"title": "CSS Backgrounds
|
|
577
|
-
"source": "
|
|
576
|
+
"title": "CSS Backgrounds Module Level 4",
|
|
577
|
+
"source": "spec",
|
|
578
578
|
"categories": [
|
|
579
579
|
"browser"
|
|
580
580
|
],
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
"series": {
|
|
1279
1279
|
"shortname": "encoding",
|
|
1280
1280
|
"currentSpecification": "encoding",
|
|
1281
|
-
"title": "Encoding
|
|
1281
|
+
"title": "Encoding",
|
|
1282
1282
|
"shortTitle": "Encoding",
|
|
1283
1283
|
"nightlyUrl": "https://encoding.spec.whatwg.org/"
|
|
1284
1284
|
},
|
|
@@ -1297,8 +1297,8 @@
|
|
|
1297
1297
|
"sourcePath": "encoding.bs",
|
|
1298
1298
|
"filename": "index.html"
|
|
1299
1299
|
},
|
|
1300
|
-
"title": "Encoding
|
|
1301
|
-
"source": "
|
|
1300
|
+
"title": "Encoding",
|
|
1301
|
+
"source": "whatwg",
|
|
1302
1302
|
"shortTitle": "Encoding",
|
|
1303
1303
|
"categories": [
|
|
1304
1304
|
"browser"
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"series": {
|
|
1319
1319
|
"shortname": "fetch",
|
|
1320
1320
|
"currentSpecification": "fetch",
|
|
1321
|
-
"title": "Fetch
|
|
1321
|
+
"title": "Fetch",
|
|
1322
1322
|
"shortTitle": "Fetch",
|
|
1323
1323
|
"nightlyUrl": "https://fetch.spec.whatwg.org/"
|
|
1324
1324
|
},
|
|
@@ -1337,8 +1337,8 @@
|
|
|
1337
1337
|
"sourcePath": "fetch.bs",
|
|
1338
1338
|
"filename": "index.html"
|
|
1339
1339
|
},
|
|
1340
|
-
"title": "Fetch
|
|
1341
|
-
"source": "
|
|
1340
|
+
"title": "Fetch",
|
|
1341
|
+
"source": "whatwg",
|
|
1342
1342
|
"shortTitle": "Fetch",
|
|
1343
1343
|
"categories": [
|
|
1344
1344
|
"browser"
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
"series": {
|
|
1398
1398
|
"shortname": "fs",
|
|
1399
1399
|
"currentSpecification": "fs",
|
|
1400
|
-
"title": "File System
|
|
1400
|
+
"title": "File System",
|
|
1401
1401
|
"shortTitle": "File System",
|
|
1402
1402
|
"nightlyUrl": "https://fs.spec.whatwg.org/"
|
|
1403
1403
|
},
|
|
@@ -1416,8 +1416,8 @@
|
|
|
1416
1416
|
"sourcePath": "index.bs",
|
|
1417
1417
|
"filename": "index.html"
|
|
1418
1418
|
},
|
|
1419
|
-
"title": "File System
|
|
1420
|
-
"source": "
|
|
1419
|
+
"title": "File System",
|
|
1420
|
+
"source": "whatwg",
|
|
1421
1421
|
"shortTitle": "File System",
|
|
1422
1422
|
"categories": [
|
|
1423
1423
|
"browser"
|
|
@@ -1437,7 +1437,7 @@
|
|
|
1437
1437
|
"series": {
|
|
1438
1438
|
"shortname": "fullscreen",
|
|
1439
1439
|
"currentSpecification": "fullscreen",
|
|
1440
|
-
"title": "Fullscreen API
|
|
1440
|
+
"title": "Fullscreen API",
|
|
1441
1441
|
"shortTitle": "Fullscreen API",
|
|
1442
1442
|
"nightlyUrl": "https://fullscreen.spec.whatwg.org/"
|
|
1443
1443
|
},
|
|
@@ -1456,8 +1456,8 @@
|
|
|
1456
1456
|
"sourcePath": "fullscreen.bs",
|
|
1457
1457
|
"filename": "index.html"
|
|
1458
1458
|
},
|
|
1459
|
-
"title": "Fullscreen API
|
|
1460
|
-
"source": "
|
|
1459
|
+
"title": "Fullscreen API",
|
|
1460
|
+
"source": "whatwg",
|
|
1461
1461
|
"shortTitle": "Fullscreen API",
|
|
1462
1462
|
"categories": [
|
|
1463
1463
|
"browser"
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
"series": {
|
|
1478
1478
|
"shortname": "html",
|
|
1479
1479
|
"currentSpecification": "html",
|
|
1480
|
-
"title": "HTML
|
|
1480
|
+
"title": "HTML",
|
|
1481
1481
|
"shortTitle": "HTML",
|
|
1482
1482
|
"nightlyUrl": "https://html.spec.whatwg.org/multipage/"
|
|
1483
1483
|
},
|
|
@@ -1557,8 +1557,8 @@
|
|
|
1557
1557
|
"url": "https://html.spec.whatwg.org/multipage/"
|
|
1558
1558
|
}
|
|
1559
1559
|
],
|
|
1560
|
-
"title": "HTML
|
|
1561
|
-
"source": "
|
|
1560
|
+
"title": "HTML",
|
|
1561
|
+
"source": "whatwg",
|
|
1562
1562
|
"shortTitle": "HTML",
|
|
1563
1563
|
"categories": [
|
|
1564
1564
|
"browser"
|
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
"series": {
|
|
1767
1767
|
"shortname": "infra",
|
|
1768
1768
|
"currentSpecification": "infra",
|
|
1769
|
-
"title": "Infra
|
|
1769
|
+
"title": "Infra",
|
|
1770
1770
|
"shortTitle": "Infra",
|
|
1771
1771
|
"nightlyUrl": "https://infra.spec.whatwg.org/"
|
|
1772
1772
|
},
|
|
@@ -1785,8 +1785,8 @@
|
|
|
1785
1785
|
"sourcePath": "infra.bs",
|
|
1786
1786
|
"filename": "index.html"
|
|
1787
1787
|
},
|
|
1788
|
-
"title": "Infra
|
|
1789
|
-
"source": "
|
|
1788
|
+
"title": "Infra",
|
|
1789
|
+
"source": "whatwg",
|
|
1790
1790
|
"shortTitle": "Infra",
|
|
1791
1791
|
"categories": [
|
|
1792
1792
|
"browser"
|
|
@@ -1800,7 +1800,7 @@
|
|
|
1800
1800
|
"series": {
|
|
1801
1801
|
"shortname": "mimesniff",
|
|
1802
1802
|
"currentSpecification": "mimesniff",
|
|
1803
|
-
"title": "MIME Sniffing
|
|
1803
|
+
"title": "MIME Sniffing",
|
|
1804
1804
|
"shortTitle": "MIME Sniffing",
|
|
1805
1805
|
"nightlyUrl": "https://mimesniff.spec.whatwg.org/"
|
|
1806
1806
|
},
|
|
@@ -1819,8 +1819,8 @@
|
|
|
1819
1819
|
"sourcePath": "mimesniff.bs",
|
|
1820
1820
|
"filename": "index.html"
|
|
1821
1821
|
},
|
|
1822
|
-
"title": "MIME Sniffing
|
|
1823
|
-
"source": "
|
|
1822
|
+
"title": "MIME Sniffing",
|
|
1823
|
+
"source": "whatwg",
|
|
1824
1824
|
"shortTitle": "MIME Sniffing",
|
|
1825
1825
|
"categories": [
|
|
1826
1826
|
"browser"
|
|
@@ -1840,7 +1840,7 @@
|
|
|
1840
1840
|
"series": {
|
|
1841
1841
|
"shortname": "notifications",
|
|
1842
1842
|
"currentSpecification": "notifications",
|
|
1843
|
-
"title": "Notifications API
|
|
1843
|
+
"title": "Notifications API",
|
|
1844
1844
|
"shortTitle": "Notifications API",
|
|
1845
1845
|
"nightlyUrl": "https://notifications.spec.whatwg.org/"
|
|
1846
1846
|
},
|
|
@@ -1859,8 +1859,8 @@
|
|
|
1859
1859
|
"sourcePath": "notifications.bs",
|
|
1860
1860
|
"filename": "index.html"
|
|
1861
1861
|
},
|
|
1862
|
-
"title": "Notifications API
|
|
1863
|
-
"source": "
|
|
1862
|
+
"title": "Notifications API",
|
|
1863
|
+
"source": "whatwg",
|
|
1864
1864
|
"shortTitle": "Notifications API",
|
|
1865
1865
|
"categories": [
|
|
1866
1866
|
"browser"
|
|
@@ -2096,7 +2096,7 @@
|
|
|
2096
2096
|
"series": {
|
|
2097
2097
|
"shortname": "quirks",
|
|
2098
2098
|
"currentSpecification": "quirks",
|
|
2099
|
-
"title": "Quirks Mode
|
|
2099
|
+
"title": "Quirks Mode",
|
|
2100
2100
|
"shortTitle": "Quirks Mode",
|
|
2101
2101
|
"nightlyUrl": "https://quirks.spec.whatwg.org/"
|
|
2102
2102
|
},
|
|
@@ -2115,8 +2115,8 @@
|
|
|
2115
2115
|
"sourcePath": "quirks.bs",
|
|
2116
2116
|
"filename": "index.html"
|
|
2117
2117
|
},
|
|
2118
|
-
"title": "Quirks Mode
|
|
2119
|
-
"source": "
|
|
2118
|
+
"title": "Quirks Mode",
|
|
2119
|
+
"source": "whatwg",
|
|
2120
2120
|
"shortTitle": "Quirks Mode",
|
|
2121
2121
|
"categories": [
|
|
2122
2122
|
"browser"
|
|
@@ -4044,7 +4044,7 @@
|
|
|
4044
4044
|
"series": {
|
|
4045
4045
|
"shortname": "storage",
|
|
4046
4046
|
"currentSpecification": "storage",
|
|
4047
|
-
"title": "Storage
|
|
4047
|
+
"title": "Storage",
|
|
4048
4048
|
"shortTitle": "Storage",
|
|
4049
4049
|
"nightlyUrl": "https://storage.spec.whatwg.org/"
|
|
4050
4050
|
},
|
|
@@ -4063,8 +4063,8 @@
|
|
|
4063
4063
|
"sourcePath": "storage.bs",
|
|
4064
4064
|
"filename": "index.html"
|
|
4065
4065
|
},
|
|
4066
|
-
"title": "Storage
|
|
4067
|
-
"source": "
|
|
4066
|
+
"title": "Storage",
|
|
4067
|
+
"source": "whatwg",
|
|
4068
4068
|
"shortTitle": "Storage",
|
|
4069
4069
|
"categories": [
|
|
4070
4070
|
"browser"
|
|
@@ -4087,7 +4087,7 @@
|
|
|
4087
4087
|
"series": {
|
|
4088
4088
|
"shortname": "streams",
|
|
4089
4089
|
"currentSpecification": "streams",
|
|
4090
|
-
"title": "Streams
|
|
4090
|
+
"title": "Streams",
|
|
4091
4091
|
"shortTitle": "Streams",
|
|
4092
4092
|
"nightlyUrl": "https://streams.spec.whatwg.org/"
|
|
4093
4093
|
},
|
|
@@ -4106,8 +4106,8 @@
|
|
|
4106
4106
|
"sourcePath": "index.bs",
|
|
4107
4107
|
"filename": "index.html"
|
|
4108
4108
|
},
|
|
4109
|
-
"title": "Streams
|
|
4110
|
-
"source": "
|
|
4109
|
+
"title": "Streams",
|
|
4110
|
+
"source": "whatwg",
|
|
4111
4111
|
"shortTitle": "Streams",
|
|
4112
4112
|
"categories": [
|
|
4113
4113
|
"browser"
|
|
@@ -4161,7 +4161,7 @@
|
|
|
4161
4161
|
"series": {
|
|
4162
4162
|
"shortname": "ecmascript",
|
|
4163
4163
|
"currentSpecification": "ecmascript",
|
|
4164
|
-
"title": "ECMAScript Language
|
|
4164
|
+
"title": "ECMAScript® 2025 Language Specification",
|
|
4165
4165
|
"shortTitle": "ECMAScript",
|
|
4166
4166
|
"nightlyUrl": "https://tc39.es/ecma262/multipage/"
|
|
4167
4167
|
},
|
|
@@ -4230,8 +4230,8 @@
|
|
|
4230
4230
|
],
|
|
4231
4231
|
"filename": "index.html"
|
|
4232
4232
|
},
|
|
4233
|
-
"title": "ECMAScript Language
|
|
4234
|
-
"source": "
|
|
4233
|
+
"title": "ECMAScript® 2025 Language Specification",
|
|
4234
|
+
"source": "spec",
|
|
4235
4235
|
"categories": [
|
|
4236
4236
|
"browser"
|
|
4237
4237
|
],
|
|
@@ -4244,8 +4244,8 @@
|
|
|
4244
4244
|
"series": {
|
|
4245
4245
|
"shortname": "ecma-402",
|
|
4246
4246
|
"currentSpecification": "ecma-402",
|
|
4247
|
-
"title": "ECMAScript Internationalization API Specification",
|
|
4248
|
-
"shortTitle": "ECMAScript Internationalization API",
|
|
4247
|
+
"title": "ECMAScript® 2025 Internationalization API Specification",
|
|
4248
|
+
"shortTitle": "ECMAScript® 2025 Internationalization API",
|
|
4249
4249
|
"nightlyUrl": "https://tc39.es/ecma402/"
|
|
4250
4250
|
},
|
|
4251
4251
|
"tests": {
|
|
@@ -4269,9 +4269,9 @@
|
|
|
4269
4269
|
"sourcePath": "spec/index.html",
|
|
4270
4270
|
"filename": "index.html"
|
|
4271
4271
|
},
|
|
4272
|
-
"title": "ECMAScript Internationalization API Specification",
|
|
4273
|
-
"source": "
|
|
4274
|
-
"shortTitle": "ECMAScript Internationalization API",
|
|
4272
|
+
"title": "ECMAScript® 2025 Internationalization API Specification",
|
|
4273
|
+
"source": "spec",
|
|
4274
|
+
"shortTitle": "ECMAScript® 2025 Internationalization API",
|
|
4275
4275
|
"categories": [
|
|
4276
4276
|
"browser"
|
|
4277
4277
|
],
|
|
@@ -5099,7 +5099,7 @@
|
|
|
5099
5099
|
"series": {
|
|
5100
5100
|
"shortname": "testutils",
|
|
5101
5101
|
"currentSpecification": "testutils",
|
|
5102
|
-
"title": "Test Utils
|
|
5102
|
+
"title": "Test Utils",
|
|
5103
5103
|
"shortTitle": "Test Utils",
|
|
5104
5104
|
"nightlyUrl": "https://testutils.spec.whatwg.org/"
|
|
5105
5105
|
},
|
|
@@ -5118,8 +5118,8 @@
|
|
|
5118
5118
|
"sourcePath": "index.bs",
|
|
5119
5119
|
"filename": "index.html"
|
|
5120
5120
|
},
|
|
5121
|
-
"title": "Test Utils
|
|
5122
|
-
"source": "
|
|
5121
|
+
"title": "Test Utils",
|
|
5122
|
+
"source": "whatwg",
|
|
5123
5123
|
"shortTitle": "Test Utils",
|
|
5124
5124
|
"categories": [
|
|
5125
5125
|
"browser"
|
|
@@ -5133,7 +5133,7 @@
|
|
|
5133
5133
|
"series": {
|
|
5134
5134
|
"shortname": "url",
|
|
5135
5135
|
"currentSpecification": "url",
|
|
5136
|
-
"title": "URL
|
|
5136
|
+
"title": "URL",
|
|
5137
5137
|
"shortTitle": "URL",
|
|
5138
5138
|
"nightlyUrl": "https://url.spec.whatwg.org/"
|
|
5139
5139
|
},
|
|
@@ -5152,8 +5152,8 @@
|
|
|
5152
5152
|
"sourcePath": "url.bs",
|
|
5153
5153
|
"filename": "index.html"
|
|
5154
5154
|
},
|
|
5155
|
-
"title": "URL
|
|
5156
|
-
"source": "
|
|
5155
|
+
"title": "URL",
|
|
5156
|
+
"source": "whatwg",
|
|
5157
5157
|
"shortTitle": "URL",
|
|
5158
5158
|
"categories": [
|
|
5159
5159
|
"browser"
|
|
@@ -5173,7 +5173,7 @@
|
|
|
5173
5173
|
"series": {
|
|
5174
5174
|
"shortname": "urlpattern",
|
|
5175
5175
|
"currentSpecification": "urlpattern",
|
|
5176
|
-
"title": "URL Pattern
|
|
5176
|
+
"title": "URL Pattern",
|
|
5177
5177
|
"shortTitle": "URL Pattern",
|
|
5178
5178
|
"nightlyUrl": "https://urlpattern.spec.whatwg.org/"
|
|
5179
5179
|
},
|
|
@@ -5192,8 +5192,8 @@
|
|
|
5192
5192
|
"sourcePath": "spec.bs",
|
|
5193
5193
|
"filename": "index.html"
|
|
5194
5194
|
},
|
|
5195
|
-
"title": "URL Pattern
|
|
5196
|
-
"source": "
|
|
5195
|
+
"title": "URL Pattern",
|
|
5196
|
+
"source": "whatwg",
|
|
5197
5197
|
"shortTitle": "URL Pattern",
|
|
5198
5198
|
"categories": [
|
|
5199
5199
|
"browser"
|
|
@@ -6360,6 +6360,40 @@
|
|
|
6360
6360
|
],
|
|
6361
6361
|
"standing": "good"
|
|
6362
6362
|
},
|
|
6363
|
+
{
|
|
6364
|
+
"url": "https://webaudio.github.io/web-speech-api/",
|
|
6365
|
+
"seriesComposition": "full",
|
|
6366
|
+
"shortname": "speech-api",
|
|
6367
|
+
"series": {
|
|
6368
|
+
"shortname": "speech-api",
|
|
6369
|
+
"currentSpecification": "speech-api",
|
|
6370
|
+
"title": "Web Speech API",
|
|
6371
|
+
"shortTitle": "Web Speech API",
|
|
6372
|
+
"nightlyUrl": "https://webaudio.github.io/web-speech-api/"
|
|
6373
|
+
},
|
|
6374
|
+
"organization": "W3C",
|
|
6375
|
+
"groups": [
|
|
6376
|
+
{
|
|
6377
|
+
"name": "Audio Community Group",
|
|
6378
|
+
"url": "https://www.w3.org/community/audio-comgp/"
|
|
6379
|
+
}
|
|
6380
|
+
],
|
|
6381
|
+
"nightly": {
|
|
6382
|
+
"url": "https://webaudio.github.io/web-speech-api/",
|
|
6383
|
+
"status": "Draft Community Group Report",
|
|
6384
|
+
"alternateUrls": [],
|
|
6385
|
+
"repository": "https://github.com/WebAudio/web-speech-api",
|
|
6386
|
+
"sourcePath": "index.bs",
|
|
6387
|
+
"filename": "index.html"
|
|
6388
|
+
},
|
|
6389
|
+
"title": "Web Speech API",
|
|
6390
|
+
"source": "spec",
|
|
6391
|
+
"shortTitle": "Web Speech API",
|
|
6392
|
+
"categories": [
|
|
6393
|
+
"browser"
|
|
6394
|
+
],
|
|
6395
|
+
"standing": "good"
|
|
6396
|
+
},
|
|
6363
6397
|
{
|
|
6364
6398
|
"url": "https://webbluetoothcg.github.io/web-bluetooth/",
|
|
6365
6399
|
"seriesComposition": "full",
|
|
@@ -6387,7 +6421,7 @@
|
|
|
6387
6421
|
"filename": "index.html"
|
|
6388
6422
|
},
|
|
6389
6423
|
"title": "Web Bluetooth",
|
|
6390
|
-
"source": "
|
|
6424
|
+
"source": "spec",
|
|
6391
6425
|
"shortTitle": "Web Bluetooth",
|
|
6392
6426
|
"categories": [
|
|
6393
6427
|
"browser"
|
|
@@ -6441,7 +6475,7 @@
|
|
|
6441
6475
|
"series": {
|
|
6442
6476
|
"shortname": "webidl",
|
|
6443
6477
|
"currentSpecification": "webidl",
|
|
6444
|
-
"title": "Web IDL
|
|
6478
|
+
"title": "Web IDL",
|
|
6445
6479
|
"shortTitle": "Web IDL",
|
|
6446
6480
|
"nightlyUrl": "https://webidl.spec.whatwg.org/"
|
|
6447
6481
|
},
|
|
@@ -6460,8 +6494,8 @@
|
|
|
6460
6494
|
"sourcePath": "index.bs",
|
|
6461
6495
|
"filename": "index.html"
|
|
6462
6496
|
},
|
|
6463
|
-
"title": "Web IDL
|
|
6464
|
-
"source": "
|
|
6497
|
+
"title": "Web IDL",
|
|
6498
|
+
"source": "whatwg",
|
|
6465
6499
|
"shortTitle": "Web IDL",
|
|
6466
6500
|
"categories": [
|
|
6467
6501
|
"browser"
|
|
@@ -6481,7 +6515,7 @@
|
|
|
6481
6515
|
"series": {
|
|
6482
6516
|
"shortname": "websockets",
|
|
6483
6517
|
"currentSpecification": "websockets",
|
|
6484
|
-
"title": "WebSockets
|
|
6518
|
+
"title": "WebSockets",
|
|
6485
6519
|
"shortTitle": "WebSockets",
|
|
6486
6520
|
"nightlyUrl": "https://websockets.spec.whatwg.org/"
|
|
6487
6521
|
},
|
|
@@ -6500,8 +6534,8 @@
|
|
|
6500
6534
|
"sourcePath": "index.bs",
|
|
6501
6535
|
"filename": "index.html"
|
|
6502
6536
|
},
|
|
6503
|
-
"title": "WebSockets
|
|
6504
|
-
"source": "
|
|
6537
|
+
"title": "WebSockets",
|
|
6538
|
+
"source": "whatwg",
|
|
6505
6539
|
"shortTitle": "WebSockets",
|
|
6506
6540
|
"categories": [
|
|
6507
6541
|
"browser"
|
|
@@ -7069,6 +7103,40 @@
|
|
|
7069
7103
|
],
|
|
7070
7104
|
"standing": "good"
|
|
7071
7105
|
},
|
|
7106
|
+
{
|
|
7107
|
+
"url": "https://wicg.github.io/document-isolation-policy/",
|
|
7108
|
+
"seriesComposition": "full",
|
|
7109
|
+
"shortname": "document-isolation-policy",
|
|
7110
|
+
"series": {
|
|
7111
|
+
"shortname": "document-isolation-policy",
|
|
7112
|
+
"currentSpecification": "document-isolation-policy",
|
|
7113
|
+
"title": "Document-Isolation-Policy",
|
|
7114
|
+
"shortTitle": "Document-Isolation-Policy",
|
|
7115
|
+
"nightlyUrl": "https://wicg.github.io/document-isolation-policy/"
|
|
7116
|
+
},
|
|
7117
|
+
"organization": "W3C",
|
|
7118
|
+
"groups": [
|
|
7119
|
+
{
|
|
7120
|
+
"name": "Web Platform Incubator Community Group",
|
|
7121
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
7122
|
+
}
|
|
7123
|
+
],
|
|
7124
|
+
"nightly": {
|
|
7125
|
+
"url": "https://wicg.github.io/document-isolation-policy/",
|
|
7126
|
+
"status": "Draft Community Group Report",
|
|
7127
|
+
"alternateUrls": [],
|
|
7128
|
+
"repository": "https://github.com/WICG/document-isolation-policy",
|
|
7129
|
+
"sourcePath": "index.bs",
|
|
7130
|
+
"filename": "index.html"
|
|
7131
|
+
},
|
|
7132
|
+
"title": "Document-Isolation-Policy",
|
|
7133
|
+
"source": "spec",
|
|
7134
|
+
"shortTitle": "Document-Isolation-Policy",
|
|
7135
|
+
"categories": [
|
|
7136
|
+
"browser"
|
|
7137
|
+
],
|
|
7138
|
+
"standing": "good"
|
|
7139
|
+
},
|
|
7072
7140
|
{
|
|
7073
7141
|
"url": "https://wicg.github.io/document-picture-in-picture/",
|
|
7074
7142
|
"seriesComposition": "full",
|
|
@@ -8756,46 +8824,6 @@
|
|
|
8756
8824
|
],
|
|
8757
8825
|
"standing": "good"
|
|
8758
8826
|
},
|
|
8759
|
-
{
|
|
8760
|
-
"url": "https://wicg.github.io/speech-api/",
|
|
8761
|
-
"seriesComposition": "full",
|
|
8762
|
-
"shortname": "speech-api",
|
|
8763
|
-
"series": {
|
|
8764
|
-
"shortname": "speech-api",
|
|
8765
|
-
"currentSpecification": "speech-api",
|
|
8766
|
-
"title": "Web Speech API",
|
|
8767
|
-
"shortTitle": "Web Speech API",
|
|
8768
|
-
"nightlyUrl": "https://wicg.github.io/speech-api/"
|
|
8769
|
-
},
|
|
8770
|
-
"organization": "W3C",
|
|
8771
|
-
"groups": [
|
|
8772
|
-
{
|
|
8773
|
-
"name": "Audio Community Group",
|
|
8774
|
-
"url": "https://www.w3.org/community/audio-comgp/"
|
|
8775
|
-
}
|
|
8776
|
-
],
|
|
8777
|
-
"nightly": {
|
|
8778
|
-
"url": "https://wicg.github.io/speech-api/",
|
|
8779
|
-
"status": "Draft Community Group Report",
|
|
8780
|
-
"alternateUrls": [],
|
|
8781
|
-
"repository": "https://github.com/WICG/speech-api",
|
|
8782
|
-
"sourcePath": "index.bs",
|
|
8783
|
-
"filename": "index.html"
|
|
8784
|
-
},
|
|
8785
|
-
"title": "Web Speech API",
|
|
8786
|
-
"source": "spec",
|
|
8787
|
-
"shortTitle": "Web Speech API",
|
|
8788
|
-
"categories": [
|
|
8789
|
-
"browser"
|
|
8790
|
-
],
|
|
8791
|
-
"standing": "good",
|
|
8792
|
-
"tests": {
|
|
8793
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
8794
|
-
"testPaths": [
|
|
8795
|
-
"speech-api"
|
|
8796
|
-
]
|
|
8797
|
-
}
|
|
8798
|
-
},
|
|
8799
8827
|
{
|
|
8800
8828
|
"url": "https://wicg.github.io/storage-buckets/",
|
|
8801
8829
|
"seriesComposition": "full",
|
|
@@ -9367,7 +9395,7 @@
|
|
|
9367
9395
|
}
|
|
9368
9396
|
],
|
|
9369
9397
|
"title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
|
|
9370
|
-
"source": "
|
|
9398
|
+
"source": "spec",
|
|
9371
9399
|
"categories": [
|
|
9372
9400
|
"browser"
|
|
9373
9401
|
],
|
|
@@ -9392,7 +9420,7 @@
|
|
|
9392
9420
|
}
|
|
9393
9421
|
],
|
|
9394
9422
|
"title": "Information technology — JPEG XL image coding system — Part 2: File format",
|
|
9395
|
-
"source": "
|
|
9423
|
+
"source": "spec",
|
|
9396
9424
|
"categories": [
|
|
9397
9425
|
"browser"
|
|
9398
9426
|
],
|
|
@@ -9405,7 +9433,7 @@
|
|
|
9405
9433
|
"series": {
|
|
9406
9434
|
"shortname": "iso14496-22",
|
|
9407
9435
|
"currentSpecification": "iso14496-22",
|
|
9408
|
-
"title": "Information technology — Coding of audio-visual objects — Part 22: Open
|
|
9436
|
+
"title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
|
|
9409
9437
|
"shortTitle": "Open Font Format"
|
|
9410
9438
|
},
|
|
9411
9439
|
"shortTitle": "Open Font Format",
|
|
@@ -9416,8 +9444,8 @@
|
|
|
9416
9444
|
"url": "https://www.iso.org/committee/45316.html"
|
|
9417
9445
|
}
|
|
9418
9446
|
],
|
|
9419
|
-
"title": "Information technology — Coding of audio-visual objects — Part 22: Open
|
|
9420
|
-
"source": "
|
|
9447
|
+
"title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
|
|
9448
|
+
"source": "spec",
|
|
9421
9449
|
"categories": [
|
|
9422
9450
|
"browser"
|
|
9423
9451
|
],
|
|
@@ -10632,6 +10660,7 @@
|
|
|
10632
10660
|
"nightlyUrl": "https://www.w3.org/Graphics/GIF/spec-gif89a.txt"
|
|
10633
10661
|
},
|
|
10634
10662
|
"shortTitle": "GIF",
|
|
10663
|
+
"title": "Graphics Interchange Format",
|
|
10635
10664
|
"organization": "CompuServe Incorporated",
|
|
10636
10665
|
"groups": [
|
|
10637
10666
|
{
|
|
@@ -10645,8 +10674,7 @@
|
|
|
10645
10674
|
"alternateUrls": [],
|
|
10646
10675
|
"filename": "spec-gif89a.txt"
|
|
10647
10676
|
},
|
|
10648
|
-
"
|
|
10649
|
-
"source": "specref",
|
|
10677
|
+
"source": "spec",
|
|
10650
10678
|
"categories": [
|
|
10651
10679
|
"browser"
|
|
10652
10680
|
],
|
|
@@ -10683,7 +10711,7 @@
|
|
|
10683
10711
|
},
|
|
10684
10712
|
"organization": "W3C",
|
|
10685
10713
|
"title": "W3C Process Document",
|
|
10686
|
-
"source": "
|
|
10714
|
+
"source": "spec",
|
|
10687
10715
|
"shortTitle": "W3C Process Document",
|
|
10688
10716
|
"categories": [
|
|
10689
10717
|
"browser"
|
|
@@ -25080,7 +25108,7 @@
|
|
|
25080
25108
|
"series": {
|
|
25081
25109
|
"shortname": "xhr",
|
|
25082
25110
|
"currentSpecification": "xhr",
|
|
25083
|
-
"title": "XMLHttpRequest
|
|
25111
|
+
"title": "XMLHttpRequest",
|
|
25084
25112
|
"shortTitle": "XMLHttpRequest",
|
|
25085
25113
|
"nightlyUrl": "https://xhr.spec.whatwg.org/"
|
|
25086
25114
|
},
|
|
@@ -25099,8 +25127,8 @@
|
|
|
25099
25127
|
"sourcePath": "xhr.bs",
|
|
25100
25128
|
"filename": "index.html"
|
|
25101
25129
|
},
|
|
25102
|
-
"title": "XMLHttpRequest
|
|
25103
|
-
"source": "
|
|
25130
|
+
"title": "XMLHttpRequest",
|
|
25131
|
+
"source": "whatwg",
|
|
25104
25132
|
"shortTitle": "XMLHttpRequest",
|
|
25105
25133
|
"categories": [
|
|
25106
25134
|
"browser"
|
package/package.json
CHANGED