Skip to content

Commit cc29574

Browse files
committed
replace "flex item" with "flexbox item"
1 parent cc8ec0b commit cc29574

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ <h2 id='flex-items'>
234234
&lt;span id="item10" style="float: left;">span&lt;/span>
235235
&lt;/div></pre>
236236

237-
<p>Notice that block element "not-an-item6.3" is not a separate flexbox item, because it is contained inside an inline element which is being wrapped into an anonymous flex item. Similarly, the block element "not-an-item1.5" is not a flexbox item, because it's absolutely positioned and thus out of flow.</p>
237+
<p>Notice that block element "not-an-item6.3" is not a separate flexbox item, because it is contained inside an inline element which is being wrapped into an anonymous
238+
flexbox item. Similarly, the block element "not-an-item1.5" is not a flexbox item, because it's absolutely positioned and thus out of flow.</p>
238239
</div>
239240

240241
<h3 id='abspos-flexbox-items'>
@@ -1175,7 +1176,8 @@ <h2 id="pagination">
11751176

11761177
<li>Otherwise, it may be broken, according to breaking rules and algorithms applicable to its display type. </li>
11771178

1178-
<li>Forced breaks inside flex item content are handled normally, but in row-direction flexbox they don&#39;t affect layout of sibling flex items (e.g. a forced break inside an item doesn&#39;t prevent its next sibling from appearing on the same page)</li>
1179+
<li>Forced breaks inside flexbox item content are handled normally, but in row-direction flexbox they don&#39;t affect layout of sibling
1180+
flexbox items (e.g. a forced break inside an item doesn&#39;t prevent its next sibling from appearing on the same page)</li>
11791181
</ol>
11801182
</li>
11811183

0 commit comments

Comments
 (0)