csswg/css-variables Overview.html,1.12,1.13 Overview.src.html,1.12,1.13

Update of /sources/public/csswg/css-variables
In directory hutz:/tmp/cvs-serv28650

Modified Files:
	Overview.html Overview.src.html 
Log Message:
typo

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html	30 Sep 2011 21:54:41 -0000	1.12
+++ Overview.html	30 Sep 2011 22:23:54 -0000	1.13
@@ -374,7 +374,7 @@
 
   <div class=note>
    <p>I'm not sure how to precisely define where/how variables can be used.
-    The Grammar section has a perfect definition, it weren't all
+    The Grammar section has a perfect definition, if only it weren't all
     non-normative (because it's just extending the 2.1 grammar). I don't know
     if 2.1 actually has a term for what is represented by the "term"
     production in the 2.1 grammar.</p>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-variables/Overview.src.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.src.html	30 Sep 2011 21:54:41 -0000	1.12
+++ Overview.src.html	30 Sep 2011 22:23:54 -0000	1.13
@@ -142,7 +142,7 @@
 	<p>A variable is substituted for its value in the property value at computed-value time.  If a declaration, once all variables are substituted in, is invalid, the declaration is <i>invalid at computed-value time</i>.</p>
 
 	<div class='note'>
-		<p>I'm not sure how to precisely define where/how variables can be used.  The Grammar section has a perfect definition, it weren't all non-normative (because it's just extending the 2.1 grammar).  I don't know if 2.1 actually has a term for what is represented by the "term" production in the 2.1 grammar.</p>
+		<p>I'm not sure how to precisely define where/how variables can be used.  The Grammar section has a perfect definition, if only it weren't all non-normative (because it's just extending the 2.1 grammar).  I don't know if 2.1 actually has a term for what is represented by the "term" production in the 2.1 grammar.</p>
 
 		<p>Basically, though, variables are lexically substituted into the property value, with restrictions on where they can appear as implied by the Grammar section.  You can't, for example, do something ridiculous like ''@var $unit px; div { width: 20$unit; }''.</p>
 	</div>

Received on Friday, 30 September 2011 22:23:57 UTC