- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 21:10:52 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv22453
Modified Files:
Overview.html Overview.src.html
Log Message:
Fixed the spacing in the full-grammar note.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Overview.html 1 Dec 2011 21:09:21 -0000 1.232
+++ Overview.html 1 Dec 2011 21:10:50 -0000 1.233
@@ -1148,7 +1148,7 @@
<pre>
<radial-gradient> = radial-gradient(
[ [ circle || [ <length> ] ] [ at <position> ]? , |
- [ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
+ [ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
[ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? ,
]?
<color-stop> [ , <color-stop> ]+
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- Overview.src.html 1 Dec 2011 21:09:21 -0000 1.239
+++ Overview.src.html 1 Dec 2011 21:10:50 -0000 1.240
@@ -709,7 +709,7 @@
<pre>
<radial-gradient> = radial-gradient(
[ [ circle || [ <length> ] ] [ at <position> ]? , |
- [ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
+ [ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
[ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? ,
]?
<color-stop> [ , <color-stop> ]+
Received on Thursday, 1 December 2011 21:10:53 UTC