From 601dd736c730ff80ed4faadd8a260927c835a54c Mon Sep 17 00:00:00 2001 From: Guillaume Date: Wed, 20 Dec 2023 11:21:55 +0100 Subject: [PATCH] [css-shapes][editorial] Define production rule for --- css-shapes-1/Overview.bs | 7 ++++++- css-shapes-2/Overview.bs | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/css-shapes-1/Overview.bs b/css-shapes-1/Overview.bs index 40228c84995..16b586828ed 100644 --- a/css-shapes-1/Overview.bs +++ b/css-shapes-1/Overview.bs @@ -305,6 +305,11 @@ Basic Shapes The <basic-shape> type can be specified using basic shape functions. + +
+		<> = <> | <> | <> |  <> | <>
+	
+ When using this syntax to define shapes, the reference box is defined @@ -417,7 +422,7 @@ Supported Shapes define rounded corners for the inset rectangle using the 'border-radius' shorthand syntax. -
rect() = +
rect()
Defines a rectangle via insets from the top and left edges of the [=reference box=]. diff --git a/css-shapes-2/Overview.bs b/css-shapes-2/Overview.bs index 326c3a73c19..56617318e7c 100644 --- a/css-shapes-2/Overview.bs +++ b/css-shapes-2/Overview.bs @@ -119,6 +119,13 @@ Basic Shapes level 1 section. + This level extends the <> functions + to include ''shape()'': + +
+		<> = <> | <> | <> |  <> | <> | <>
+	
+

Supported Shapes