browser-specs 3.75.0 → 4.0.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 +19 -3
  2. package/index.json +70 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,7 @@ cross-references, WebIDL, quality, etc.
11
11
  ## Table of Contents
12
12
 
13
13
  - [Installation and usage](#installation-and-usage)
14
+ - [Upgrading](#upgrading)
14
15
  <!-- COMMON-TOC: start -->
15
16
  - [Spec object](#spec-object)
16
17
  - [`url`](#url)
@@ -80,6 +81,15 @@ or retrieve the list from the [`web-specs@latest` branch](https://github.com/w3c
80
81
  and filter the resulting list to only preserve specs that have `"browser"` in
81
82
  their `categories` property.
82
83
 
84
+ ## Upgrading
85
+
86
+ The only breaking change in version `4.x` is that some spec entries may not
87
+ have a `nightly` property. This happens for specs that are not public. An
88
+ example of a non public spec is an ISO standard. In such cases, the `url`
89
+ property targets the public page that describes the spec on the standardization
90
+ organization's web site. To upgrade from version `3.x` to version `4.x`, make
91
+ sure that your code can handle specs without a `nightly` property.
92
+
83
93
  <!-- COMMON-BODY: start -->
84
94
  ## Spec object
85
95
 
@@ -135,7 +145,10 @@ Each specification in the list comes with the following properties:
135
145
 
136
146
  The versioned (but not dated) URL for the spec. For W3C specs published as
137
147
  TR documents, this is the TR URL. For WHATWG specs, this is the URL of the
138
- living standard. In other cases, this is the URL of the latest Editor's Draft.
148
+ living standard. For specs developed by an organization that does not provide
149
+ a public version of the spec such as ISO, this is the URL of the page that
150
+ describes the spec on the organization's web site. In other cases, this is the
151
+ URL of the latest Editor's Draft.
139
152
 
140
153
  The URL should be relatively stable but may still change over time. See
141
154
  [Spec identifiers](#spec-identifiers) for details.
@@ -329,7 +342,8 @@ for all specifications in the CSS Fonts series.
329
342
  For specs that are not part of a series of specs, this matches the
330
343
  [`nightly.url`](#nightlyurl) property.
331
344
 
332
- The `nightlyUrl` property is always set.
345
+ The `nightlyUrl` property is always set when the [`nightly`](#nightly) property
346
+ is set.
333
347
 
334
348
 
335
349
  ### `seriesVersion`
@@ -456,7 +470,9 @@ The `pages` property is only set for specs identified as multipage specs.
456
470
  An object that represents the latest Editor's Draft of the spec, or the living
457
471
  standard when the concept of Editor's Draft does not exist.
458
472
 
459
- The `nightly` property is always set.
473
+ The `nightly` property is always set unless the spec does not have a public
474
+ version available through a URL. For instance, ISO specs are not publicly
475
+ available.
460
476
 
461
477
 
462
478
  #### `nightly.url`
package/index.json CHANGED
@@ -5908,6 +5908,9 @@
5908
5908
  "seriesVersion": "2",
5909
5909
  "forkOf": "wasm-core-2",
5910
5910
  "title": "WebAssembly Core: Garbage Collection",
5911
+ "formerNames": [
5912
+ "wasm-core-1-fork-gc"
5913
+ ],
5911
5914
  "organization": "W3C",
5912
5915
  "groups": [
5913
5916
  {
@@ -6152,6 +6155,43 @@
6152
6155
  ],
6153
6156
  "standing": "good"
6154
6157
  },
6158
+ {
6159
+ "url": "https://webassembly.github.io/threads/js-api/",
6160
+ "seriesComposition": "fork",
6161
+ "shortname": "wasm-js-api-2-fork-threads",
6162
+ "series": {
6163
+ "shortname": "wasm-js-api",
6164
+ "currentSpecification": "wasm-js-api-2",
6165
+ "title": "WebAssembly JavaScript Interface",
6166
+ "shortTitle": "WebAssembly JavaScript Interface",
6167
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6168
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6169
+ },
6170
+ "seriesVersion": "2",
6171
+ "forkOf": "wasm-js-api-2",
6172
+ "title": "WebAssembly JavaScript Interface: Threading",
6173
+ "organization": "W3C",
6174
+ "groups": [
6175
+ {
6176
+ "name": "WebAssembly Community Group",
6177
+ "url": "https://www.w3.org/community/webassembly/"
6178
+ }
6179
+ ],
6180
+ "nightly": {
6181
+ "url": "https://webassembly.github.io/threads/js-api/",
6182
+ "status": "Editor's Draft",
6183
+ "alternateUrls": [],
6184
+ "repository": "https://github.com/WebAssembly/threads",
6185
+ "sourcePath": "document/js-api/index.bs",
6186
+ "filename": "index.html"
6187
+ },
6188
+ "source": "spec",
6189
+ "shortTitle": "WebAssembly JavaScript Interface: Threading",
6190
+ "categories": [
6191
+ "browser"
6192
+ ],
6193
+ "standing": "good"
6194
+ },
6155
6195
  {
6156
6196
  "url": "https://webbluetoothcg.github.io/web-bluetooth/",
6157
6197
  "seriesComposition": "full",
@@ -9149,6 +9189,31 @@
9149
9189
  ],
9150
9190
  "standing": "good"
9151
9191
  },
9192
+ {
9193
+ "url": "https://www.iso.org/standard/85253.html",
9194
+ "seriesComposition": "full",
9195
+ "shortname": "iso18181-2",
9196
+ "series": {
9197
+ "shortname": "iso18181-2",
9198
+ "currentSpecification": "iso18181-2",
9199
+ "title": "Information technology — JPEG XL image coding system — Part 2: File format",
9200
+ "shortTitle": "JPEG XL: File Format"
9201
+ },
9202
+ "shortTitle": "JPEG XL: File Format",
9203
+ "organization": "ISO/IEC",
9204
+ "groups": [
9205
+ {
9206
+ "name": "ISO/IEC JTC 1/SC 29",
9207
+ "url": "https://www.iso.org/committee/45316.html"
9208
+ }
9209
+ ],
9210
+ "title": "Information technology — JPEG XL image coding system — Part 2: File format",
9211
+ "source": "specref",
9212
+ "categories": [
9213
+ "browser"
9214
+ ],
9215
+ "standing": "good"
9216
+ },
9152
9217
  {
9153
9218
  "url": "https://www.rfc-editor.org/rfc/rfc2397",
9154
9219
  "seriesComposition": "full",
@@ -15510,6 +15575,9 @@
15510
15575
  "nightlyUrl": "https://drafts.csswg.org/css-viewport/"
15511
15576
  },
15512
15577
  "seriesVersion": "1",
15578
+ "formerNames": [
15579
+ "css-viewport"
15580
+ ],
15513
15581
  "organization": "W3C",
15514
15582
  "groups": [
15515
15583
  {
@@ -21133,7 +21201,8 @@
21133
21201
  "wasm-js-api-2-fork-content-security-policy",
21134
21202
  "wasm-js-api-2-fork-exception-handling",
21135
21203
  "wasm-js-api-2-fork-js-promise-integration",
21136
- "wasm-js-api-2-fork-js-types"
21204
+ "wasm-js-api-2-fork-js-types",
21205
+ "wasm-js-api-2-fork-threads"
21137
21206
  ],
21138
21207
  "organization": "W3C",
21139
21208
  "groups": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.75.0",
3
+ "version": "4.0.0",
4
4
  "description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
5
5
  "repository": {
6
6
  "type": "git",