- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 00:48:47 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv11122
Modified Files:
Overview.html Overview.src.html
Log Message:
Tweak the <position> reference, and apply it to object-position as well.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- Overview.html 13 Dec 2011 00:42:57 -0000 1.251
+++ Overview.html 13 Dec 2011 00:48:45 -0000 1.252
@@ -1042,9 +1042,10 @@
<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 using
- the center-point as the object area and the <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 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>’.
@@ -1992,14 +1993,14 @@
<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 <dfn
- id=ltposition0><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 subject and the
- content box as the positioning area. <a href="#CSS21"
- rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> <a href="#CSS3BG"
- rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>
+ alignment of the replaced element inside its box. The <a
+ href="//www.w3.org/TR/css3-values/#position"><i><position></i></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
+ size</i></a> 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.
@@ -2485,16 +2486,6 @@
</dd>
<!---->
- <dt id=CSS3BG>[CSS3BG]
-
- <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a
- href="http://www.w3.org/TR/2011/CR-css3-background-20110215"><cite>CSS
- Backgrounds and Borders Module Level 3.</cite></a> 15 February 2011. W3C
- Candidate Recommendation. (Work in progress.) URL: <a
- href="http://www.w3.org/TR/2011/CR-css3-background-20110215">http://www.w3.org/TR/2011/CR-css3-background-20110215</a>
- </dd>
- <!---->
-
<dt id=CSS3VAL>[CSS3VAL]
<dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a
@@ -2563,6 +2554,16 @@
</dd>
<!---->
+ <dt id=CSS3BG>[CSS3BG]
+
+ <dd>Bert Bos; Elika J. Etemad; Brad Kemper. <a
+ href="http://www.w3.org/TR/2011/CR-css3-background-20110215"><cite>CSS
+ Backgrounds and Borders Module Level 3.</cite></a> 15 February 2011. W3C
+ Candidate Recommendation. (Work in progress.) URL: <a
+ href="http://www.w3.org/TR/2011/CR-css3-background-20110215">http://www.w3.org/TR/2011/CR-css3-background-20110215</a>
+ </dd>
+ <!---->
+
<dt id=CSS3COLOR>[CSS3COLOR]
<dd>Tantek Çelik; Chris Lilley; L. David Baron. <a
@@ -2716,8 +2717,7 @@
title=paint-source><strong>3.3.</strong></a>
<li><position>, <a href="#ltposition"
- title="<position>"><strong>4.2.1.</strong></a>, <a href="#ltposition0"
- title="<position>"><strong>5.5.</strong></a>
+ title="<position>"><strong>4.2.1.</strong></a>
<li>renderer, <a href="#renderer" title=renderer><strong>7.2.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- Overview.src.html 13 Dec 2011 00:42:57 -0000 1.258
+++ Overview.src.html 13 Dec 2011 00:48:45 -0000 1.259
@@ -645,10 +645,7 @@
<dl>
<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 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 <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 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><shape></dfn></dt>
<dd>Can be either ''circle'' or ''ellipse''; determines whether the
@@ -1316,8 +1313,8 @@
<td>specified value
</table>
- <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 subject and the content box as the positioning area. [[!CSS21]] [[!CSS3BG]]</p>
-
+ <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><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 Tuesday, 13 December 2011 00:48:49 UTC