csswg/css3-images Overview.src.html,1.274,1.275

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv16440

Modified Files:
	Overview.src.html 
Log Message:
Commented out the link to http://www.w3.org/TR/css3-values/#position
which doesn't work yet. (Needs an update of the css3-values WD.)


Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Overview.src.html	11 Jan 2012 15:57:09 -0000	1.274
+++ Overview.src.html	11 Jan 2012 16:11:09 -0000	1.275
@@ -657,7 +657,7 @@
 	<dl>
 
 		<dt id='radial-position'><dfn>&lt;position></dfn></dt>
-		<dd>Determines the center of the gradient. The <a href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a> value type (which is also used for 'background-position') 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''.
+		<dd>Determines the center of the gradient. The <!-- FIXME a href="//www.w3.org/TR/css3-values/#position"--><i>&lt;position></i><!--/a--> value type (which is also used for 'background-position') 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''.
 
 		<dt id='radial-shape'><dfn>&lt;shape></dfn></dt>
 		<dd>Can be either ''circle'' or ''ellipse''; determines whether the
@@ -1330,7 +1330,7 @@
 				<td>specified value
 	</table>
 
-	<p>The 'object-position' property determines the alignment of the replaced element inside its box. The <a href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a> value type (which is also used for 'background-position') is defined in [[!CSS3VAL]], and is resolved using the <i>concrete object size</i> as the object area and the content box as the positioning area.
+	<p>The 'object-position' property determines the alignment of the replaced element inside its box. The <!-- FIXME a href="//www.w3.org/TR/css3-values/#position"--><i>&lt;position></i><!--/a--> value type (which is also used for 'background-position') is defined in [[!CSS3VAL]], and is resolved using the <i>concrete object size</i> as the object area and the content box as the positioning area.
 	
 	<p class="note">Note that areas of the box not covered by the replaced
 	element will show the element's background.</p>

Received on Wednesday, 11 January 2012 16:11:33 UTC