csswg/css3-images Overview.html,1.171,1.172 Overview.src.html,1.178,1.179

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv28920

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed repeated reference to <side-or-corner>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- Overview.html	8 Sep 2011 21:29:09 -0000	1.171
+++ Overview.html	19 Sep 2011 21:35:44 -0000	1.172
@@ -17,12 +17,12 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 September
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 September
     2011</h2>
 
    <dl>
     <dt>This Version:</dt>
-    <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110908/">http://www.w3.org/TR/2011/WD-css3-images-20110908/</a>-->
+    <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110919/">http://www.w3.org/TR/2011/WD-css3-images-20110919/</a>-->
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -709,7 +709,7 @@
 	&lt;color-stop>[, &lt;color-stop>]+
 )
 
-&lt;side-or-corner> = [left | right] || [top | bottom]</code></pre>
+<dfn id=side-or-corner>&lt;side-or-corner></dfn> = [left | right] || [top | bottom]</code></pre>
 
   <p>The first argument to the function specifies the <dfn
    id=gradient-line>gradient-line</dfn>, which gives the gradient a direction
@@ -1108,14 +1108,10 @@
 
   <pre
    class=prod><code><dfn id=ltrepeating-linear-gradient>&lt;repeating-linear-gradient></dfn> = repeating-linear-gradient(
-	[ [ &lt;angle> | [ to &lt;side-or-corner> ] ] ,]? 
+	[ [ &lt;angle> | [ to <a href="#side-or-corner"><code>&lt;side-or-corner></code></a> ] ] ,]? 
 	&lt;color-stop>[, &lt;color-stop>]+
 )
 
-&lt;side-or-corner> = 
-  [ [left | right] || [top | bottom] ] |
-  [ [start | end] || [before |after] ]
-
 <dfn id=ltrepeating-radial-gradient>&lt;repeating-radial-gradient></dfn> = repeating-radial-gradient(
 	[&lt;'background-position'&gt;,]? 
 	[[
@@ -2357,6 +2353,9 @@
    <li>&lt;shape>, <a href="#ltshape"
     title="&lt;shape>"><strong>5.2.1.</strong></a>
 
+   <li>&lt;side-or-corner>, <a href="#side-or-corner"
+    title="&lt;side-or-corner>"><strong>5.1.1.</strong></a>
+
    <li>&lt;size>, <a href="#ltsize"
     title="&lt;size>"><strong>5.2.1.</strong></a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Overview.src.html	8 Sep 2011 21:29:09 -0000	1.178
+++ Overview.src.html	19 Sep 2011 21:35:45 -0000	1.179
@@ -427,7 +427,7 @@
 	&lt;color-stop>[, &lt;color-stop>]+
 )
 
-&lt;side-or-corner> = [left | right] || [top | bottom]</code></pre>
+<dfn id='side-or-corner'>&lt;side-or-corner></dfn> = [left | right] || [top | bottom]</code></pre>
 
 	<p>The first argument to the function specifies the <dfn>gradient-line</dfn>, 
 	which gives the gradient a direction and determines how color-stops are 
@@ -714,14 +714,10 @@
 	siblings defined previously:</p>
 
 	<pre class=prod><code><dfn>&lt;repeating-linear-gradient></dfn> = repeating-linear-gradient(
-	[ [ &lt;angle> | [ to &lt;side-or-corner> ] ] ,]? 
+	[ [ &lt;angle> | [ to <code>&lt;side-or-corner></code> ] ] ,]? 
 	&lt;color-stop>[, &lt;color-stop>]+
 )
 
-&lt;side-or-corner> = 
-  [ [left | right] || [top | bottom] ] |
-  [ [start | end] || [before |after] ]
-
 <dfn>&lt;repeating-radial-gradient></dfn> = repeating-radial-gradient(
 	[&lt;'background-position'&gt;,]? 
 	[[

Received on Monday, 19 September 2011 21:35:48 UTC