- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jan 2012 23:08:43 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv12827
Modified Files:
Overview.html Overview.src.html
Log Message:
Made flex-item-align:auto actually compute to one of the alignments.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.html 6 Jan 2012 22:26:38 -0000 1.89
+++ Overview.html 13 Jan 2012 23:08:41 -0000 1.90
@@ -20,11 +20,11 @@
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 6 January 2012</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 13 January 2012</h2>
<dl>
<dt>This version:
- <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120106/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120106/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120113/">http://www.w3.org/TR/2012/ED-css3-flexbox-20120113/</a>-->
<dd><a
@@ -1164,7 +1164,9 @@
<tr>
<th>Computed Value:
- <td>specified value
+ <td>‘<code class=css>auto</code>’ computes to flexbox's
+ ‘<a href="#flex-align0"><code
+ class=property>flex-align</code></a>’; otherwise as specified
<tr>
<th>Media:
@@ -1189,11 +1191,11 @@
<p>A value of <dfn id=flex-item-align-auto>‘<code
class=css>auto</code>’</dfn> for ‘<a
href="#flex-item-align"><code
- class=property>flex-item-align</code></a>’ makes the <a
- href="#flexbox-item"><i>flexbox item</i></a> use the alignment specified
- by ‘<a href="#flex-align0"><code
- class=property>flex-align</code></a>’ on its flexbox. The alignments
- are defined as:
+ class=property>flex-item-align</code></a>’ computes to the value of
+ ‘<a href="#flex-align0"><code
+ class=property>flex-align</code></a>’ on the <a
+ href="#flexbox-item"><i>flexbox item's</i></a> flexbox. The alignments are
+ defined as:
<dl>
<dt><dfn id=flex-align-start>start</dfn>
@@ -1874,7 +1876,8 @@
<td>no
- <td>specified value
+ <td>‘auto’ computes to flexbox's ‘flex-align’;
+ otherwise as specified
<td>visual
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.src.html 6 Jan 2012 22:26:38 -0000 1.89
+++ Overview.src.html 13 Jan 2012 23:08:41 -0000 1.90
@@ -542,7 +542,7 @@
<td>no
<tr>
<th>Computed Value:
- <td>specified value
+ <td>''auto'' computes to flexbox's 'flex-align'; otherwise as specified
<tr>
<th>Media:
<td>visual
@@ -550,7 +550,7 @@
<p><i>Flexbox items</i> can be aligned in the <i>cross axis</i> of the current line of the flexbox, similar to 'flex-pack' but in the perpendendicular direction. 'flex-align' sets the default alignment for all of the flexbox's <i title="flexbox items">items</i>, including anonymous <i>flexbox items</i>. 'flex-item-align' allows this default alignment to be overridden for individual <i>flexbox items</i>.</p>
- <p>A value of <dfn id="flex-item-align-auto">''auto''</dfn> for 'flex-item-align' makes the <i>flexbox item</i> use the alignment specified by 'flex-align' on its flexbox. The alignments are defined as:</p>
+ <p>A value of <dfn id="flex-item-align-auto">''auto''</dfn> for 'flex-item-align' computes to the value of 'flex-align' on the <i>flexbox item's</i> flexbox. The alignments are defined as:</p>
<dl>
<dt><dfn id="flex-align-start">start</dfn></dt>
Received on Friday, 13 January 2012 23:08:49 UTC