- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 01:28:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv30384
Modified Files:
Overview.html Overview.src.html
Log Message:
Made radial-gradient use <position> too.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- Overview.html 17 Aug 2011 00:53:42 -0000 1.154
+++ Overview.html 17 Aug 2011 01:28:26 -0000 1.155
@@ -841,7 +841,7 @@
<pre class=prod>
<dfn id=ltradial-gradient><radial-gradient></dfn> = radial-gradient(
- [<bg-position>,]?
+ [<position>,]?
[[
[<shape> || <size>]
|
@@ -852,11 +852,12 @@
</pre>
<p>The first argument to the function specifies the center of the ellipse.
- <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, except relative
- to the box rather than the background canvas. <span class=note>(Of course,
- in many circumstances these will be the same.)</span>
+ The <a href="#ltposition"><code><position></code></a> 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 center-point as the subject and
+ the content box as the positioning area. <a href="#CSS21"
+ rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> [[!CSS3BACKGROUND]]
<p>If this argument is omitted, it defaults to ‘<code
class=css>center</code>’.
@@ -1809,7 +1810,7 @@
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
+ 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> [[!CSS3BACKGROUND]]
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Overview.src.html 17 Aug 2011 00:53:42 -0000 1.161
+++ Overview.src.html 17 Aug 2011 01:28:26 -0000 1.162
@@ -546,7 +546,7 @@
<pre class=prod>
<dfn><radial-gradient></dfn> = radial-gradient(
- [<bg-position>,]?
+ [<position>,]?
[[
[<shape> || <size>]
|
@@ -556,7 +556,7 @@
)
</pre>
- <p>The first argument to the function specifies the center of the ellipse. <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, except relative to the box rather than the background canvas. <span class='note'>(Of course, in many circumstances these will be the same.)</span></p>
+ <p>The first argument to the function specifies the center of the ellipse. The <code><position></code> 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 center-point as the subject and the content box as the positioning area. [[!CSS21]] [[!CSS3BACKGROUND]]</p>
<p>If this argument is omitted, it defaults to ''center''.</p>
@@ -1267,12 +1267,7 @@
<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 image and the
- content box as the positioning area. [[!CSS21]] [[!CSS3BACKGROUND]]</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 subject 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 01:28:34 UTC