- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Jun 2011 00:55:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv26691
Modified Files:
Overview.html Overview.src.html
Log Message:
Fixed typos.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Overview.html 14 Jun 2011 01:25:15 -0000 1.25
+++ Overview.html 15 Jun 2011 00:55:12 -0000 1.26
@@ -21,12 +21,12 @@
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 14 June 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 15 June 2011</h2>
<dl>
<dt>This version:
- <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110614/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110614/</a></dd> -->
+ <dd><!-- <a href="http://www.w3.org/TR/2011/WD-css3-flexbox-20110615/">http://www.w3.org/TR/2011/WD-css3-flexbox-20110615/</a></dd> -->
<a
href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-flexbox/</a>
@@ -603,8 +603,8 @@
right margins, left and right borders, left and right paddings, and widths
of all <a href="#flexbox-item"><i>flexbox item</i></a>s share the width of
the flexbox itself. Conversely, each <a href="#flexbox-item"><i>flexbox
- item</i></a>‘<code class=property>s</code>’ vertical margins,
- borders, padding, and height individually share the height of the flexbox.
+ item</i></a>‘<code class=css>s vertical margins, borders, padding,
+ and height individually share the height of the flexbox.</code>
<div class=figure>
<p class="caption issue">TODO: Diagram showing the relevant lengths in
@@ -626,12 +626,11 @@
flexibility</dfn> shrink in proportion to their flexibility to try and
make the sum equal the available width/height.
- <p>The ‘<a href="#flex-pack0"><code
- class=property>flex-pack</code></a>’ and ‘<a
- href="#flex-align0"><code class=property>flex-align</code></a>’
- properties offer more complex control over free-space distribution. The
- precise details of how free space is determined and assigned to flexible
- lengths is detailed in a later chapter.
+ <p>The ’flex-pack' and ‘<a href="#flex-align0"><code
+ class=property>flex-align</code></a>’ properties offer more complex
+ control over free-space distribution. The precise details of how free
+ space is determined and assigned to flexible lengths is detailed in a
+ later chapter.
<h3 id=fraction-unit><span class=secno>5.2. </span> The ‘<code
class=css>fr</code>’ unit</h3>
@@ -699,7 +698,7 @@
flexibility</i></a> is set to the second value, and the <i>preferred
size</i> is set to ‘<code class=css>auto</code>’.
- <li>Otherwise, if one value is a non-negative integer and the other is a
+ <li>Otherwise, if one value is a non-negative number and the other is a
<length>, a <percentage>, or a valid keyword for ‘<code
class=property>width</code>’ or ‘<code
class=property>height</code>’, the <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.src.html 14 Jun 2011 01:25:15 -0000 1.22
+++ Overview.src.html 15 Jun 2011 00:55:12 -0000 1.23
@@ -373,7 +373,7 @@
all the lengths, flexible or inflexible, that will share some space. For example,
for a horizontal flexbox, the lengths of the left and right margins, left and right
borders, left and right paddings, and widths of all <i>flexbox item</i>s share
- the width of the flexbox itself. Conversely, each <i>flexbox item</i>'s'
+ the width of the flexbox itself. Conversely, each <i>flexbox item</i>'s
vertical margins, borders, padding, and height individually share the height
of the flexbox.</p>
@@ -443,7 +443,7 @@
is set to the first value, the <i>negative flexibility</i> is set
to the second value, and the <i>preferred size</i> is set to ''auto''.</li>
- <li>Otherwise, if one value is a non-negative integer and the other
+ <li>Otherwise, if one value is a non-negative number and the other
is a <length>, a <percentage>, or a valid keyword for 'width'
or 'height', the <i>positive flexibility</i> is set to the number, the
<i>negative flexibility</i> is set to ''0'', and the <i>preferred size</i>
Received on Wednesday, 15 June 2011 00:55:16 UTC