browser-specs 2.20.0 → 2.21.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 +26 -0
  2. package/index.json +985 -17
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,8 @@ cross-references, WebIDL, quality, etc.
20
20
  - [`series`](#series)
21
21
  - [`series.shortname`](#seriesshortname)
22
22
  - [`series.currentSpecification`](#seriescurrentspecification)
23
+ - [`series.title`](#seriestitle)
24
+ - [`series.shortTitle`](#seriesshorttitle)
23
25
  - [`series.releaseUrl`](#seriesreleaseurl)
24
26
  - [`series.nightlyUrl`](#seriesnightlyurl)
25
27
  - [`seriesVersion`](#seriesversion)
@@ -90,6 +92,8 @@ Each specification in the list comes with the following properties:
90
92
  "series": {
91
93
  "shortname": "css-color",
92
94
  "currentSpecification": "css-color-4",
95
+ "title": "CSS Color",
96
+ "shortTitle": "CSS Color",
93
97
  "releaseUrl": "https://www.w3.org/TR/css-color/",
94
98
  "nightlyUrl": "https://drafts.csswg.org/css-color/"
95
99
  },
@@ -202,6 +206,28 @@ version in the series that is a "full" spec (see
202
206
  The `currentSpecification` property is always set.
203
207
 
204
208
 
209
+ #### `series.title`
210
+
211
+
212
+ The version-less version of the title of the spec which can be used to refer to
213
+ all specs in the series. The title is either retrieved from the
214
+ [W3C API](https://w3c.github.io/w3c-api/) for W3C specs, or derived from the
215
+ spec's [`title`](#title).
216
+
217
+ The `title` property is always set.
218
+
219
+
220
+ #### `series.shortTitle`
221
+
222
+
223
+ The short title of the series title. In most cases, the short title is generated
224
+ from [`series.title`](#seriestitle) by dropping terms such as "Module", "Level",
225
+ or "Standard". In some cases, the short title is set manually.
226
+
227
+ The `shortTitle` property is always set. When there is no meaningful short
228
+ title, the property is set to the actual (possibly long) series title.
229
+
230
+
205
231
  #### `series.releaseUrl`
206
232
 
207
233
  The URL of the latest published snapshot for the spec series. For leveled specs