From 547518cf5c47fc32a24d858d5dd157bf736753ce Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Sun, 17 May 2026 13:03:40 +0100 Subject: [PATCH] Add data for border-shape property --- css/properties.json | 16 ++++++++++++++++ css/syntaxes.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 48d84e5cd..e102eb3bb 100644 --- a/css/properties.json +++ b/css/properties.json @@ -3743,6 +3743,22 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-right-width" }, + "border-shape": { + "syntax": "none | [ ?]{1,2}", + "media": "visual", + "inherited": false, + "animationType": "byComputedValueType", + "percentages": "no", + "groups": [ + "CSS Logical Properties and Values" + ], + "initial": "none", + "appliesto": "allElements", + "computed": "asSpecified", + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-shape" + }, "border-spacing": { "syntax": "{1,2}", "media": "visual", diff --git a/css/syntaxes.json b/css/syntaxes.json index b15c5a658..6a29dde04 100644 --- a/css/syntaxes.json +++ b/css/syntaxes.json @@ -87,7 +87,7 @@ "syntax": "[ first | last ]? baseline" }, "basic-shape": { - "syntax": " | | | | | | " + "syntax": " | | | | | | | shape()" }, "basic-shape-rect": { "syntax": " | | "