csswg/css3-values Overview.html,1.159,1.160 Overview.src.html,1.162,1.163

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>&lt;'border-width'&gt;</code>
     <code>&lt;'background-attachment'&gt;</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 &lsquo;<code
-    class=property>inherit</code>&rsquo;.
+    brackets. Such a type does <em>not</em> include <a
+    href="#common-keywords">CSS-wide keywords</a> such as &lsquo;<code
+    class=css>inherit</code>&rsquo;.
 
    <li>non-terminals that do not share the same name as a property. In this
     case, the non-terminal name appears between &lsquo;<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>&lt;'border-width'&gt;</code> <code>&lt;'background-attachment'&gt;</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 ''&lt;'' and ''&gt;'', as in

Received on Saturday, 3 March 2012 00:10:15 UTC