Skip to content

Commit 60fc9bf

Browse files
committed
[css-overflow-3] Fix mistaken initial value
overvflow-block and overflow-inline are longhands of overflow, whose initial value is visible. So listing them as having an initial value of auto made no sense.
1 parent d73abae commit 60fc9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-overflow-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ as the Flow-Relative box model properties defined in [[css-logical-1#box]].
491491
<pre class="propdef">
492492
Name: overflow-inline, overflow-block
493493
Value: <<'overflow'>>
494-
Initial: auto
494+
Initial: visible
495495
Applies to: Same as 'overflow-x' and 'overflow-y'
496496
Inherited: No
497497
Percentages: N/A

0 commit comments

Comments
 (0)