From 94f4abc533c69324ead0e33f927a4040842d3904 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 3 Feb 2025 22:10:10 +0100 Subject: [PATCH] [css-borders-4] Do not allow a trailing slash (#11639) --- css-borders-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-borders-4/Overview.bs b/css-borders-4/Overview.bs index 7b7014d020d..85417494496 100644 --- a/css-borders-4/Overview.bs +++ b/css-borders-4/Overview.bs @@ -410,7 +410,7 @@ Corner Shaping: the 'corner-shape' and 'corner-*-shape' properties
 		Name: corner-shape
-		Value: <>{1,2} / [ <>{1,2} ]?
+		Value: <>{1,2} [ / <>{1,2} ]?
 		Initial: round
 		Applies to: all elements where 'border-radius' can apply
 		Inherited: no