From 451f3bfbc0e20385df62be531048f5f4767bfcb8 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:42:42 +0800 Subject: [PATCH] feat(css): Add `@view-transition/types` (#887) --- css/at-rules.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/at-rules.json b/css/at-rules.json index 92eb636f..03fbf6cf 100644 --- a/css/at-rules.json +++ b/css/at-rules.json @@ -554,6 +554,15 @@ "computed": "asSpecified", "order": "uniqueOrder", "status": "standard" + }, + "types": { + "syntax": "none | +", + "media": "all", + "initial": "none", + "percentages": "no", + "computed": "asSpecified", + "order": "uniqueOrder", + "status": "standard" } }, "status": "standard",