web-specs 3.36.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 +48 -14
  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
@@ -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
  ],
@@ -7339,7 +7339,7 @@
7339
7339
  "filename": "index.html"
7340
7340
  },
7341
7341
  "title": "Web Bluetooth",
7342
- "source": "specref",
7342
+ "source": "spec",
7343
7343
  "shortTitle": "Web Bluetooth",
7344
7344
  "categories": [
7345
7345
  "browser"
@@ -8170,6 +8170,40 @@
8170
8170
  "browser"
8171
8171
  ]
8172
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
+ },
8173
8207
  {
8174
8208
  "url": "https://wicg.github.io/document-picture-in-picture/",
8175
8209
  "seriesComposition": "full",
@@ -10596,7 +10630,7 @@
10596
10630
  }
10597
10631
  ],
10598
10632
  "title": "Information technology — Digital compression and coding of continuous-tone still images: JPEG File Interchange Format (JFIF) — Part 5:",
10599
- "source": "specref",
10633
+ "source": "spec",
10600
10634
  "categories": [
10601
10635
  "browser"
10602
10636
  ],
@@ -10621,7 +10655,7 @@
10621
10655
  }
10622
10656
  ],
10623
10657
  "title": "Information technology — JPEG XL image coding system — Part 2: File format",
10624
- "source": "specref",
10658
+ "source": "spec",
10625
10659
  "categories": [
10626
10660
  "browser"
10627
10661
  ],
@@ -10634,7 +10668,7 @@
10634
10668
  "series": {
10635
10669
  "shortname": "iso14496-22",
10636
10670
  "currentSpecification": "iso14496-22",
10637
- "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",
10638
10672
  "shortTitle": "Open Font Format"
10639
10673
  },
10640
10674
  "shortTitle": "Open Font Format",
@@ -10645,8 +10679,8 @@
10645
10679
  "url": "https://www.iso.org/committee/45316.html"
10646
10680
  }
10647
10681
  ],
10648
- "title": "Information technology — Coding of audio-visual objects — Part 22: Open Font Format",
10649
- "source": "specref",
10682
+ "title": "Information technology — Coding of audio-visual objects — Part 22: Open font format",
10683
+ "source": "spec",
10650
10684
  "categories": [
10651
10685
  "browser"
10652
10686
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.36.0",
3
+ "version": "3.37.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",