From 6f1b3ee94701b49fe39dacf4dbc21f8116957a3b Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:57:21 +0800 Subject: [PATCH] add data --- css/properties.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/properties.json b/css/properties.json index b3661913..33fe5a31 100644 --- a/css/properties.json +++ b/css/properties.json @@ -6318,6 +6318,22 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-inline-start" }, + "interpolate-size": { + "syntax": "numeric-only | allow-keywords", + "media": "none", + "inherited": true, + "animationType": "notAnimatable", + "percentages": "no", + "groups": [ + "CSS Units" + ], + "initial": "numeric-only", + "appliesto": "allElements", + "computed": "asSpecified", + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interpolate-size" + }, "isolation": { "syntax": "auto | isolate", "media": "visual",