- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Dec 2011 08:10:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv20300
Modified Files:
Overview.html
Log Message:
Put radial-gradient() args in alphabetical order. Tweak wording so we don't need a note about upcoming edits to css3-background.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -d -r1.241 -r1.242
--- Overview.html 1 Dec 2011 22:45:40 -0000 1.241
+++ Overview.html 5 Dec 2011 08:10:19 -0000 1.242
@@ -16,12 +16,12 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 December
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 December
2011</h2>
<dl>
<dt>This Version:</dt>
- <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111201/">http://www.w3.org/TR/2011/WD-css3-images-20111201/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111205/">http://www.w3.org/TR/2011/WD-css3-images-20111205/</a>-->
<dd><a
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -1031,20 +1031,10 @@
<p>The arguments are defined as follows:
<dl>
- <dt id=radial-shape><dfn id=ltshape><shape></dfn>
-
- <dd>Can be either ‘<code class=css>circle</code>’ or
- ‘<code class=css>ellipse</code>’; determines whether the
- gradient's <a href="#ending-shape"><i>ending shape</i></a> is a circle or
- an ellipse, respectively. If <a href="#ltshape"><i><shape></i></a> is
- omitted, the <a href="#ending-shape"><i>ending shape</i></a> defaults to
- a circle if the <a href="#ltsize"><i><size></i></a> is a single
- <length>, and to an ellipse otherwise.
-
<dt id=radial-position><dfn id=ltposition><position></dfn>
<dd>Determines the center of the gradient. The <a
- href="#ltposition0"><i><position></i></a> notation is defined by the
+ href="#ltposition0"><i><position></i></a> notation is defined as the
positioning syntax of a single layer 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
@@ -1053,9 +1043,16 @@
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> <a href="#CSS3BG"
rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a> If this argument is
omitted, it defaults to ‘<code class=css>center</code>’.
- <span class=note>Note that the CR of CSS3 B&B doesn't yet have a
- definition of <position> - it's defined in the ED, and an update to
- B&B is expected.</span>
+
+ <dt id=radial-shape><dfn id=ltshape><shape></dfn>
+
+ <dd>Can be either ‘<code class=css>circle</code>’ or
+ ‘<code class=css>ellipse</code>’; determines whether the
+ gradient's <a href="#ending-shape"><i>ending shape</i></a> is a circle or
+ an ellipse, respectively. If <a href="#ltshape"><i><shape></i></a> is
+ omitted, the <a href="#ending-shape"><i>ending shape</i></a> defaults to
+ a circle if the <a href="#ltsize"><i><size></i></a> is a single
+ <length>, and to an ellipse otherwise.
<dt id=radial-size><dfn id=ltsize><size></dfn>
Received on Monday, 5 December 2011 08:10:27 UTC