- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Aug 2011 18:05:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv7323 Modified Files: Overview.html Overview.src.html Log Message: typos Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Overview.html 19 Aug 2011 01:06:32 -0000 1.29 +++ Overview.html 19 Aug 2011 18:05:03 -0000 1.30 @@ -436,11 +436,15 @@ <tr> <th>Values: - <td class=pre>[ row | row-reverse | column | column-reverse ] || [ wrap - | wrap-reverse ] | [ horizontal | horizontal-reverse | horizontal-ltr| - horizontal-rtl ] && [ wrap| wrap-reverse | wrap-down| wrap-up - ]? | [ vertical| vertical-reverse| vertical-ttb| vertical-btt ] - && [ wrap | wrap-reverse | wrap-left | wrap-right ]? + <td> + <pre> [ row | row-reverse | column | column-reverse ] || + [ wrap | wrap-reverse ] +| + [ horizontal | horizontal-reverse | horizontal-ltr | horizontal-rtl ] + [ wrap | wrap-reverse | wrap-down | wrap-up ]? +| + [ vertical | vertical-reverse | vertical-ttb | vertical-btt ] + [ wrap | wrap-reverse | wrap-left | wrap-right ]?</pre> <tr> <th>Initial: @@ -472,7 +476,7 @@ specifies how <a href="#flexbox-item"><i>flexbox item</i></a>s are placed in the flexbox. The value of the property can consist of one or two keywords describing direction of main axis and direction of wrapping. The - keyowrds have the following meanings: + keywords have the following meanings: <dl> <dt><dfn id=flex-flow-horizontal>horizontal</dfn> @@ -2117,10 +2121,10 @@ <th><a class=property href="#flex-flow">flex-flow</a> <td>[ row | row-reverse | column | column-reverse ] || [ wrap | - wrap-reverse ] | [ horizontal | horizontal-reverse | horizontal-ltr| - horizontal-rtl ] && [ wrap| wrap-reverse | wrap-down| wrap-up - ]? | [ vertical| vertical-reverse| vertical-ttb| vertical-btt ] - && [ wrap | wrap-reverse | wrap-left | wrap-right ]? + wrap-reverse ] | [ horizontal | horizontal-reverse | horizontal-ltr | + horizontal-rtl ] [ wrap | wrap-reverse | wrap-down | wrap-up ]? | [ + vertical | vertical-reverse | vertical-ttb | vertical-btt ] [ wrap | + wrap-reverse | wrap-left | wrap-right ]? <td>row Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- Overview.src.html 19 Aug 2011 01:06:32 -0000 1.28 +++ Overview.src.html 19 Aug 2011 18:05:03 -0000 1.29 @@ -188,13 +188,14 @@ <td><dfn>flex-flow</dfn></td> <tr> <th>Values: - <td class="pre">[ row | row-reverse | column | column-reverse ] || [ wrap | wrap-reverse ] | - -[ horizontal | horizontal-reverse | horizontal-ltr| horizontal-rtl ] && -[ wrap| wrap-reverse | wrap-down| wrap-up ]? | - -[ vertical| vertical-reverse| vertical-ttb| vertical-btt ] && -[ wrap | wrap-reverse | wrap-left | wrap-right ]?</td> + <td><pre> [ row | row-reverse | column | column-reverse ] || + [ wrap | wrap-reverse ] +| + [ horizontal | horizontal-reverse | horizontal-ltr | horizontal-rtl ] + [ wrap | wrap-reverse | wrap-down | wrap-up ]? +| + [ vertical | vertical-reverse | vertical-ttb | vertical-btt ] + [ wrap | wrap-reverse | wrap-left | wrap-right ]?</pre></td> <tr> <th>Initial: <td>row</td> @@ -218,7 +219,7 @@ </tbody> </table> - <p>The 'flexbox-flow' property specifies how <i>flexbox item</i>s are placed in the flexbox. The value of the property can consist of one or two keywords describing direction of main axis and direction of wrapping. The keyowrds have the following meanings:</p> + <p>The 'flexbox-flow' property specifies how <i>flexbox item</i>s are placed in the flexbox. The value of the property can consist of one or two keywords describing direction of main axis and direction of wrapping. The keywords have the following meanings:</p> <dl> <dt><dfn id='flex-flow-horizontal'>horizontal</dfn></dt>
Received on Friday, 19 August 2011 18:05:07 UTC