- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 03 Mar 2012 00:10:13 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv14032
Modified Files:
Overview.html Overview.src.html
Log Message:
Include initial in inherit exclusion from <'property'> values.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- Overview.html 28 Feb 2012 23:04:06 -0000 1.159
+++ Overview.html 3 Mar 2012 00:10:11 -0000 1.160
@@ -26,14 +26,13 @@
<h1>CSS Values and Units Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 February
- 2012</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 March 2012</h2>
<dl>
<dt>This version:
<dd><a
- href="http://www.w3.org/TR/2012/ED-css3-values-20120228/">http://www.w3.org/TR/2012/ED-css3-values-20120228/</a>
+ href="http://www.w3.org/TR/2012/ED-css3-values-20120303/">http://www.w3.org/TR/2012/ED-css3-values-20120303/</a>
<dt>Latest version:
@@ -350,8 +349,9 @@
same name (e.g., <code><'border-width'></code>
<code><'background-attachment'></code>, etc.). In this case, the
type name is the property name (complete with quotes) between the
- brackets. Such a type does <em>not</em> include the value ‘<code
- class=property>inherit</code>’.
+ brackets. Such a type does <em>not</em> include <a
+ href="#common-keywords">CSS-wide keywords</a> such as ‘<code
+ class=css>inherit</code>’.
<li>non-terminals that do not share the same name as a property. In this
case, the non-terminal name appears between ‘<code
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- Overview.src.html 28 Feb 2012 23:04:06 -0000 1.162
+++ Overview.src.html 3 Mar 2012 00:10:11 -0000 1.163
@@ -128,7 +128,7 @@
(e.g., <code><'border-width'></code> <code><'background-attachment'></code>, etc.).
In this case, the type name is the property name (complete with quotes)
between the brackets. Such a type does <em>not</em>
- include the value 'inherit'.
+ include <a href="#common-keywords">CSS-wide keywords</a> such as ''inherit''.
<li>non-terminals that do not share the same name as a property. In this
case, the non-terminal name appears between ''<'' and ''>'', as in
Received on Saturday, 3 March 2012 00:10:15 UTC