Skip to content

Commit

Permalink
[css-overflow-3] Fix mistaken initial value
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
frivoal committed Jan 16, 2019
1 parent d73abae commit 60fc9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-overflow-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ as the Flow-Relative box model properties defined in [[css-logical-1#box]].
<pre class="propdef">
Name: overflow-inline, overflow-block
Value: <<'overflow'>>
Initial: auto
Initial: visible
Applies to: Same as 'overflow-x' and 'overflow-y'
Inherited: No
Percentages: N/A
Expand Down

0 comments on commit 60fc9bf

Please sign in to comment.