diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb98de..7161213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changes to cssdb +### Unreleased + +- Added: Stage 2 `media-queries-aspect-ratio-number-values` +- Updated `@mdn/browser-compat-data` to `5.2.19` (patch) +- Updated `caniuse-lite` to `1.0.30001434` (patch) + ### 7.1.0 (November 4, 2022) - Added: Stage 2 `scope-pseudo-class` diff --git a/cssdb.json b/cssdb.json index 6e10347..c0a10de 100644 --- a/cssdb.json +++ b/cssdb.json @@ -63,6 +63,25 @@ ], "vendors_implementations": 3 }, + { + "id": "media-queries-aspect-ratio-number-values", + "title": "Aspect-Ratio number values", + "description": "Support `` values with `` components in `@media`", + "specification": "https://www.w3.org/TR/css-values-4/#ratio-value", + "stage": 2, + "browser_support": {}, + "docs": { + "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio" + }, + "example": "@media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}", + "polyfills": [ + { + "type": "PostCSS Plugin", + "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values" + } + ], + "vendors_implementations": 0 + }, { "id": "blank-pseudo-class", "title": "`:blank` Empty-Value Pseudo-Class", diff --git a/cssdb.mjs b/cssdb.mjs index af3972a..f2e0b41 100644 --- a/cssdb.mjs +++ b/cssdb.mjs @@ -63,6 +63,25 @@ export default [ ], "vendors_implementations": 3 }, + { + "id": "media-queries-aspect-ratio-number-values", + "title": "Aspect-Ratio number values", + "description": "Support `` values with `` components in `@media`", + "specification": "https://www.w3.org/TR/css-values-4/#ratio-value", + "stage": 2, + "browser_support": {}, + "docs": { + "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio" + }, + "example": "@media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}", + "polyfills": [ + { + "type": "PostCSS Plugin", + "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values" + } + ], + "vendors_implementations": 0 + }, { "id": "blank-pseudo-class", "title": "`:blank` Empty-Value Pseudo-Class", diff --git a/cssdb.settings.json b/cssdb.settings.json index 3d205f4..6f6b65b 100644 --- a/cssdb.settings.json +++ b/cssdb.settings.json @@ -40,6 +40,25 @@ } ] }, + { + "id": "media-queries-aspect-ratio-number-values", + "title": "Aspect-Ratio number values", + "description": "Support `` values with `` components in `@media`", + "specification": "https://www.w3.org/TR/css-values-4/#ratio-value", + "stage": 2, + "browser_support": {}, + "docs": { + "mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio" + }, + "example": "@media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}", + "mdn_path": "css.types.ratio.number_value", + "polyfills": [ + { + "type": "PostCSS Plugin", + "link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values" + } + ] + }, { "id": "blank-pseudo-class", "title": "`:blank` Empty-Value Pseudo-Class",