File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 < h1 id =head-box-flexible > CSS Flexible Box Layout Module</ h1 >
4242
43- < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 17 May 2012</ h2 >
43+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 18 May 2012</ h2 >
4444
4545 < dl >
4646 < dt > This version:
47- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120517 /">http://www.w3.org/TR/2012/WD-css3-flexbox-20120517 /</a>-->
47+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120518 /">http://www.w3.org/TR/2012/WD-css3-flexbox-20120518 /</a>-->
4848
4949
5050 < dd > < a
@@ -613,10 +613,9 @@ <h2 id=flex-items><span class=secno>4. </span> Flex Items</h2>
613613 load and is replaced by its contents).</ span >
614614
615615 < li > An anonymous block wrapped around a contiguous run of non-replaced
616- inline child elements. However, if the contents of the anonymous block
617- would contain solely an anonymous inline containing only whitespace, the
618- box is not generated, as if it had ‘< code
619- class =css > display:none</ code > ’.
616+ inline child elements. However, if the anonymous block would contain
617+ solely an anonymous inline containing only whitespace, the box is not
618+ generated, as if it had ‘< code class =css > display:none</ code > ’.
620619 </ ol >
621620
622621 < p > Some values of ‘< code class =property > display</ code > ’ trigger the
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ <h2 id='flex-items'>
304304
305305 < li >
306306 An anonymous block wrapped around a contiguous run of non-replaced inline child elements.
307- However, if the contents of the anonymous block would contain solely an anonymous inline containing only whitespace,
307+ However, if the anonymous block would contain solely an anonymous inline containing only whitespace,
308308 the box is not generated,
309309 as if it had ''display:none''.
310310 </ ol >
You can’t perform that action at this time.
0 commit comments