From 19b894d82d82e044a6dfa62097ca80773f5e68f8 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Mon, 24 Nov 2025 01:20:42 +0100 Subject: [PATCH] [css-borders-4] Renamed 'border-clip' value 'normal' to 'none' --- css-borders-4/Overview.bs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css-borders-4/Overview.bs b/css-borders-4/Overview.bs index 29df77d51f9d..10702c915e0f 100644 --- a/css-borders-4/Overview.bs +++ b/css-borders-4/Overview.bs @@ -2453,12 +2453,12 @@ The 'border-clip' properties
 		Name: border-top-clip, border-right-clip, border-bottom-clip, border-left-clip,
 			border-block-start-clip, border-block-end-clip, border-inline-start-clip, border-inline-end-clip
-		Value: normal | [ <> | <> ]+
-		Initial: normal
+		Value: none | [ <> | <> ]+
+		Initial: none
 		Inherited: no
 		Logical property group: border-clip
 		Percentages: refer to length of border-edge side
-		Computed value: ''border-clip/normal'', or a list consisting of absolute lengths, or percentages as specified
+		Computed value: ''border-top-clip/none'', or a list consisting of absolute lengths, or percentages as specified
 		Animation type: by computed value
 	
@@ -2467,7 +2467,7 @@ The 'border-clip' properties the third part is visible, etc. Parts can be specified with lengths, percentages, or flexible lengths (expressed by the ''fr'' unit, as per [[CSS3GRID]]). - The ''border-clip/normal'' value means + The ''border-top-clip/none'' value means that the border is not split, but shown normally. The [=flow-relative=] longhands @@ -3226,6 +3226,7 @@ First Public Working Draft of 22 July 2025 * Added Web Platform Tests coverage * incorporated full text of [[CSS3BG]] related to borders and shadows * Renamed 'border-clip-*' properties to 'border-*-clip' and added logical longhands and shorthands + * Renamed normal value of 'border-*-clip' properties to ''border-top-clip/none'' * Added new syntax for 'border-*-*-radius' longhands using a slash to separate horizontal and vertical radii