Skip to content

Commit 89dd543

Browse files
committed
[css-overflow-3] Use range syntax
Part of w3c#4934
1 parent c5cbe2b commit 89dd543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ Expanding ''overflow:clip'' Bounds: the 'overflow-clip-margin' property</h3>
494494

495495
<pre class=propdef>
496496
Name: overflow-clip-margin
497-
Value: <<length>>
497+
Value: <<length [0,∞]>>
498498
Initial: ''0px''
499499
Inherited: no
500500
Applies to: all elements
@@ -514,7 +514,7 @@ Expanding ''overflow:clip'' Bounds: the 'overflow-clip-margin' property</h3>
514514
Values are defined as follows:
515515

516516
<dl dfn-type=value dfn-for=overflow-clip-margin>
517-
: <dfn><<length>></dfn>
517+
: <dfn><<length [0,∞]>></dfn>
518518
::
519519
If the element does not have ''overflow: clip''
520520
(or another property defined to respect this property),

0 commit comments

Comments
 (0)