From 7ff9099c96df5b1a9eaea5b16ae625f2e71c2a80 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 3 Jun 2025 12:11:31 +0200 Subject: [PATCH] [css-borders-4] Improve definition of superellipse() --- css-borders-4/Overview.bs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/css-borders-4/Overview.bs b/css-borders-4/Overview.bs index 3e311e41d5c..0cb8b3b67bf 100644 --- a/css-borders-4/Overview.bs +++ b/css-borders-4/Overview.bs @@ -367,8 +367,7 @@ Issue #11610: che 'corner-shape' values
-		<> = ''round'' | ''scoop'' | ''bevel'' | ''notch'' | ''/square'' | ''squircle'' |
-											superellipse(<> | infinity | -infinity)
+		<> = ''round'' | ''scoop'' | ''bevel'' | ''notch'' | ''/square'' | ''squircle'' | <>
 	
@@ -392,7 +391,12 @@ Issue #11610: che
Border radii define a convex curve between an ellipse and an convex angle, equivalent to superellipse(2).
- The superellipse( <> | infinity | -infinity ) function describes the superellipse parameter of the corner. + The superellipse() function describes the superellipse parameter of the corner. Its syntax is as follows: + +
+		<> = superellipse( <> | infinity | -infinity )
+	
+ It is a number between -infinity and infinity, with -infinity corresponding to a straight concave corner, infinity corresponding to a square convex corner.