- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Nov 2011 00:15:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv31822
Modified Files:
Overview.html Overview.src.html
Log Message:
More editorial fussiness.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- Overview.html 7 Nov 2011 23:53:37 -0000 1.184
+++ Overview.html 8 Nov 2011 00:15:00 -0000 1.185
@@ -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 7 November
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 November
2011</h2>
<dl>
<dt>This Version:</dt>
- <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111107/">http://www.w3.org/TR/2011/WD-css3-images-20111107/</a>-->
+ <!--<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://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -884,8 +884,9 @@
<dt id=radial-position><dfn id=ltpositiongt><position></dfn>
- <dd>Determines the center of the gradient. The <position> notation
- is defined as the positioning syntax of ‘<code class=css><a
+ <dd>Determines the center of the gradient. The <a
+ href="#ltpositiongt"><i><position></i></a> notation is defined as
+ the positioning syntax of ‘<code class=css><a
href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a></code>’
and is resolved in the same way, using the center-point as the subject
and the content box as the positioning area. <a href="#CSS21"
@@ -908,8 +909,8 @@
class=css>closest-side</code>’</dfn>
<dd>The <a href="#ending-shape"><i>ending shape</i></a> is sized so that
- that it is tangent to the side of the box closest to the gradient's
- center. If the shape is an ellipse, it is tangent to the closest side
+ 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.
<dt><dfn id=radial-farthest-side>‘<code
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- Overview.src.html 7 Nov 2011 23:53:38 -0000 1.191
+++ Overview.src.html 8 Nov 2011 00:15:00 -0000 1.192
@@ -563,7 +563,7 @@
If the <shape> is omitted it defaults to ''ellipse''.
<dt id=radial-position><dfn><position></dfn></dt>
- <dd>Determines the center of the gradient. The <position> notation
+ <dd>Determines the center of the gradient. The <i><position></i> notation
is defined as the positioning syntax of
'<a href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a>'
and is resolved in the same way, using the center-point as the subject and
@@ -578,9 +578,9 @@
being finite line segments. Possible values are:
<dl>
<dt><dfn id='radial-closest-side'>''closest-side''</dfn></dt>
- <dd>The <i>ending shape</i> is sized so that that it is tangent to the
+ <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 is tangent to the closest side in both dimensions.</p>
+ ellipse, it exactly meets the closest side in both dimensions.</p>
<dt><dfn id='radial-farthest-side'>''farthest-side''</dfn></dt>
<dd>Same as ''closest-side'', except the <i>ending shape</i> is sized
based on the farthest side(s).</dd>
Received on Tuesday, 8 November 2011 00:15:04 UTC