replace "flex item" with "flexbox item"

Sun, 11 Mar 2012 21:15:40 -0700

author
Alex Mogilevsky <alexmog@microsoft.com>
date
Sun, 11 Mar 2012 21:15:40 -0700
changeset 4726
53deb8301b61
parent 4725
d3362b8a88c8
child 4727
82d8f94002cc

replace "flex item" with "flexbox item"

css3-flexbox/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-flexbox/Overview.src.html	Sun Mar 11 17:02:53 2012 -0700
     1.2 +++ b/css3-flexbox/Overview.src.html	Sun Mar 11 21:15:40 2012 -0700
     1.3 @@ -234,7 +234,8 @@
     1.4      &lt;span id="item10" style="float: left;">span&lt;/span>
     1.5  &lt;/div></pre>
     1.6  
     1.7 -		<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>
     1.8 +		<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 
     1.9 +		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>
    1.10  	</div>
    1.11  
    1.12  <h3 id='abspos-flexbox-items'>
    1.13 @@ -1175,7 +1176,8 @@
    1.14  
    1.15  				<li>Otherwise, it may be broken, according to breaking rules and algorithms applicable to its display type. </li>
    1.16  
    1.17 -				<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>
    1.18 +				<li>Forced breaks inside flexbox item content are handled normally, but in row-direction flexbox they don&#39;t affect layout of sibling 
    1.19 +				flexbox items (e.g. a forced break inside an item doesn&#39;t prevent its next sibling from appearing on the same page)</li>
    1.20  			</ol>
    1.21  		</li>
    1.22  

mercurial