File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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">
134128Layout 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">
207207Layout Within Line Boxes</h3>
208208
You can’t perform that action at this time.
0 commit comments