From 3990f25b8493dbeada81c09e469bb7d603e0c50c Mon Sep 17 00:00:00 2001 From: Ryo Matsukawa <76232929+ryo-manba@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:57:48 +0900 Subject: [PATCH] Fix `aspect-ratio` syntax to support both `auto` and `` in combination --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index f7557a8f..bc61290a 100644 --- a/css/properties.json +++ b/css/properties.json @@ -2085,7 +2085,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance" }, "aspect-ratio": { - "syntax": "auto | ", + "syntax": "auto || ", "media": "all", "inherited": false, "animationType": "byComputedValueType",