csswg/css3-values Overview.html,1.83,1.84 Overview.src.html,1.86,1.87

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv13787

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Use <spacing-limit> as a better example of a non-terminal.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Overview.html	12 Aug 2011 23:26:50 -0000	1.83
+++ Overview.html	12 Aug 2011 23:27:28 -0000	1.84
@@ -321,7 +321,7 @@
    href="#length-value"><code>&lt;length&gt;</code></a> being the most widely
    used) that can be used by many properties are described in this
    specification, while more specific data types (e.g.,
-   <code>&lt;'border-width'&gt;</code>) are described in the corresponding
+   <code>&lt;spacing-limit&gt;</code>) are described in the corresponding
    modules. </code>
 
   <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
@@ -362,8 +362,8 @@
    <li>non-terminals that do not share the same name as a property. In this
     case, the non-terminal name appears between &lsquo;<code
     class=css>&lt;</code>&rsquo; and &lsquo;<code
-    class=css>&gt;</code>&rsquo;, as in <code>&lt;spacing&gt;</code>. Notice
-    the distinction between <code>&lt;border-width&gt;</code> and
+    class=css>&gt;</code>&rsquo;, as in <code>&lt;spacing-limit&gt;</code>.
+    Notice the distinction between <code>&lt;border-width&gt;</code> and
     <code>&lt;'border-width'&gt;</code>: the latter is defined as the value
     of the &lsquo;<code class=property>border-width</code>&rsquo; property,
     the former requires an explicit expansion elsewhere. The definition of a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Overview.src.html	12 Aug 2011 23:26:50 -0000	1.86
+++ Overview.src.html	12 Aug 2011 23:27:28 -0000	1.87
@@ -90,7 +90,7 @@
 	they can be combined.
 	Generic data types (<code>&lt;length&gt;</code> being the most widely used)
 	that can be used by many properties are described in this specification,
-	while more specific data types (e.g., <code>&lt;'border-width'&gt;</code>)
+	while more specific data types (e.g., <code>&lt;spacing-limit&gt;</code>)
 	are described in the corresponding modules.
 
 <h3 id="placement">
@@ -129,7 +129,7 @@
 
 		<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
-		<code>&lt;spacing&gt;</code>.  Notice the distinction between
+		<code>&lt;spacing-limit&gt;</code>.  Notice the distinction between
 		<code>&lt;border-width&gt;</code> and <code>&lt;'border-width'&gt;</code>:
 		the latter is defined as the value of the 'border-width' property,
 		the former requires an explicit expansion elsewhere.

Received on Friday, 12 August 2011 23:27:32 UTC