- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 22:07:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv462
Modified Files:
Overview.html Overview.src.html
Log Message:
Remove some unnecessary brackets from the full r-g grammar.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- Overview.html 1 Dec 2011 22:06:56 -0000 1.236
+++ Overview.html 1 Dec 2011 22:07:39 -0000 1.237
@@ -1148,7 +1148,7 @@
<pre>
<radial-gradient> = radial-gradient(
- [ [ circle || [ <length> ] ] [ at <position> ]? , |
+ [ [ circle || <length> ] [ at <position> ]? , |
[ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
[ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? ,
]?
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- Overview.src.html 1 Dec 2011 22:06:56 -0000 1.243
+++ Overview.src.html 1 Dec 2011 22:07:40 -0000 1.244
@@ -710,7 +710,7 @@
<pre>
<radial-gradient> = radial-gradient(
- [ [ circle || [ <length> ] ] [ at <position> ]? , |
+ [ [ circle || <length> ] [ at <position> ]? , |
[ ellipse || [ <length> | <percentage> ]{2} ] [ at <position> ]? , |
[ [ circle | ellipse ] || <extent-keyword> ] [ at <position> ]? ,
]?
Received on Thursday, 1 December 2011 22:07:46 UTC