- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Feb 2012 00:59:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv10339
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix the object-position use of <position> too.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -d -r1.319 -r1.320
--- Overview.html 29 Feb 2012 00:57:26 -0000 1.319
+++ Overview.html 29 Feb 2012 00:59:32 -0000 1.320
@@ -2232,10 +2232,9 @@
<p>The ‘<a href="#object-position0"><code
class=property>object-position</code></a>’ property determines the
- alignment of the replaced element inside its box. The
- <!-- FIXME a href="//www.w3.org/TR/css3-values/#position"--><a
- href="#position"><i><position></i></a><!--/a--> value type (which is
- also used for ‘<code
+ alignment of the replaced element inside its box. The <a
+ href="http://www.w3.org/TR/css3-values/#position"><position></a> value
+ type (which is also used for ‘<code
class=property>background-position</code>’) is defined in <a
href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>, and is
resolved using the <a href="#concrete-object-size"><i>concrete object
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -d -r1.329 -r1.330
--- Overview.src.html 29 Feb 2012 00:57:26 -0000 1.329
+++ Overview.src.html 29 Feb 2012 00:59:32 -0000 1.330
@@ -1383,7 +1383,7 @@
<td>specified value
</table>
- <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><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 <a href="http://www.w3.org/TR/css3-values/#position"><position></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, 29 February 2012 00:59:36 UTC