browser-specs 4.34.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 +48 -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
|
],
|
|
@@ -6421,7 +6421,7 @@
|
|
|
6421
6421
|
"filename": "index.html"
|
|
6422
6422
|
},
|
|
6423
6423
|
"title": "Web Bluetooth",
|
|
6424
|
-
"source": "
|
|
6424
|
+
"source": "spec",
|
|
6425
6425
|
"shortTitle": "Web Bluetooth",
|
|
6426
6426
|
"categories": [
|
|
6427
6427
|
"browser"
|
|
@@ -7103,6 +7103,40 @@
|
|
|
7103
7103
|
],
|
|
7104
7104
|
"standing": "good"
|
|
7105
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
|
+
},
|
|
7106
7140
|
{
|
|
7107
7141
|
"url": "https://wicg.github.io/document-picture-in-picture/",
|
|
7108
7142
|
"seriesComposition": "full",
|
|
@@ -9361,7 +9395,7 @@
|
|
|
9361
9395
|
}
|
|
9362
9396
|
],
|
|
9363
9397
|
"title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
|
|
9364
|
-
"source": "
|
|
9398
|
+
"source": "spec",
|
|
9365
9399
|
"categories": [
|
|
9366
9400
|
"browser"
|
|
9367
9401
|
],
|
|
@@ -9386,7 +9420,7 @@
|
|
|
9386
9420
|
}
|
|
9387
9421
|
],
|
|
9388
9422
|
"title": "Information technology — JPEG XL image coding system — Part 2: File format",
|
|
9389
|
-
"source": "
|
|
9423
|
+
"source": "spec",
|
|
9390
9424
|
"categories": [
|
|
9391
9425
|
"browser"
|
|
9392
9426
|
],
|
|
@@ -9399,7 +9433,7 @@
|
|
|
9399
9433
|
"series": {
|
|
9400
9434
|
"shortname": "iso14496-22",
|
|
9401
9435
|
"currentSpecification": "iso14496-22",
|
|
9402
|
-
"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",
|
|
9403
9437
|
"shortTitle": "Open Font Format"
|
|
9404
9438
|
},
|
|
9405
9439
|
"shortTitle": "Open Font Format",
|
|
@@ -9410,8 +9444,8 @@
|
|
|
9410
9444
|
"url": "https://www.iso.org/committee/45316.html"
|
|
9411
9445
|
}
|
|
9412
9446
|
],
|
|
9413
|
-
"title": "Information technology — Coding of audio-visual objects — Part 22: Open
|
|
9414
|
-
"source": "
|
|
9447
|
+
"title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
|
|
9448
|
+
"source": "spec",
|
|
9415
9449
|
"categories": [
|
|
9416
9450
|
"browser"
|
|
9417
9451
|
],
|
package/package.json
CHANGED