Skip to content

Commit 4686b10

Browse files
committed
tweaking clear-side
1 parent aa578d7 commit 4686b10

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css3-gcpm/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2799,7 +2799,7 @@ <h3>The 'float-offset' property</h3>
27992799
}
28002800
</pre>
28012801

2802-
<p>In this example, the image is float to the left. Therefore, 'float-offset' may only push the element in the horizontal direction, and the vertial value is ignored.
2802+
<p>In this example, the image is floated to the left. Therefore, 'float-offset' may only push the element in the horizontal direction, and the vertical value is ignored.
28032803

28042804
</div>
28052805

@@ -2913,10 +2913,13 @@ <h3>The 'clear-side' property</h3>
29132913
<dl>
29142914
<dt>auto
29152915
<dd>if the float is left-floated, there should be no content to the left; if the float is right-floated, there should be no content to the right
2916+
2917+
<!_-
29162918
<dt>left
29172919
<dd>there should be no content to the left of the float
29182920
<dt>right
29192921
<dd>there should be no content to the left of the float
2922+
-->
29202923
<dt>none
29212924
<dd>there may be content on either side of the float
29222925
</dl>

0 commit comments

Comments
 (0)