- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 23:27:30 +0000
- To: public-css-commits@w3.org
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><length></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><'border-width'></code>) are described in the corresponding
+ <code><spacing-limit></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 ‘<code
class=css><</code>’ and ‘<code
- class=css>></code>’, as in <code><spacing></code>. Notice
- the distinction between <code><border-width></code> and
+ class=css>></code>’, as in <code><spacing-limit></code>.
+ Notice the distinction between <code><border-width></code> and
<code><'border-width'></code>: the latter is defined as the value
of the ‘<code class=property>border-width</code>’ 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><length></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><'border-width'></code>)
+ while more specific data types (e.g., <code><spacing-limit></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 ''<'' and ''>'', as in
- <code><spacing></code>. Notice the distinction between
+ <code><spacing-limit></code>. Notice the distinction between
<code><border-width></code> and <code><'border-width'></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