- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 05 Nov 2011 00:40:48 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv29656
Modified Files:
Overview.html Overview.src.html
Log Message:
radial-gradient() change 'from' to 'at'. Plan forward is 'from <position>' / 'from offset <position>' to represent the color focus (defaulting to the elliptic center)
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- Overview.html 4 Nov 2011 09:07:56 -0000 1.179
+++ Overview.html 5 Nov 2011 00:40:46 -0000 1.180
@@ -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 4 November
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 November
2011</h2>
<dl>
<dt>This Version:</dt>
- <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111104/">http://www.w3.org/TR/2011/WD-css3-images-20111104/</a>-->
+ <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111105/">http://www.w3.org/TR/2011/WD-css3-images-20111105/</a>-->
<dd><a
href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
@@ -862,7 +862,7 @@
<dfn
id=ltradial-gradient><radial-gradient></dfn> = radial-gradient(
[ [ <shape> , ] |
- [ <shape>? [ from <position> || to <extent> ] , ]
+ [ <shape>? [ at <position> || to <extent> ] , ]
]?
<color-stop> [ , <color-stop> ]+
)</pre>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- Overview.src.html 4 Nov 2011 09:07:57 -0000 1.186
+++ Overview.src.html 5 Nov 2011 00:40:46 -0000 1.187
@@ -550,7 +550,7 @@
<pre class=prod>
<dfn><radial-gradient></dfn> = radial-gradient(
[ [ <shape> , ] |
- [ <shape>? [ from <position> || to <extent> ] , ]
+ [ <shape>? [ at <position> || to <extent> ] , ]
]?
<color-stop> [ , <color-stop> ]+
)</pre>
Received on Saturday, 5 November 2011 00:40:54 UTC