csswg/css3-images Overview.html,1.180,1.181 Overview.src.html,1.187,1.188

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Removed cover/contain from radial-gradient



Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- Overview.html	5 Nov 2011 00:40:46 -0000	1.180
+++ Overview.html	5 Nov 2011 01:04:58 -0000	1.181
@@ -931,18 +931,6 @@
       ratio it would have if &lsquo;<code
       class=css>farthest-side</code>&rsquo; were specified.
 
-     <dt><dfn id=radial-contain>&lsquo;<code
-      class=css>contain</code>&rsquo;</dfn>
-
-     <dd>This value is an alias for &lsquo;<code
-      class=css>closest-side</code>&rsquo;, and has the same meaning.
-
-     <dt><dfn id=radial-cover>&lsquo;<code
-      class=css>cover</code>&rsquo;</dfn>
-
-     <dd>This value is an alias for &lsquo;<code
-      class=css>farthest-corner</code>&rsquo;, and has the same meaning.
-
      <dt><dfn id=radial-size>[&lt;length&gt; or
       &lt;percentage&gt;]{1,2}</dfn>
 
@@ -2218,12 +2206,6 @@
      <li>concrete object size, <a href="#concrete-object-size"
       title="concrete object size"><strong>6.1.</strong></a>
 
-     <li>&lsquo;<code class=css>contain</code>&rsquo;, <a
-      href="#radial-contain" title="''contain''"><strong>5.2.1.</strong></a>
-
-     <li>&lsquo;<code class=css>cover</code>&rsquo;, <a href="#radial-cover"
-      title="''cover''"><strong>5.2.1.</strong></a>
-
      <li>CSS element reference identifier, <a
       href="#css-element-reference-identifier"
       title="CSS element reference identifier"><strong>4.3.</strong></a>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- Overview.src.html	5 Nov 2011 00:40:46 -0000	1.187
+++ Overview.src.html	5 Nov 2011 01:04:58 -0000	1.188
@@ -593,12 +593,6 @@
 					sized based on the farthest corner. If the shape is an ellipse,
 					the <i>ending-shape</i> is given the same aspect ratio it would
 					have if ''farthest-side'' were specified.
-				<dt><dfn id='radial-contain'>''contain''</dfn></dt>
-				<dd>This value is an alias for ''closest-side'', and has the same
-					meaning.</dd>
-				<dt><dfn id='radial-cover'>''cover''</dfn></dt>
-				<dd>This value is an alias for ''farthest-corner'', and has the same
-					meaning.</dd>
 				<dt><dfn id='radial-size'>[&lt;length&gt; or &lt;percentage&gt;]{1,2}</dfn></dt>
 				<dd>Gives the size of the shape explicitly. The first value represents
 				the horizontal radius, the second the vertical radius. Percentages

Received on Saturday, 5 November 2011 01:05:07 UTC