You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass='caption'>Example rendering of the above code snippet, at two different flexbox widths.</p>
107
107
</div>
108
108
</div>
@@ -127,7 +127,7 @@ <h2 id='box-model'>
127
127
<p>Unlike block layout, which is normally biased towards laying things out vertically, and inline layout, which is normally biased toward laying things out horizontally, the flexbox layout algorithm is agnostic as to the direction the flexbox happens to be laid out in. To make it easier to talk about flexbox layout in a general way, we will define several direction-agnostic terms here to make the rest of the spec easier to read and understand.</p>
<pclass='caption'>An illustration of the various directions and sizing terms used in this specification, respectively for ''row'' and ''column'' flexboxes.</p>
132
132
</div>
133
133
@@ -219,7 +219,7 @@ <h2 id='flex-items'>
219
219
</span>
220
220
221
221
<!-- flexbox item: block-level replaced element -->
222
-
<iframe id="item7"></iframe>
222
+
<iframe id="item7"></iframe>
223
223
224
224
<!-- flexbox item: inline-level replaced element -->
<div><imgsrc="images/flex-order-page.svg" width=400height=360alt="In this page the header is at the top and the footer at the bottom, but the article is in the center, flanked by the nav on the right and the aside on the left."></div>
539
539
</div>
540
540
541
541
<p>This layout can be easily achieved with Flexbox:</p>
<pclass='caption'>An illustration of the five 'flex-align' keywords and their effects on a flexbox with four colored items.</p>
785
785
</div>
786
786
@@ -901,7 +901,7 @@ <h3 id='flex-line-pack'>
901
901
<pclass='note'>Note: Only <i>multi-line</i> flexboxes ever have free space in the <i>cross axis</i> for lines to be aligned in, because in a <i>single-line</i> flexbox the sole line automatically stretches to fill the space.</p>
<pclass='caption'>An illustration of the 'flex-line-pack' keywords and their effects on a multi-line flexbox.</p>
906
906
</div>
907
907
@@ -1242,9 +1242,9 @@ <h2 id="pagination">
1242
1242
1243
1243
<pclass="note">After the break, continuation of overflow items may overlap with other items and/or content after the flexbox. It is undesirable but there is no good resolution for this spacial conflict and this outcome is similar to effect of "overflow:visible" elsewhere.</p>
1244
1244
</li>
1245
-
</li>
1246
1245
</ol>
1247
1246
</li>
1247
+
1248
1248
<li>Breaks inside items (forced or unforced) are not allowed</li>
0 commit comments