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, 24 May 2012</ h2 >
43+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft, 31 May 2012</ h2 >
4444
4545 < dl >
4646 < dt > This version:
47- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120524 /">http://www.w3.org/TR/2012/WD-css3-flexbox-20120524 /</a>-->
47+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120531 /">http://www.w3.org/TR/2012/WD-css3-flexbox-20120531 /</a>-->
4848
4949
5050 < dd > < a
@@ -1496,8 +1496,8 @@ <h3 id=flex-property><span class=secno>7.1. </span> The ‘<a
14961496 is ‘< a href ="#align-self-auto "> < code
14971497 class =css > auto</ code > </ a > ’.</ span > The
14981498 < var > <'flex-basis'> </ var > component must be specified with a
1499- unit. Unitless zero will either be interpreted as as one of the flex
1500- ratios, or will make the declaration invalid.
1499+ unit. Unitless zero will either be interpreted as one of the flex ratios,
1500+ or will make the declaration invalid.
15011501
15021502 < p > The < var > <'flex-grow'> </ var > and
15031503 < var > <'flex-shrink'> </ var > components set the < dfn
Original file line number Diff line number Diff line change @@ -1010,7 +1010,7 @@ <h3 id='flex-property'>
10101010 If omitted, the < i > flex basis</ i > defaults to ''0px''.
10111011 < span class ='note '> Note that this is different from the initial value of 'flex-basis', which is ''auto''.</ span >
10121012 The < var > <'flex-basis'> </ var > component must be specified with a unit.
1013- Unitless zero will either be interpreted as as one of the flex ratios,
1013+ Unitless zero will either be interpreted as one of the flex ratios,
10141014 or will make the declaration invalid.
10151015
10161016 < p >
You can’t perform that action at this time.
0 commit comments