- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 00:42:59 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv10430
Modified Files:
Overview.html Overview.src.html
Log Message:
typo
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- Overview.html 13 Dec 2011 00:42:17 -0000 1.250
+++ Overview.html 13 Dec 2011 00:42:57 -0000 1.251
@@ -1043,8 +1043,8 @@
<dd>Determines the center of the gradient. The <a
href="//www.w3.org/TR/css3-values/#position"><i><position></i></a>
notation is defined in <a href="#CSS3VAL"
- rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a> and is resolved in the
- same way, using the center-point as the object area and the <a
+ rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>, and is resolved using
+ the center-point as the object area and the <a
href="#gradient-box"><i>gradient box</i></a> as the positioning area. If
this argument is omitted, it defaults to ‘<code
class=css>center</code>’.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- Overview.src.html 13 Dec 2011 00:42:17 -0000 1.257
+++ Overview.src.html 13 Dec 2011 00:42:57 -0000 1.258
@@ -646,8 +646,7 @@
<dt id='radial-position'><dfn><position></dfn></dt>
<dd>Determines the center of the gradient. The <a href="//www.w3.org/TR/css3-values/#position"><i><position></i></a> notation
- is defined in [[!CSS3VAL]]
- and is resolved in the same way, using the center-point as the object area and
+ is defined in [[!CSS3VAL]], and is resolved using the center-point as the object area and
the <i>gradient box</i> as the positioning area.
If this argument is omitted, it defaults to ''center''.
Received on Tuesday, 13 December 2011 00:43:00 UTC