- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Nov 2011 09:07:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv32205
Modified Files:
Overview.html Overview.src.html
Log Message:
Use 'from' syntax from dbaron's original.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- Overview.html 4 Nov 2011 08:29:10 -0000 1.178
+++ Overview.html 4 Nov 2011 09:07:56 -0000 1.179
@@ -862,7 +862,7 @@
<dfn
id=ltradial-gradient><radial-gradient></dfn> = radial-gradient(
[ [ <shape> , ] |
- [ <shape>? [ at <position> || to <extent> ] , ]
+ [ <shape>? [ from <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.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Overview.src.html 4 Nov 2011 08:29:10 -0000 1.185
+++ Overview.src.html 4 Nov 2011 09:07:57 -0000 1.186
@@ -550,7 +550,7 @@
<pre class=prod>
<dfn><radial-gradient></dfn> = radial-gradient(
[ [ <shape> , ] |
- [ <shape>? [ at <position> || to <extent> ] , ]
+ [ <shape>? [ from <position> || to <extent> ] , ]
]?
<color-stop> [ , <color-stop> ]+
)</pre>
Received on Friday, 4 November 2011 09:10:01 UTC