browser-specs 3.60.1 → 3.62.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 +72 -0
- 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
|
@@ -336,6 +336,44 @@
|
|
|
336
336
|
]
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
|
+
{
|
|
340
|
+
"url": "https://drafts.csswg.org/css-borders-4/",
|
|
341
|
+
"seriesComposition": "full",
|
|
342
|
+
"shortname": "css-borders-4",
|
|
343
|
+
"series": {
|
|
344
|
+
"shortname": "css-borders",
|
|
345
|
+
"currentSpecification": "css-borders-4",
|
|
346
|
+
"title": "CSS Borders and Box Decorations",
|
|
347
|
+
"shortTitle": "CSS Borders and Box Decorations",
|
|
348
|
+
"nightlyUrl": "https://drafts.csswg.org/css-borders/"
|
|
349
|
+
},
|
|
350
|
+
"seriesVersion": "4",
|
|
351
|
+
"organization": "W3C",
|
|
352
|
+
"groups": [
|
|
353
|
+
{
|
|
354
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
355
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
356
|
+
}
|
|
357
|
+
],
|
|
358
|
+
"nightly": {
|
|
359
|
+
"url": "https://drafts.csswg.org/css-borders-4/",
|
|
360
|
+
"status": "Editor's Draft",
|
|
361
|
+
"alternateUrls": [
|
|
362
|
+
"https://w3c.github.io/csswg-drafts/css-borders-4/",
|
|
363
|
+
"https://w3c.github.io/csswg-drafts/css-borders/"
|
|
364
|
+
],
|
|
365
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
366
|
+
"sourcePath": "css-borders-4/Overview.bs",
|
|
367
|
+
"filename": "index.html"
|
|
368
|
+
},
|
|
369
|
+
"title": "CSS Borders and Box Decorations Module Level 4",
|
|
370
|
+
"source": "spec",
|
|
371
|
+
"shortTitle": "CSS Borders and Box Decorations 4",
|
|
372
|
+
"categories": [
|
|
373
|
+
"browser"
|
|
374
|
+
],
|
|
375
|
+
"standing": "good"
|
|
376
|
+
},
|
|
339
377
|
{
|
|
340
378
|
"url": "https://drafts.csswg.org/css-color-6/",
|
|
341
379
|
"seriesComposition": "delta",
|
|
@@ -9260,6 +9298,40 @@
|
|
|
9260
9298
|
],
|
|
9261
9299
|
"standing": "good"
|
|
9262
9300
|
},
|
|
9301
|
+
{
|
|
9302
|
+
"url": "https://www.rfc-editor.org/rfc/rfc8297",
|
|
9303
|
+
"seriesComposition": "full",
|
|
9304
|
+
"shortname": "rfc8297",
|
|
9305
|
+
"series": {
|
|
9306
|
+
"shortname": "rfc8297",
|
|
9307
|
+
"currentSpecification": "rfc8297",
|
|
9308
|
+
"title": "An HTTP Status Code for Indicating Hints",
|
|
9309
|
+
"shortTitle": "An HTTP Status Code for Indicating Hints",
|
|
9310
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc8297.html"
|
|
9311
|
+
},
|
|
9312
|
+
"organization": "IETF",
|
|
9313
|
+
"groups": [
|
|
9314
|
+
{
|
|
9315
|
+
"name": "HTTP Working Group",
|
|
9316
|
+
"url": "https://datatracker.ietf.org/wg/httpbis/"
|
|
9317
|
+
}
|
|
9318
|
+
],
|
|
9319
|
+
"nightly": {
|
|
9320
|
+
"url": "https://httpwg.org/specs/rfc8297.html",
|
|
9321
|
+
"status": "Experimental",
|
|
9322
|
+
"alternateUrls": [],
|
|
9323
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
9324
|
+
"sourcePath": "specs/rfc8297.xml",
|
|
9325
|
+
"filename": "rfc8297.html"
|
|
9326
|
+
},
|
|
9327
|
+
"title": "An HTTP Status Code for Indicating Hints",
|
|
9328
|
+
"source": "specref",
|
|
9329
|
+
"shortTitle": "An HTTP Status Code for Indicating Hints",
|
|
9330
|
+
"categories": [
|
|
9331
|
+
"browser"
|
|
9332
|
+
],
|
|
9333
|
+
"standing": "good"
|
|
9334
|
+
},
|
|
9263
9335
|
{
|
|
9264
9336
|
"url": "https://www.rfc-editor.org/rfc/rfc8470",
|
|
9265
9337
|
"seriesComposition": "full",
|
package/package.json
CHANGED