Skip to content

Commit 39a2ce5

Browse files
committed
[css-inline] illustration of float interaction per dbaron example from Seattle F2F
1 parent 05db3f2 commit 39a2ce5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

css-inline-3/Overview.bs

+10
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,16 @@ Interaction with floats</h4>
12711271
in subsequent lines of content adjacent to a (sunk) <a>initial letter</a>,
12721272
then that float must clear the <a>initial letter</a>.
12731273
</ul>
1274+
1275+
<figure>
1276+
<img src="images/float-interaction.png" width="480"
1277+
alt="initial letter interacting with floats">
1278+
<figcaption>
1279+
In the absence of an initial letter, the first line of text could abut the blue float.
1280+
But the presence of the initial letter requires that the text move over.
1281+
</figcaption>
1282+
</figure>
1283+
12741284

12751285
See <a href="https://www.w3.org/TR/CSS21/visuren.html#floats">CSS2&sect;9.5</a>
12761286
for more information about the layout of floats

0 commit comments

Comments
 (0)