Skip to content

Commit 404246a

Browse files
committed
[css-backgrounds-4] Fixed initial value of 'border-limit' w3c#7367
1 parent 70a91bd commit 404246a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Partial Borders: the 'border-limit' property</h3>
411411
Name: border-limit
412412
Value: all | [ sides | corners ] <<length-percentage [0,&infin;]>>?
413413
| [ top | right | bottom | left ] <<length-percentage [0,&infin;]>>
414-
Initial: round
414+
Initial: all
415415
Applies to: all elements, except table element when 'border-collapse' is ''collapse''
416416
Inherited: no
417417
Percentages: relative to border-box
@@ -423,6 +423,8 @@ Partial Borders: the 'border-limit' property</h3>
423423
the length or percentage specifies how much.
424424

425425
<dl dfn-type="value" dfn-for="border-limit">
426+
<dt><dfn>''all''</dfn>
427+
<dd>The entire border is drawn.
426428
<dt><dfn>''sides''</dfn>
427429
<dd>The sides are drawn up to but not including the corners (as defined
428430
by the border radii). A length or percentage is measured from the center

0 commit comments

Comments
 (0)