Skip to content

Commit f9d5c1e

Browse files
authored
[css-borders-4] Adjusted border-clip longhands (#13051)
Renamed the `border-clip-*` longhand properties to `border-*-clip` to make them consistent with the other `border-*` properties and added logical `border-*-clip` longhands.
1 parent 9e2a77e commit f9d5c1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-borders-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,8 @@ Partial Borders: the 'border-limit' property</h3>
24022402
The 'border-clip' properties</h3>
24032403

24042404
<pre class="propdef">
2405-
Name: border-clip, border-clip-top, border-clip-right, border-clip-bottom, border-clip-left
2405+
Name: border-clip, border-top-clip, border-right-clip, border-bottom-clip, border-left-clip,
2406+
border-block-start-clip, border-block-end-clip, border-inline-start-clip, border-inline-end-clip
24062407
Value: normal | [ <<length-percentage [0,&infin;]>> | <<flex>> ]+
24072408
Initial: normal
24082409
Inherited: no

0 commit comments

Comments
 (0)