From 6b15ec601ceb0185ecfe2d9223fc3645c01ef5e4 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Mon, 29 Jun 2026 14:40:43 +0100 Subject: [PATCH 1/2] Add frame-sizing CSS property --- css/properties.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/properties.json b/css/properties.json index dc0584b0..829d1c52 100644 --- a/css/properties.json +++ b/css/properties.json @@ -6370,6 +6370,22 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust" }, + "frame-sizing": { + "syntax": "auto | content-width | content-height | content-block-size | content-inline-size", + "media": "visual", + "inherited": false, + "animationType": "discrete", + "percentages": "no", + "groups": [ + "CSS Box Sizing" + ], + "initial": "auto", + "appliesto": "replacedElements", + "computed": "asSpecified", + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/frame-sizing" + }, "gap": { "syntax": "<'row-gap'> <'column-gap'>?", "media": "visual", From a8027cd6784443920568d640db1e3dea3226c50f Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Mon, 29 Jun 2026 14:40:43 +0100 Subject: [PATCH 2/2] feat: Add frame-sizing CSS property --- css/properties.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/properties.json b/css/properties.json index dc0584b0..829d1c52 100644 --- a/css/properties.json +++ b/css/properties.json @@ -6370,6 +6370,22 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/forced-color-adjust" }, + "frame-sizing": { + "syntax": "auto | content-width | content-height | content-block-size | content-inline-size", + "media": "visual", + "inherited": false, + "animationType": "discrete", + "percentages": "no", + "groups": [ + "CSS Box Sizing" + ], + "initial": "auto", + "appliesto": "replacedElements", + "computed": "asSpecified", + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/frame-sizing" + }, "gap": { "syntax": "<'row-gap'> <'column-gap'>?", "media": "visual",