Skip to content

Commit 963cfcf

Browse files
committed
[css-multicol] Improving some diagram images
1 parent 86e3ba4 commit 963cfcf

7 files changed

+13
-8
lines changed

css-multicol-1/Overview.bs

+7-2
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,17 @@ The multi-column model</h2>
279279
In this example, this CSS fragment describes the presentation of the image:
280280

281281
<pre highlight="css">
282-
img { display: block; float: right }
282+
img {
283+
display: block;
284+
float: right
285+
}
283286
</pre>
284287

288+
In the HTML, the image appears after the sentence ending, "the leg of a chicken".
289+
285290
<figure>
286291
<img src="images/image-floated-in-column.svg" alt="an image floated and contained inside a column box">
287-
<figcaption>The image is floated inside the column box that it is displayed in.</figcaption>
292+
<figcaption>The image is floated inside the column box it appears in.</figcaption>
288293
</figure>
289294
</div>
290295

css-multicol-1/images/column-balancing-one-paragraph.svg

+1-1
Loading

css-multicol-1/images/column-balancing-with-figure.svg

+1-1
Loading

css-multicol-1/images/image-floated-in-column.svg

+1-1
Loading

css-multicol-1/images/no-column-balancing-one-paragraph.svg

+1-1
Loading

css-multicol-1/images/pagination-column-break-overflow-page1.svg

+1-1
Loading

css-multicol-1/images/pagination-overflow-page1.svg

+1-1
Loading

0 commit comments

Comments
 (0)