browser-specs 3.60.0 → 3.61.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 +28 -2
- package/index.json +35 -40
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,6 +19,8 @@ cross-references, WebIDL, quality, etc.
|
|
|
19
19
|
- [`shortTitle`](#shorttitle)
|
|
20
20
|
- [`categories`](#categories)
|
|
21
21
|
- [`standing`](#standing)
|
|
22
|
+
- [`obsoletedBy`](#obsoletedby)
|
|
23
|
+
- [`formerNames`](#formernames)
|
|
22
24
|
- [`series`](#series)
|
|
23
25
|
- [`series.shortname`](#seriesshortname)
|
|
24
26
|
- [`series.currentSpecification`](#seriescurrentspecification)
|
|
@@ -208,6 +210,30 @@ or `"discontinued"`. Value is always `"good"` for specs in the `browser-specs`
|
|
|
208
210
|
package.
|
|
209
211
|
|
|
210
212
|
|
|
213
|
+
### `obsoletedBy`
|
|
214
|
+
|
|
215
|
+
An array that contains the list of shortnames of specs that replace or otherwise
|
|
216
|
+
obsolete the contents of a discontinued spec.
|
|
217
|
+
|
|
218
|
+
The `obsoletedBy` property is only set when `standing` is `"discontinued"`,
|
|
219
|
+
provided that there are indeed specs that replace the contents of the spec.
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### `formerNames`
|
|
223
|
+
|
|
224
|
+
An array that contains the list of shortnames that were used to identify the
|
|
225
|
+
spec in the past. The property is not meant to provide an exhaustive list of all
|
|
226
|
+
the shortnames that a spec ever had, but just a list of the shortnames that the
|
|
227
|
+
spec used to have *in browser-specs*.
|
|
228
|
+
|
|
229
|
+
By definition, shortnames listed in `formerNames` properties are not *current*
|
|
230
|
+
shortnames. They can be used in projects that consume the list of specs to track
|
|
231
|
+
a specification over time.
|
|
232
|
+
|
|
233
|
+
The `formerNames` property is only set for specs that used to be known under a
|
|
234
|
+
different `shortname` in browser-specs.
|
|
235
|
+
|
|
236
|
+
|
|
211
237
|
### `series`
|
|
212
238
|
|
|
213
239
|
An object that describes the series that the spec is part of. A series includes
|
|
@@ -352,7 +378,7 @@ abandoned.
|
|
|
352
378
|
An array that lists shortnames of known forks of the spec in the list.
|
|
353
379
|
|
|
354
380
|
The `forks` property is only set when there exists at least one fork of the
|
|
355
|
-
spec in the list,
|
|
381
|
+
spec in the list, in other words when there is an entry in the list that has a
|
|
356
382
|
[`forkOf`](#forkof) property set to the spec's shortname.
|
|
357
383
|
|
|
358
384
|
|
|
@@ -463,7 +489,7 @@ Alternate URLs should only be used to ease mapping between external sources and
|
|
|
463
489
|
specs in `browser-specs`. The canonical URL in [`nightly.url`](#nightlyurl)
|
|
464
490
|
should be preferred to reference a spec otherwise.
|
|
465
491
|
|
|
466
|
-
Alternate URLs are only set when needed,
|
|
492
|
+
Alternate URLs are only set when needed, in other words when an alternate URL is
|
|
467
493
|
effectively in use in some external source and when the external source cannot
|
|
468
494
|
easily be updated to use the canonical URL. In particular, the list is not meant
|
|
469
495
|
to be exhaustive.
|
package/index.json
CHANGED
|
@@ -1321,6 +1321,7 @@
|
|
|
1321
1321
|
"fetch"
|
|
1322
1322
|
],
|
|
1323
1323
|
"excludePaths": [
|
|
1324
|
+
"fetch/fetch-later",
|
|
1324
1325
|
"fetch/metadata",
|
|
1325
1326
|
"fetch/private-network-access"
|
|
1326
1327
|
]
|
|
@@ -5872,46 +5873,6 @@
|
|
|
5872
5873
|
]
|
|
5873
5874
|
}
|
|
5874
5875
|
},
|
|
5875
|
-
{
|
|
5876
|
-
"url": "https://wicg.github.io/close-watcher/",
|
|
5877
|
-
"seriesComposition": "full",
|
|
5878
|
-
"shortname": "close-watcher",
|
|
5879
|
-
"series": {
|
|
5880
|
-
"shortname": "close-watcher",
|
|
5881
|
-
"currentSpecification": "close-watcher",
|
|
5882
|
-
"title": "Close signals and close watchers are moving to the HTML Standard!",
|
|
5883
|
-
"shortTitle": "Close signals and close watchers are moving to the HTML Standard!",
|
|
5884
|
-
"nightlyUrl": "https://wicg.github.io/close-watcher/"
|
|
5885
|
-
},
|
|
5886
|
-
"organization": "W3C",
|
|
5887
|
-
"groups": [
|
|
5888
|
-
{
|
|
5889
|
-
"name": "Web Platform Incubator Community Group",
|
|
5890
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
5891
|
-
}
|
|
5892
|
-
],
|
|
5893
|
-
"nightly": {
|
|
5894
|
-
"url": "https://wicg.github.io/close-watcher/",
|
|
5895
|
-
"status": "Editor's Draft",
|
|
5896
|
-
"alternateUrls": [],
|
|
5897
|
-
"repository": "https://github.com/WICG/close-watcher",
|
|
5898
|
-
"sourcePath": "spec.html",
|
|
5899
|
-
"filename": "index.html"
|
|
5900
|
-
},
|
|
5901
|
-
"title": "Close signals and close watchers are moving to the HTML Standard!",
|
|
5902
|
-
"source": "spec",
|
|
5903
|
-
"shortTitle": "Close signals and close watchers are moving to the HTML Standard!",
|
|
5904
|
-
"categories": [
|
|
5905
|
-
"browser"
|
|
5906
|
-
],
|
|
5907
|
-
"standing": "good",
|
|
5908
|
-
"tests": {
|
|
5909
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
5910
|
-
"testPaths": [
|
|
5911
|
-
"close-watcher"
|
|
5912
|
-
]
|
|
5913
|
-
}
|
|
5914
|
-
},
|
|
5915
5876
|
{
|
|
5916
5877
|
"url": "https://wicg.github.io/compression/",
|
|
5917
5878
|
"seriesComposition": "full",
|
|
@@ -9299,6 +9260,40 @@
|
|
|
9299
9260
|
],
|
|
9300
9261
|
"standing": "good"
|
|
9301
9262
|
},
|
|
9263
|
+
{
|
|
9264
|
+
"url": "https://www.rfc-editor.org/rfc/rfc8297",
|
|
9265
|
+
"seriesComposition": "full",
|
|
9266
|
+
"shortname": "rfc8297",
|
|
9267
|
+
"series": {
|
|
9268
|
+
"shortname": "rfc8297",
|
|
9269
|
+
"currentSpecification": "rfc8297",
|
|
9270
|
+
"title": "An HTTP Status Code for Indicating Hints",
|
|
9271
|
+
"shortTitle": "An HTTP Status Code for Indicating Hints",
|
|
9272
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc8297.html"
|
|
9273
|
+
},
|
|
9274
|
+
"organization": "IETF",
|
|
9275
|
+
"groups": [
|
|
9276
|
+
{
|
|
9277
|
+
"name": "HTTP Working Group",
|
|
9278
|
+
"url": "https://datatracker.ietf.org/wg/httpbis/"
|
|
9279
|
+
}
|
|
9280
|
+
],
|
|
9281
|
+
"nightly": {
|
|
9282
|
+
"url": "https://httpwg.org/specs/rfc8297.html",
|
|
9283
|
+
"status": "Experimental",
|
|
9284
|
+
"alternateUrls": [],
|
|
9285
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
9286
|
+
"sourcePath": "specs/rfc8297.xml",
|
|
9287
|
+
"filename": "rfc8297.html"
|
|
9288
|
+
},
|
|
9289
|
+
"title": "An HTTP Status Code for Indicating Hints",
|
|
9290
|
+
"source": "specref",
|
|
9291
|
+
"shortTitle": "An HTTP Status Code for Indicating Hints",
|
|
9292
|
+
"categories": [
|
|
9293
|
+
"browser"
|
|
9294
|
+
],
|
|
9295
|
+
"standing": "good"
|
|
9296
|
+
},
|
|
9302
9297
|
{
|
|
9303
9298
|
"url": "https://www.rfc-editor.org/rfc/rfc8470",
|
|
9304
9299
|
"seriesComposition": "full",
|
package/package.json
CHANGED