browser-specs 4.34.0 → 4.36.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
|
@@ -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
|
@@ -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
|
],
|
|
@@ -5620,6 +5620,40 @@
|
|
|
5620
5620
|
],
|
|
5621
5621
|
"standing": "good"
|
|
5622
5622
|
},
|
|
5623
|
+
{
|
|
5624
|
+
"url": "https://w3c.github.io/ppa/",
|
|
5625
|
+
"seriesComposition": "full",
|
|
5626
|
+
"shortname": "ppa",
|
|
5627
|
+
"series": {
|
|
5628
|
+
"shortname": "ppa",
|
|
5629
|
+
"currentSpecification": "ppa",
|
|
5630
|
+
"title": "Privacy-Preserving Attribution",
|
|
5631
|
+
"shortTitle": "Privacy-Preserving Attribution",
|
|
5632
|
+
"nightlyUrl": "https://w3c.github.io/ppa/"
|
|
5633
|
+
},
|
|
5634
|
+
"nightly": {
|
|
5635
|
+
"url": "https://w3c.github.io/ppa/",
|
|
5636
|
+
"status": "Editor's Draft",
|
|
5637
|
+
"sourcePath": "api.bs",
|
|
5638
|
+
"alternateUrls": [],
|
|
5639
|
+
"repository": "https://github.com/w3c/ppa",
|
|
5640
|
+
"filename": "index.html"
|
|
5641
|
+
},
|
|
5642
|
+
"organization": "W3C",
|
|
5643
|
+
"groups": [
|
|
5644
|
+
{
|
|
5645
|
+
"name": "Private Advertising Technology Working Group",
|
|
5646
|
+
"url": "https://www.w3.org/groups/wg/pat/"
|
|
5647
|
+
}
|
|
5648
|
+
],
|
|
5649
|
+
"title": "Privacy-Preserving Attribution: Level 1",
|
|
5650
|
+
"source": "spec",
|
|
5651
|
+
"shortTitle": "Privacy-Preserving Attribution 1",
|
|
5652
|
+
"categories": [
|
|
5653
|
+
"browser"
|
|
5654
|
+
],
|
|
5655
|
+
"standing": "good"
|
|
5656
|
+
},
|
|
5623
5657
|
{
|
|
5624
5658
|
"url": "https://w3c.github.io/reporting/network-reporting.html",
|
|
5625
5659
|
"seriesComposition": "full",
|
|
@@ -6421,7 +6455,7 @@
|
|
|
6421
6455
|
"filename": "index.html"
|
|
6422
6456
|
},
|
|
6423
6457
|
"title": "Web Bluetooth",
|
|
6424
|
-
"source": "
|
|
6458
|
+
"source": "spec",
|
|
6425
6459
|
"shortTitle": "Web Bluetooth",
|
|
6426
6460
|
"categories": [
|
|
6427
6461
|
"browser"
|
|
@@ -7103,6 +7137,40 @@
|
|
|
7103
7137
|
],
|
|
7104
7138
|
"standing": "good"
|
|
7105
7139
|
},
|
|
7140
|
+
{
|
|
7141
|
+
"url": "https://wicg.github.io/document-isolation-policy/",
|
|
7142
|
+
"seriesComposition": "full",
|
|
7143
|
+
"shortname": "document-isolation-policy",
|
|
7144
|
+
"series": {
|
|
7145
|
+
"shortname": "document-isolation-policy",
|
|
7146
|
+
"currentSpecification": "document-isolation-policy",
|
|
7147
|
+
"title": "Document-Isolation-Policy",
|
|
7148
|
+
"shortTitle": "Document-Isolation-Policy",
|
|
7149
|
+
"nightlyUrl": "https://wicg.github.io/document-isolation-policy/"
|
|
7150
|
+
},
|
|
7151
|
+
"organization": "W3C",
|
|
7152
|
+
"groups": [
|
|
7153
|
+
{
|
|
7154
|
+
"name": "Web Platform Incubator Community Group",
|
|
7155
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
7156
|
+
}
|
|
7157
|
+
],
|
|
7158
|
+
"nightly": {
|
|
7159
|
+
"url": "https://wicg.github.io/document-isolation-policy/",
|
|
7160
|
+
"status": "Draft Community Group Report",
|
|
7161
|
+
"alternateUrls": [],
|
|
7162
|
+
"repository": "https://github.com/WICG/document-isolation-policy",
|
|
7163
|
+
"sourcePath": "index.bs",
|
|
7164
|
+
"filename": "index.html"
|
|
7165
|
+
},
|
|
7166
|
+
"title": "Document-Isolation-Policy",
|
|
7167
|
+
"source": "spec",
|
|
7168
|
+
"shortTitle": "Document-Isolation-Policy",
|
|
7169
|
+
"categories": [
|
|
7170
|
+
"browser"
|
|
7171
|
+
],
|
|
7172
|
+
"standing": "good"
|
|
7173
|
+
},
|
|
7106
7174
|
{
|
|
7107
7175
|
"url": "https://wicg.github.io/document-picture-in-picture/",
|
|
7108
7176
|
"seriesComposition": "full",
|
|
@@ -8146,6 +8214,40 @@
|
|
|
8146
8214
|
]
|
|
8147
8215
|
}
|
|
8148
8216
|
},
|
|
8217
|
+
{
|
|
8218
|
+
"url": "https://wicg.github.io/paymentlink/",
|
|
8219
|
+
"seriesComposition": "full",
|
|
8220
|
+
"shortname": "paymentlink",
|
|
8221
|
+
"series": {
|
|
8222
|
+
"shortname": "paymentlink",
|
|
8223
|
+
"currentSpecification": "paymentlink",
|
|
8224
|
+
"title": "Facilitated Payment Link Type in HTML",
|
|
8225
|
+
"shortTitle": "Facilitated Payment Link Type in HTML",
|
|
8226
|
+
"nightlyUrl": "https://wicg.github.io/paymentlink/"
|
|
8227
|
+
},
|
|
8228
|
+
"organization": "W3C",
|
|
8229
|
+
"groups": [
|
|
8230
|
+
{
|
|
8231
|
+
"name": "Web Platform Incubator Community Group",
|
|
8232
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
8233
|
+
}
|
|
8234
|
+
],
|
|
8235
|
+
"nightly": {
|
|
8236
|
+
"url": "https://wicg.github.io/paymentlink/",
|
|
8237
|
+
"status": "Draft Community Group Report",
|
|
8238
|
+
"alternateUrls": [],
|
|
8239
|
+
"repository": "https://github.com/WICG/paymentlink",
|
|
8240
|
+
"sourcePath": "index.bs",
|
|
8241
|
+
"filename": "index.html"
|
|
8242
|
+
},
|
|
8243
|
+
"title": "Facilitated Payment Link Type in HTML",
|
|
8244
|
+
"source": "spec",
|
|
8245
|
+
"shortTitle": "Facilitated Payment Link Type in HTML",
|
|
8246
|
+
"categories": [
|
|
8247
|
+
"browser"
|
|
8248
|
+
],
|
|
8249
|
+
"standing": "good"
|
|
8250
|
+
},
|
|
8149
8251
|
{
|
|
8150
8252
|
"url": "https://wicg.github.io/performance-measure-memory/",
|
|
8151
8253
|
"seriesComposition": "full",
|
|
@@ -9361,7 +9463,7 @@
|
|
|
9361
9463
|
}
|
|
9362
9464
|
],
|
|
9363
9465
|
"title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
|
|
9364
|
-
"source": "
|
|
9466
|
+
"source": "spec",
|
|
9365
9467
|
"categories": [
|
|
9366
9468
|
"browser"
|
|
9367
9469
|
],
|
|
@@ -9386,7 +9488,7 @@
|
|
|
9386
9488
|
}
|
|
9387
9489
|
],
|
|
9388
9490
|
"title": "Information technology — JPEG XL image coding system — Part 2: File format",
|
|
9389
|
-
"source": "
|
|
9491
|
+
"source": "spec",
|
|
9390
9492
|
"categories": [
|
|
9391
9493
|
"browser"
|
|
9392
9494
|
],
|
|
@@ -9399,7 +9501,7 @@
|
|
|
9399
9501
|
"series": {
|
|
9400
9502
|
"shortname": "iso14496-22",
|
|
9401
9503
|
"currentSpecification": "iso14496-22",
|
|
9402
|
-
"title": "Information technology — Coding of audio-visual objects — Part 22: Open
|
|
9504
|
+
"title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
|
|
9403
9505
|
"shortTitle": "Open Font Format"
|
|
9404
9506
|
},
|
|
9405
9507
|
"shortTitle": "Open Font Format",
|
|
@@ -9410,8 +9512,8 @@
|
|
|
9410
9512
|
"url": "https://www.iso.org/committee/45316.html"
|
|
9411
9513
|
}
|
|
9412
9514
|
],
|
|
9413
|
-
"title": "Information technology — Coding of audio-visual objects — Part 22: Open
|
|
9414
|
-
"source": "
|
|
9515
|
+
"title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
|
|
9516
|
+
"source": "spec",
|
|
9415
9517
|
"categories": [
|
|
9416
9518
|
"browser"
|
|
9417
9519
|
],
|
package/package.json
CHANGED