@@ -2453,12 +2453,12 @@ The 'border-clip' properties</h3>
24532453 <pre class="propdef">
24542454 Name : border-top-clip, border-right-clip, border-bottom-clip, border-left-clip,
24552455 border-block-start-clip, border-block-end-clip, border-inline-start-clip, border-inline-end-clip
2456- Value : normal | [ <<length-percentage [0,∞]>> | <<flex>> ]+
2457- Initial : normal
2456+ Value : none | [ <<length-percentage [0,∞]>> | <<flex>> ]+
2457+ Initial : none
24582458 Inherited : no
24592459 Logical property group : border-clip
24602460 Percentages : refer to length of border-edge side
2461- Computed value : ''border-clip/normal '', or a list consisting of absolute lengths, or percentages as specified
2461+ Computed value : ''border-top- clip/none '', or a list consisting of absolute lengths, or percentages as specified
24622462 Animation type : by computed value
24632463 </pre>
24642464
@@ -2467,7 +2467,7 @@ The 'border-clip' properties</h3>
24672467 the third part is visible, etc. Parts can be specified with lengths,
24682468 percentages, or flexible lengths (expressed by the ''fr'' unit, as per
24692469 [[CSS3GRID]] ).
2470- The ''border-clip/normal '' value means
2470+ The ''border-top- clip/none '' value means
24712471 that the border is not split, but shown normally.
24722472
24732473 The [=flow-relative=] longhands
@@ -3226,6 +3226,7 @@ First Public Working Draft</a> of 22 July 2025
32263226 * Added Web Platform Tests coverage
32273227 * incorporated full text of [[CSS3BG]] related to borders and shadows
32283228 * Renamed 'border-clip-*' properties to 'border-*-clip' and added logical longhands and shorthands
3229+ * Renamed <css> normal</css> value of 'border-*-clip' properties to ''border-top-clip/none''
32293230 * Added new syntax for 'border-*-*-radius' longhands using a slash to separate horizontal and vertical radii
32303231
32313232<h3 class=no-num id="level-changes">
0 commit comments