From f0b8774ebcbe0d132b09d3d8ea6f109798c585be Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:39:52 +0800 Subject: [PATCH] feat(css): remove non-supported caption-side values (#818) --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 3877e9c7..47aaf1f7 100644 --- a/css/properties.json +++ b/css/properties.json @@ -3988,7 +3988,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/break-inside" }, "caption-side": { - "syntax": "top | bottom | block-start | block-end | inline-start | inline-end", + "syntax": "top | bottom", "media": "visual", "inherited": true, "animationType": "discrete",