web-specs 2.64.1 → 2.66.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 +28 -2
  2. package/index.json +113 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,8 @@ cross-references, WebIDL, quality, etc.
18
18
  - [`shortTitle`](#shorttitle)
19
19
  - [`categories`](#categories)
20
20
  - [`standing`](#standing)
21
+ - [`obsoletedBy`](#obsoletedby)
22
+ - [`formerNames`](#formernames)
21
23
  - [`series`](#series)
22
24
  - [`series.shortname`](#seriesshortname)
23
25
  - [`series.currentSpecification`](#seriescurrentspecification)
@@ -206,6 +208,30 @@ or `"discontinued"`. Value is always `"good"` for specs in the `browser-specs`
206
208
  package.
207
209
 
208
210
 
211
+ ### `obsoletedBy`
212
+
213
+ An array that contains the list of shortnames of specs that replace or otherwise
214
+ obsolete the contents of a discontinued spec.
215
+
216
+ The `obsoletedBy` property is only set when `standing` is `"discontinued"`,
217
+ provided that there are indeed specs that replace the contents of the spec.
218
+
219
+
220
+ ### `formerNames`
221
+
222
+ An array that contains the list of shortnames that were used to identify the
223
+ spec in the past. The property is not meant to provide an exhaustive list of all
224
+ the shortnames that a spec ever had, but just a list of the shortnames that the
225
+ spec used to have *in browser-specs*.
226
+
227
+ By definition, shortnames listed in `formerNames` properties are not *current*
228
+ shortnames. They can be used in projects that consume the list of specs to track
229
+ a specification over time.
230
+
231
+ The `formerNames` property is only set for specs that used to be known under a
232
+ different `shortname` in browser-specs.
233
+
234
+
209
235
  ### `series`
210
236
 
211
237
  An object that describes the series that the spec is part of. A series includes
@@ -350,7 +376,7 @@ abandoned.
350
376
  An array that lists shortnames of known forks of the spec in the list.
351
377
 
352
378
  The `forks` property is only set when there exists at least one fork of the
353
- spec in the list, meaning when there is an entry in the list that has a
379
+ spec in the list, in other words when there is an entry in the list that has a
354
380
  [`forkOf`](#forkof) property set to the spec's shortname.
355
381
 
356
382
 
@@ -461,7 +487,7 @@ Alternate URLs should only be used to ease mapping between external sources and
461
487
  specs in `browser-specs`. The canonical URL in [`nightly.url`](#nightlyurl)
462
488
  should be preferred to reference a spec otherwise.
463
489
 
464
- Alternate URLs are only set when needed, meaning when an alternate URL is
490
+ Alternate URLs are only set when needed, in other words when an alternate URL is
465
491
  effectively in use in some external source and when the external source cannot
466
492
  easily be updated to use the canonical URL. In particular, the list is not meant
467
493
  to be exhaustive.
package/index.json CHANGED
@@ -379,6 +379,44 @@
379
379
  ]
380
380
  }
381
381
  },
382
+ {
383
+ "url": "https://drafts.csswg.org/css-borders-4/",
384
+ "seriesComposition": "full",
385
+ "shortname": "css-borders-4",
386
+ "series": {
387
+ "shortname": "css-borders",
388
+ "currentSpecification": "css-borders-4",
389
+ "title": "CSS Borders and Box Decorations",
390
+ "shortTitle": "CSS Borders and Box Decorations",
391
+ "nightlyUrl": "https://drafts.csswg.org/css-borders/"
392
+ },
393
+ "seriesVersion": "4",
394
+ "organization": "W3C",
395
+ "groups": [
396
+ {
397
+ "name": "Cascading Style Sheets (CSS) Working Group",
398
+ "url": "https://www.w3.org/Style/CSS/"
399
+ }
400
+ ],
401
+ "nightly": {
402
+ "url": "https://drafts.csswg.org/css-borders-4/",
403
+ "status": "Editor's Draft",
404
+ "alternateUrls": [
405
+ "https://w3c.github.io/csswg-drafts/css-borders-4/",
406
+ "https://w3c.github.io/csswg-drafts/css-borders/"
407
+ ],
408
+ "repository": "https://github.com/w3c/csswg-drafts",
409
+ "sourcePath": "css-borders-4/Overview.bs",
410
+ "filename": "index.html"
411
+ },
412
+ "title": "CSS Borders and Box Decorations Module Level 4",
413
+ "source": "spec",
414
+ "shortTitle": "CSS Borders and Box Decorations 4",
415
+ "categories": [
416
+ "browser"
417
+ ],
418
+ "standing": "good"
419
+ },
382
420
  {
383
421
  "url": "https://drafts.csswg.org/css-color-6/",
384
422
  "seriesComposition": "delta",
@@ -2030,7 +2068,7 @@
2030
2068
  "organization": "W3C",
2031
2069
  "nightly": {
2032
2070
  "url": "https://patcg-individual-drafts.github.io/topics/",
2033
- "status": "Draft Community Group Report",
2071
+ "status": "Unofficial Proposal Draft",
2034
2072
  "alternateUrls": [],
2035
2073
  "repository": "https://github.com/patcg-individual-drafts/topics",
2036
2074
  "sourcePath": "spec.bs",
@@ -5188,6 +5226,43 @@
5188
5226
  ],
5189
5227
  "standing": "good"
5190
5228
  },
5229
+ {
5230
+ "url": "https://tc39.es/proposal-resizablearraybuffer/",
5231
+ "seriesComposition": "full",
5232
+ "shortname": "tc39-resizablearraybuffer",
5233
+ "series": {
5234
+ "shortname": "tc39-resizablearraybuffer",
5235
+ "currentSpecification": "tc39-resizablearraybuffer",
5236
+ "title": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5237
+ "shortTitle": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5238
+ "nightlyUrl": "https://tc39.es/proposal-resizablearraybuffer/"
5239
+ },
5240
+ "title": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5241
+ "standing": "discontinued",
5242
+ "obsoletedBy": [
5243
+ "ecmascript"
5244
+ ],
5245
+ "organization": "Ecma International",
5246
+ "groups": [
5247
+ {
5248
+ "name": "TC39",
5249
+ "url": "https://tc39.es/"
5250
+ }
5251
+ ],
5252
+ "nightly": {
5253
+ "url": "https://tc39.es/proposal-resizablearraybuffer/",
5254
+ "status": "Editor's Draft",
5255
+ "alternateUrls": [],
5256
+ "repository": "https://github.com/tc39/proposal-resizablearraybuffer",
5257
+ "sourcePath": "spec.html",
5258
+ "filename": "index.html"
5259
+ },
5260
+ "source": "spec",
5261
+ "shortTitle": "Resizable ArrayBuffer and growable SharedArrayBuffer",
5262
+ "categories": [
5263
+ "browser"
5264
+ ]
5265
+ },
5191
5266
  {
5192
5267
  "url": "https://tc39.es/proposal-set-methods/",
5193
5268
  "seriesComposition": "full",
@@ -6187,6 +6262,9 @@
6187
6262
  },
6188
6263
  "title": "Close Watcher API",
6189
6264
  "standing": "discontinued",
6265
+ "obsoletedBy": [
6266
+ "html"
6267
+ ],
6190
6268
  "organization": "W3C",
6191
6269
  "groups": [
6192
6270
  {
@@ -9635,6 +9713,40 @@
9635
9713
  ],
9636
9714
  "standing": "good"
9637
9715
  },
9716
+ {
9717
+ "url": "https://www.rfc-editor.org/rfc/rfc8297",
9718
+ "seriesComposition": "full",
9719
+ "shortname": "rfc8297",
9720
+ "series": {
9721
+ "shortname": "rfc8297",
9722
+ "currentSpecification": "rfc8297",
9723
+ "title": "An HTTP Status Code for Indicating Hints",
9724
+ "shortTitle": "An HTTP Status Code for Indicating Hints",
9725
+ "nightlyUrl": "https://httpwg.org/specs/rfc8297.html"
9726
+ },
9727
+ "organization": "IETF",
9728
+ "groups": [
9729
+ {
9730
+ "name": "HTTP Working Group",
9731
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
9732
+ }
9733
+ ],
9734
+ "nightly": {
9735
+ "url": "https://httpwg.org/specs/rfc8297.html",
9736
+ "status": "Experimental",
9737
+ "alternateUrls": [],
9738
+ "repository": "https://github.com/httpwg/httpwg.github.io",
9739
+ "sourcePath": "specs/rfc8297.xml",
9740
+ "filename": "rfc8297.html"
9741
+ },
9742
+ "title": "An HTTP Status Code for Indicating Hints",
9743
+ "source": "specref",
9744
+ "shortTitle": "An HTTP Status Code for Indicating Hints",
9745
+ "categories": [
9746
+ "browser"
9747
+ ],
9748
+ "standing": "good"
9749
+ },
9638
9750
  {
9639
9751
  "url": "https://www.rfc-editor.org/rfc/rfc8470",
9640
9752
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.64.1",
3
+ "version": "2.66.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",