web-specs 3.36.0 → 3.38.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 +116 -14
- 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
|
|
182
|
-
[W3C API](https://w3c.github.io/w3c-api/) for W3C specs,
|
|
183
|
-
[
|
|
184
|
-
[`source`](#source) property
|
|
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
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
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
|
|
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
|
-
- `
|
|
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
|
@@ -4457,7 +4457,7 @@
|
|
|
4457
4457
|
"series": {
|
|
4458
4458
|
"shortname": "ecmascript",
|
|
4459
4459
|
"currentSpecification": "ecmascript",
|
|
4460
|
-
"title": "ECMAScript Language
|
|
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
|
|
4530
|
-
"source": "
|
|
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": "
|
|
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
|
],
|
|
@@ -6505,6 +6505,40 @@
|
|
|
6505
6505
|
],
|
|
6506
6506
|
"standing": "good"
|
|
6507
6507
|
},
|
|
6508
|
+
{
|
|
6509
|
+
"url": "https://w3c.github.io/ppa/",
|
|
6510
|
+
"seriesComposition": "full",
|
|
6511
|
+
"shortname": "ppa",
|
|
6512
|
+
"series": {
|
|
6513
|
+
"shortname": "ppa",
|
|
6514
|
+
"currentSpecification": "ppa",
|
|
6515
|
+
"title": "Privacy-Preserving Attribution",
|
|
6516
|
+
"shortTitle": "Privacy-Preserving Attribution",
|
|
6517
|
+
"nightlyUrl": "https://w3c.github.io/ppa/"
|
|
6518
|
+
},
|
|
6519
|
+
"nightly": {
|
|
6520
|
+
"url": "https://w3c.github.io/ppa/",
|
|
6521
|
+
"status": "Editor's Draft",
|
|
6522
|
+
"sourcePath": "api.bs",
|
|
6523
|
+
"alternateUrls": [],
|
|
6524
|
+
"repository": "https://github.com/w3c/ppa",
|
|
6525
|
+
"filename": "index.html"
|
|
6526
|
+
},
|
|
6527
|
+
"organization": "W3C",
|
|
6528
|
+
"groups": [
|
|
6529
|
+
{
|
|
6530
|
+
"name": "Private Advertising Technology Working Group",
|
|
6531
|
+
"url": "https://www.w3.org/groups/wg/pat/"
|
|
6532
|
+
}
|
|
6533
|
+
],
|
|
6534
|
+
"title": "Privacy-Preserving Attribution: Level 1",
|
|
6535
|
+
"source": "spec",
|
|
6536
|
+
"shortTitle": "Privacy-Preserving Attribution 1",
|
|
6537
|
+
"categories": [
|
|
6538
|
+
"browser"
|
|
6539
|
+
],
|
|
6540
|
+
"standing": "good"
|
|
6541
|
+
},
|
|
6508
6542
|
{
|
|
6509
6543
|
"url": "https://w3c.github.io/reporting/network-reporting.html",
|
|
6510
6544
|
"seriesComposition": "full",
|
|
@@ -7339,7 +7373,7 @@
|
|
|
7339
7373
|
"filename": "index.html"
|
|
7340
7374
|
},
|
|
7341
7375
|
"title": "Web Bluetooth",
|
|
7342
|
-
"source": "
|
|
7376
|
+
"source": "spec",
|
|
7343
7377
|
"shortTitle": "Web Bluetooth",
|
|
7344
7378
|
"categories": [
|
|
7345
7379
|
"browser"
|
|
@@ -8170,6 +8204,40 @@
|
|
|
8170
8204
|
"browser"
|
|
8171
8205
|
]
|
|
8172
8206
|
},
|
|
8207
|
+
{
|
|
8208
|
+
"url": "https://wicg.github.io/document-isolation-policy/",
|
|
8209
|
+
"seriesComposition": "full",
|
|
8210
|
+
"shortname": "document-isolation-policy",
|
|
8211
|
+
"series": {
|
|
8212
|
+
"shortname": "document-isolation-policy",
|
|
8213
|
+
"currentSpecification": "document-isolation-policy",
|
|
8214
|
+
"title": "Document-Isolation-Policy",
|
|
8215
|
+
"shortTitle": "Document-Isolation-Policy",
|
|
8216
|
+
"nightlyUrl": "https://wicg.github.io/document-isolation-policy/"
|
|
8217
|
+
},
|
|
8218
|
+
"organization": "W3C",
|
|
8219
|
+
"groups": [
|
|
8220
|
+
{
|
|
8221
|
+
"name": "Web Platform Incubator Community Group",
|
|
8222
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
8223
|
+
}
|
|
8224
|
+
],
|
|
8225
|
+
"nightly": {
|
|
8226
|
+
"url": "https://wicg.github.io/document-isolation-policy/",
|
|
8227
|
+
"status": "Draft Community Group Report",
|
|
8228
|
+
"alternateUrls": [],
|
|
8229
|
+
"repository": "https://github.com/WICG/document-isolation-policy",
|
|
8230
|
+
"sourcePath": "index.bs",
|
|
8231
|
+
"filename": "index.html"
|
|
8232
|
+
},
|
|
8233
|
+
"title": "Document-Isolation-Policy",
|
|
8234
|
+
"source": "spec",
|
|
8235
|
+
"shortTitle": "Document-Isolation-Policy",
|
|
8236
|
+
"categories": [
|
|
8237
|
+
"browser"
|
|
8238
|
+
],
|
|
8239
|
+
"standing": "good"
|
|
8240
|
+
},
|
|
8173
8241
|
{
|
|
8174
8242
|
"url": "https://wicg.github.io/document-picture-in-picture/",
|
|
8175
8243
|
"seriesComposition": "full",
|
|
@@ -9245,6 +9313,40 @@
|
|
|
9245
9313
|
]
|
|
9246
9314
|
}
|
|
9247
9315
|
},
|
|
9316
|
+
{
|
|
9317
|
+
"url": "https://wicg.github.io/paymentlink/",
|
|
9318
|
+
"seriesComposition": "full",
|
|
9319
|
+
"shortname": "paymentlink",
|
|
9320
|
+
"series": {
|
|
9321
|
+
"shortname": "paymentlink",
|
|
9322
|
+
"currentSpecification": "paymentlink",
|
|
9323
|
+
"title": "Facilitated Payment Link Type in HTML",
|
|
9324
|
+
"shortTitle": "Facilitated Payment Link Type in HTML",
|
|
9325
|
+
"nightlyUrl": "https://wicg.github.io/paymentlink/"
|
|
9326
|
+
},
|
|
9327
|
+
"organization": "W3C",
|
|
9328
|
+
"groups": [
|
|
9329
|
+
{
|
|
9330
|
+
"name": "Web Platform Incubator Community Group",
|
|
9331
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
9332
|
+
}
|
|
9333
|
+
],
|
|
9334
|
+
"nightly": {
|
|
9335
|
+
"url": "https://wicg.github.io/paymentlink/",
|
|
9336
|
+
"status": "Draft Community Group Report",
|
|
9337
|
+
"alternateUrls": [],
|
|
9338
|
+
"repository": "https://github.com/WICG/paymentlink",
|
|
9339
|
+
"sourcePath": "index.bs",
|
|
9340
|
+
"filename": "index.html"
|
|
9341
|
+
},
|
|
9342
|
+
"title": "Facilitated Payment Link Type in HTML",
|
|
9343
|
+
"source": "spec",
|
|
9344
|
+
"shortTitle": "Facilitated Payment Link Type in HTML",
|
|
9345
|
+
"categories": [
|
|
9346
|
+
"browser"
|
|
9347
|
+
],
|
|
9348
|
+
"standing": "good"
|
|
9349
|
+
},
|
|
9248
9350
|
{
|
|
9249
9351
|
"url": "https://wicg.github.io/performance-measure-memory/",
|
|
9250
9352
|
"seriesComposition": "full",
|
|
@@ -10596,7 +10698,7 @@
|
|
|
10596
10698
|
}
|
|
10597
10699
|
],
|
|
10598
10700
|
"title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
|
|
10599
|
-
"source": "
|
|
10701
|
+
"source": "spec",
|
|
10600
10702
|
"categories": [
|
|
10601
10703
|
"browser"
|
|
10602
10704
|
],
|
|
@@ -10621,7 +10723,7 @@
|
|
|
10621
10723
|
}
|
|
10622
10724
|
],
|
|
10623
10725
|
"title": "Information technology — JPEG XL image coding system — Part 2: File format",
|
|
10624
|
-
"source": "
|
|
10726
|
+
"source": "spec",
|
|
10625
10727
|
"categories": [
|
|
10626
10728
|
"browser"
|
|
10627
10729
|
],
|
|
@@ -10634,7 +10736,7 @@
|
|
|
10634
10736
|
"series": {
|
|
10635
10737
|
"shortname": "iso14496-22",
|
|
10636
10738
|
"currentSpecification": "iso14496-22",
|
|
10637
|
-
"title": "Information technology — Coding of audio-visual objects — Part 22: Open
|
|
10739
|
+
"title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
|
|
10638
10740
|
"shortTitle": "Open Font Format"
|
|
10639
10741
|
},
|
|
10640
10742
|
"shortTitle": "Open Font Format",
|
|
@@ -10645,8 +10747,8 @@
|
|
|
10645
10747
|
"url": "https://www.iso.org/committee/45316.html"
|
|
10646
10748
|
}
|
|
10647
10749
|
],
|
|
10648
|
-
"title": "Information technology — Coding of audio-visual objects — Part 22: Open
|
|
10649
|
-
"source": "
|
|
10750
|
+
"title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
|
|
10751
|
+
"source": "spec",
|
|
10650
10752
|
"categories": [
|
|
10651
10753
|
"browser"
|
|
10652
10754
|
],
|