- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 00:53:44 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv25983
Modified Files:
Overview.html Overview.src.html
Log Message:
Use <position> instead of <bg-position> so the name is generic enough to use for other things like 'object-position'
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Overview.html 16 Aug 2011 23:58:25 -0000 1.153
+++ Overview.html 17 Aug 2011 00:53:42 -0000 1.154
@@ -16,10 +16,10 @@
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 August 2011</h2>
<dl><!--<dt>This version:</dt>
- <dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110816/">http://www.w3.org/TR/2011/ED-css3-images-20110816/</a>-->
+ <dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110817/">http://www.w3.org/TR/2011/ED-css3-images-20110817/</a>-->
<dt>Latest version:
@@ -1770,7 +1770,7 @@
<tr>
<th>Value:
- <td><bg-position>
+ <td><position>
<tr>
<th>Initial:
@@ -1805,12 +1805,13 @@
<p>The ‘<a href="#object-position0"><code
class=property>object-position</code></a>’ property determines the
- alignment of the replaced element inside its box.
- <code><bg-position></code> comes from the <a
- href="http://dev.w3.org/csswg/css3-background/#ltbg-positiongt">Backgrounds
- & Borders Module</a>, and is resolved in the same way, using the image
- as the image and the content box as the positioning area. <a href="#CSS21"
- rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
+ alignment of the replaced element inside its box. The <dfn
+ id=ltposition><code><position></code></dfn> value type is defined as
+ the positioning syntax of ‘<code class=css><a
+ href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a></code>’
+ and is resolved in the same way, using the image as the image and the
+ content box as the positioning area. <a href="#CSS21"
+ rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> [[!CSS3BACKGROUND]]
<p class=note>Note that areas of the box not covered by the replaced
element will show the element's background.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- Overview.src.html 16 Aug 2011 23:58:26 -0000 1.160
+++ Overview.src.html 17 Aug 2011 00:53:42 -0000 1.161
@@ -1246,7 +1246,7 @@
<tbody>
<tr>
<th>Value:
- <td><bg-position>
+ <td><position>
<tr>
<th>Initial:
<td>50% 50%
@@ -1267,7 +1267,12 @@
<td>specified value
</table>
- <p>The 'object-position' property determines the alignment of the replaced element inside its box. <code><bg-position></code> comes from the <a href="http://dev.w3.org/csswg/css3-background/#ltbg-positiongt">Backgrounds & Borders Module</a>, and is resolved in the same way, using the image as the image and the content box as the positioning area. [[!CSS21]]</p>
+ <p>The 'object-position' property determines the alignment of the replaced
+ element inside its box. The <dfn><code><position></code></dfn> value
+ type is defined as the positioning syntax of
+ '<a href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a>'
+ and is resolved in the same way, using the image as the image and the
+ content box as the positioning area. [[!CSS21]] [[!CSS3BACKGROUND]]</p>
<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, 17 August 2011 00:53:46 UTC