- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Dec 2011 00:40:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv11828
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix minor markup error in flex-flow prop table.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.html 9 Dec 2011 00:32:38 -0000 1.83
+++ Overview.html 16 Dec 2011 00:39:58 -0000 1.84
@@ -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, 9 December 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 15 December 2011</h2>
<dl>
<dt>This version:
- <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-flexbox-20111209/">http://www.w3.org/TR/2011/ED-css3-flexbox-20111209/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-flexbox-20111215/">http://www.w3.org/TR/2011/ED-css3-flexbox-20111215/</a>-->
<dd><a
@@ -646,9 +646,7 @@
<tr>
<th>Values:
- <td><‘<a href="#flex-direction"><code
- class=property>flex-direction</code></a>’> || <‘<a
- href="#flex-wrap"><code class=property>flex-wrap</code></a>’>
+ <td><'flex-direction'> || <'flex-wrap'>
<tr>
<th>Initial:
@@ -1818,7 +1816,7 @@
<tr>
<th><a class=property href="#flex-flow0">flex-flow</a>
- <td><‘flex-direction’> || <‘flex-wrap’>
+ <td><'flex-direction'> || <'flex-wrap'>
<td>see individual properties
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.src.html 9 Dec 2011 00:32:38 -0000 1.83
+++ Overview.src.html 16 Dec 2011 00:39:59 -0000 1.84
@@ -264,7 +264,7 @@
<td><dfn>flex-flow</dfn>
<tr>
<th>Values:
- <td><'flex-direction'> || <'flex-wrap'>
+ <td><'flex-direction'> || <'flex-wrap'>
<tr>
<th>Initial:
<td>see individual properties
Received on Friday, 16 December 2011 00:40:07 UTC