- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Nov 2011 00:13:10 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv3692
Modified Files:
Overview.html Overview.src.html
Log Message:
both -> each
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- Overview.html 8 Nov 2011 23:59:35 -0000 1.192
+++ Overview.html 9 Nov 2011 00:13:08 -0000 1.193
@@ -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 November
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
2011</h2>
<dl>
<dt>This Version:</dt>
- <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111108/">http://www.w3.org/TR/2011/WD-css3-images-20111108/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111109/">http://www.w3.org/TR/2011/WD-css3-images-20111109/</a>-->
<dd><a
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -915,7 +915,7 @@
<dd>The <a href="#ending-shape"><i>ending shape</i></a> is sized so that
that it exactly meets the side of the box closest to the gradient's
center. If the shape is an ellipse, it exactly meets the closest side
- in both dimensions.
+ in each dimension.
<dt><dfn id=radial-farthest-side>‘<code
class=css>farthest-side</code>’</dfn>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- Overview.src.html 8 Nov 2011 23:59:35 -0000 1.200
+++ Overview.src.html 9 Nov 2011 00:13:08 -0000 1.201
@@ -586,7 +586,7 @@
<dt><dfn id='radial-closest-side'>''closest-side''</dfn></dt>
<dd>The <i>ending shape</i> is sized so that that it exactly meets the
side of the box closest to the gradient's center. If the shape is an
- ellipse, it exactly meets the closest side in both dimensions.</dd>
+ ellipse, it exactly meets the closest side in each dimension.</dd>
<dt><dfn id='radial-farthest-side'>''farthest-side''</dfn></dt>
<dd>Same as ''closest-side'', except the <i>ending shape</i> is sized
Received on Wednesday, 9 November 2011 00:13:13 UTC