We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05db3f2 commit 39a2ce5Copy full SHA for 39a2ce5
css-inline-3/Overview.bs
@@ -1271,6 +1271,16 @@ Interaction with floats</h4>
1271
in subsequent lines of content adjacent to a (sunk) <a>initial letter</a>,
1272
then that float must clear the <a>initial letter</a>.
1273
</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
1284
1285
See <a href="https://www.w3.org/TR/CSS21/visuren.html#floats">CSS2§9.5</a>
1286
for more information about the layout of floats
css-inline-3/images/float-positioning.png renamed to css-inline-3/images/float-interaction.png
0 commit comments