w3c/browser-specs

Add css-values-5

Closed this issue · 1 comments

URL

https://www.w3.org/TR/css-values-5/

Rationale

Additional properties

{}

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "url": "https://www.w3.org/TR/css-values-5/",
  "seriesComposition": "full",
  "shortname": "css-values-5",
  "series": {
    "shortname": "css-values",
    "currentSpecification": "css-values-4",
    "title": "CSS Values and Units",
    "shortTitle": "CSS Values and Units",
    "releaseUrl": "https://www.w3.org/TR/css-values/",
    "nightlyUrl": "https://drafts.csswg.org/css-values/"
  },
  "seriesVersion": "5",
  "seriesPrevious": "css-values-4",
  "organization": "W3C",
  "groups": [
    {
      "name": "Cascading Style Sheets (CSS) Working Group",
      "url": "https://www.w3.org/Style/CSS/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/css-values-5/",
    "status": "First Public Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://drafts.csswg.org/css-values-5/",
    "status": "Editor's Draft",
    "alternateUrls": [
      "https://w3c.github.io/csswg-drafts/css-values-5/"
    ],
    "repository": "https://github.com/w3c/csswg-drafts",
    "sourcePath": "css-values-5/Overview.bs",
    "filename": "index.html"
  },
  "title": "CSS Values and Units Module Level 5",
  "source": "w3c",
  "shortTitle": "CSS Values and Units 5",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "css/css-values"
    ]
  }
}

Tests

With these changes, the following tests would fail:

The `index.json` list has unique shortnames

Expected:

[]

Actual:

[
  {
    "url": "https://www.w3.org/TR/css-values-5/",
    "seriesComposition": "full",
    "shortname": "css-values-5",
    "series": {
      "shortname": "css-values",
      "currentSpecification": "css-values-4",
      "title": "CSS Values and Units",
      "shortTitle": "CSS Values and Units",
      "releaseUrl": "https://www.w3.org/TR/css-values/",
      "nightlyUrl": "https://drafts.csswg.org/css-values/"
    },
    "seriesVersion": "5",
    "seriesPrevious": "css-values-4",
    "organization": "W3C",
    "groups": [
      {
        "name": "Cascading Style Sheets (CSS) Working Group",
        "url": "https://www.w3.org/Style/CSS/"
      }
    ],
    "release": {
      "url": "https://www.w3.org/TR/css-values-5/",
      "status": "First Public Working Draft",
      "filename": "Overview.html"
    },
    "nightly": {
      "url": "https://drafts.csswg.org/css-values-5/",
      "status": "Editor's Draft",
      "alternateUrls": [
        "https://w3c.github.io/csswg-drafts/css-values-5/"
      ],
      "repository": "https://github.com/w3c/csswg-drafts",
      "sourcePath": "css-values-5/Overview.bs",
      "filename": "index.html"
    },
    "title": "CSS Values and Units Module Level 5",
    "source": "w3c",
    "shortTitle": "CSS Values and Units 5",
    "categories": [
      "browser"
    ],
    "standing": "good",
    "tests": {
      "repository": "https://github.com/web-platform-tests/wpt",
      "testPaths": [
        "css/css-values"
      ]
    }
  }
]
The `index.json` list has consistent series info

Expected:

{
  "shortname": "css-values",
  "currentSpecification": "css-values-4",
  "title": "CSS Values and Units",
  "shortTitle": "CSS Values",
  "releaseUrl": "https://www.w3.org/TR/css-values/",
  "nightlyUrl": "https://drafts.csswg.org/css-values/"
}

Actual:

{
  "shortname": "css-values",
  "currentSpecification": "css-values-4",
  "title": "CSS Values and Units",
  "shortTitle": "CSS Values and Units",
  "releaseUrl": "https://www.w3.org/TR/css-values/",
  "nightlyUrl": "https://drafts.csswg.org/css-values/"
}