Skip to content

Commit fe113fd

Browse files
committed
[css2] Added float statement from Bert
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401680
1 parent f4ce08d commit fe113fd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

css2/visuren.src

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visuren.src,v 2.69 1998-05-08 16:43:04 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.70 1998-05-11 12:18:52 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual formatting model</TITLE>
@@ -924,8 +924,7 @@ containing block edge or the outer edge of another float. The top of
924924
the floated box is aligned with the top of the current line box (or
925925
bottom of the preceding block box if no line box exists). If there
926926
isn't enough horizontal room on the current line for the float, it is
927-
shifted downward, line by line, until a line has room for it or it
928-
touches the containing block edge.
927+
shifted downward, line by line, until a line has room for it.
929928

930929
<P>Since a float is not in the flow, non-positioned block boxes
931930
created before and after the float box flow vertically as if the float
@@ -1126,6 +1125,12 @@ class="index-inst" title="line-box"><a
11261125
href="#line-box">line-box</a></span> containing a box
11271126
generated by an element earlier in the source document.
11281127

1128+
<LI>A left-floating box that has another left-floating box to its left
1129+
may not have its right outer edge to the right of its containing
1130+
block's right edge. (Loosely: a left float may not stick out at the
1131+
right edge, unless it is already as far to the left as possible.) An
1132+
analogous rule holds for right-floating elements.
1133+
11291134
<LI> A floating box must be placed as high as possible.
11301135

11311136
<LI> A left-floating box must be put as far to the left as
@@ -1179,7 +1184,7 @@ boxes of earlier elements in the source document..
11791184

11801185
<p>When the property is set on floating elements, it results in a
11811186
modification of the <a href="#float-rules">rules</a> for
1182-
positioning the float. An extra constraint (#9) is added:
1187+
positioning the float. An extra constraint (#10) is added:
11831188

11841189
<ul>
11851190
<li>The top <a href="box.html#outer-edge">outer edge</a>

0 commit comments

Comments
 (0)