w3c / browser-specs

A machine-readable list of Web specifications
Other
225 stars 45 forks source link

Add css-easing-2 #1478

Closed browser-specs-bot closed 2 months ago

browser-specs-bot commented 2 months ago

URL

https://www.w3.org/TR/css-easing-2/

Rationale

Additional properties

{}
browser-specs-bot commented 2 months ago

Changes to index.json

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

Add spec (1) ```json { "url": "https://www.w3.org/TR/css-easing-2/", "seriesComposition": "full", "shortname": "css-easing-2", "series": { "shortname": "css-easing", "currentSpecification": "css-easing-1", "title": "CSS Easing Functions", "shortTitle": "CSS Easing Functions", "releaseUrl": "https://www.w3.org/TR/css-easing/", "nightlyUrl": "https://drafts.csswg.org/css-easing/" }, "seriesVersion": "2", "seriesPrevious": "css-easing-1", "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-easing-2/", "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-easing-2/", "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-easing-2/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-easing-2/Overview.bs", "filename": "index.html" }, "title": "CSS Easing Functions Level 2", "source": "w3c", "shortTitle": "CSS Easing Functions 2", "categories": [ "browser" ], "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "css/css-easing" ] } } ```

Tests

With these changes, the following tests would fail:

The `index.json` list has unique shortnames Expected: ```json [] ``` Actual: ```json [ { "url": "https://www.w3.org/TR/css-easing-2/", "seriesComposition": "full", "shortname": "css-easing-2", "series": { "shortname": "css-easing", "currentSpecification": "css-easing-1", "title": "CSS Easing Functions", "shortTitle": "CSS Easing Functions", "releaseUrl": "https://www.w3.org/TR/css-easing/", "nightlyUrl": "https://drafts.csswg.org/css-easing/" }, "seriesVersion": "2", "seriesPrevious": "css-easing-1", "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-easing-2/", "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://drafts.csswg.org/css-easing-2/", "status": "Editor's Draft", "alternateUrls": [ "https://w3c.github.io/csswg-drafts/css-easing-2/" ], "repository": "https://github.com/w3c/csswg-drafts", "sourcePath": "css-easing-2/Overview.bs", "filename": "index.html" }, "title": "CSS Easing Functions Level 2", "source": "w3c", "shortTitle": "CSS Easing Functions 2", "categories": [ "browser" ], "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "css/css-easing" ] } } ] ```