Skip to content

Commit 5f45e20

Browse files
committed
[css-inline-3] Move diagram. w3c#5555
1 parent 9e8f122 commit 5f45e20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-inline-3/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ Inline Layout Model</h2>
124124
are each different things!
125125
See [[CSS-DISPLAY-3]] for an in-depth discussion of box types and related terminology.
126126

127-
<figure>
128-
<img src="images/box-model.png"
129-
alt="diagram showing inline boxes split across line boxes as described above">
130-
<figcaption>Inline Layout Box Model</figcaption>
131-
</figure>
132-
133127
<h3 id="line-boxes">
134128
Layout of Line Boxes</h3>
135129

@@ -203,6 +197,12 @@ Layout of Line Boxes</h3>
203197
and must be treated as not existing for any other purpose
204198
(such as <a href="https://www.w3.org/TR/CSS2/box.html#collapsing-margins">collapsing margins</a>).
205199

200+
<figure>
201+
<img src="images/box-model.png"
202+
alt="diagram showing inline boxes split across line boxes as described above">
203+
<figcaption>Inline Layout Box Model</figcaption>
204+
</figure>
205+
206206
<h3 id="line-layout">
207207
Layout Within Line Boxes</h3>
208208

0 commit comments

Comments
 (0)