browser-specs
Advanced tools
Comparing version 2.20.0 to 2.21.0
{ | ||
"name": "browser-specs", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -23,2 +23,4 @@ # Web browser specifications | ||
- [`series.currentSpecification`](#seriescurrentspecification) | ||
- [`series.title`](#seriestitle) | ||
- [`series.shortTitle`](#seriesshorttitle) | ||
- [`series.releaseUrl`](#seriesreleaseurl) | ||
@@ -94,2 +96,4 @@ - [`series.nightlyUrl`](#seriesnightlyurl) | ||
"currentSpecification": "css-color-4", | ||
"title": "CSS Color", | ||
"shortTitle": "CSS Color", | ||
"releaseUrl": "https://www.w3.org/TR/css-color/", | ||
@@ -207,2 +211,24 @@ "nightlyUrl": "https://drafts.csswg.org/css-color/" | ||
#### `series.title` | ||
The version-less version of the title of the spec which can be used to refer to | ||
all specs in the series. The title is either retrieved from the | ||
[W3C API](https://w3c.github.io/w3c-api/) for W3C specs, or derived from the | ||
spec's [`title`](#title). | ||
The `title` property is always set. | ||
#### `series.shortTitle` | ||
The short title of the series title. In most cases, the short title is generated | ||
from [`series.title`](#seriestitle) by dropping terms such as "Module", "Level", | ||
or "Standard". In some cases, the short title is set manually. | ||
The `shortTitle` property is always set. When there is no meaningful short | ||
title, the property is set to the actual (possibly long) series title. | ||
#### `series.releaseUrl` | ||
@@ -209,0 +235,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
569840
16612
589