- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 05 Nov 2011 01:05:00 +0000
- To: public-css-commits@w3.org
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 ‘<code
class=css>farthest-side</code>’ were specified.
- <dt><dfn id=radial-contain>‘<code
- class=css>contain</code>’</dfn>
-
- <dd>This value is an alias for ‘<code
- class=css>closest-side</code>’, and has the same meaning.
-
- <dt><dfn id=radial-cover>‘<code
- class=css>cover</code>’</dfn>
-
- <dd>This value is an alias for ‘<code
- class=css>farthest-corner</code>’, and has the same meaning.
-
<dt><dfn id=radial-size>[<length> or
<percentage>]{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>‘<code class=css>contain</code>’, <a
- href="#radial-contain" title="''contain''"><strong>5.2.1.</strong></a>
-
- <li>‘<code class=css>cover</code>’, <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'>[<length> or <percentage>]{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