- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Aug 2011 00:15:20 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv856
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove inherit from all property definitions.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- Overview.html 25 Aug 2011 00:13:48 -0000 1.46
+++ Overview.html 25 Aug 2011 00:15:18 -0000 1.47
@@ -1079,7 +1079,7 @@
<tr>
<th>Value:
- <td>start | end | center | justify | inherit
+ <td>start | end | center | justify
<tr>
<th>Initial:
@@ -1545,7 +1545,7 @@
<tr>
<th>Value:
- <td>before | after | middle | distribute | inherit
+ <td>before | after | middle | distribute
<tr>
<th>Initial:
@@ -2255,7 +2255,7 @@
<tr>
<th><a class=property href="#propdef-flex-line-pack">flex-line-pack</a>
- <td>before | after | middle | distribute | inherit
+ <td>before | after | middle | distribute
<td>before
@@ -2285,7 +2285,7 @@
<tr>
<th><a class=property href="#flex-pack0">flex-pack</a>
- <td>start | end | center | justify | inherit
+ <td>start | end | center | justify
<td>start
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- Overview.src.html 25 Aug 2011 00:13:48 -0000 1.45
+++ Overview.src.html 25 Aug 2011 00:15:18 -0000 1.46
@@ -479,7 +479,7 @@
<td><dfn>flex-pack</dfn>
<tr>
<th>Value:
- <td>start | end | center | justify | inherit</td>
+ <td>start | end | center | justify
<tr>
<th>Initial:
<td>start
@@ -730,7 +730,7 @@
<td><dfn id="propdef-flex-line-pack">flex-line-pack</dfn>
<tr>
<th>Value:
- <td>before | after | middle | distribute | inherit</td>
+ <td>before | after | middle | distribute
<tr>
<th>Initial:
<td>before
Received on Thursday, 25 August 2011 00:15:23 UTC