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 | [ <@@ -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> | < > ]+ - 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