You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class=note>Note: this means that floats with zero outer height or
8733
8735
negative outer height do not shorten line boxes.
8734
8736
8735
-
<p>If a shortened line box
8736
-
is too small to contain any content after the float, then that content
8737
-
is shifted downward until
8738
-
either it fits or there are no more floats present.
8737
+
<p>If a shortened line box is too small to contain any content, then
8738
+
the line box is shifted downward (and its width recomputed) until
8739
+
either some content fits or there are no more floats present.
8739
8740
Any content in the current line before a floated box is reflowed
8740
-
in the first available line on the other side of the float.
8741
+
in the same line on the other side of the float.
8741
8742
In other words, if inline-level boxes are placed
8742
8743
on the line before a left float is encountered that fits in the remaining line box space,
8743
8744
the left float is placed on that line, aligned with the top of the line box, and then the inline-level boxes already on the line are moved accordingly to the right of the float (the right being the other side of the left float) and vice versa for rtl and right floats.
@@ -9112,8 +9113,8 @@ <h3>9.5.2 <a name="flow-control">Controlling flow next to floats:</a>
9112
9113
<p>Computing the clearance of an element on which 'clear' is set is
9113
9114
done by first determining the hypothetical position of the element's
9114
9115
top border edge. This position is
9115
-
where the actual top border edge would have been if the element
9116
-
had a non-zero bottom border and its 'clear' property had been 'none'.
9116
+
where the actual top border edge would have been if the element's
9117
+
'clear' property had been 'none'.
9117
9118
9118
9119
<p>If this hypothetical position of the element's top border edge is
9119
9120
not past the relevant floats, then clearance is introduced, and
@@ -20410,6 +20411,8 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
0 commit comments