Skip to content

Commit c016c79

Browse files
committed
Revert back to using <bg-position>, not <'background-position'>
1 parent 3fdb216 commit c016c79

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css3-images/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
<h1>CSS Image Values and Replaced Content Module Level 3</h1>
2222

23-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 August 2011</h2>
23+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 August 2011</h2>
2424

2525
<dl><!--<dt>This version:</dt>
26-
<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110812/">http://www.w3.org/TR/2011/ED-css3-images-20110812/</a>-->
26+
<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20110813/">http://www.w3.org/TR/2011/ED-css3-images-20110813/</a>-->
2727

2828
<dt>Latest version:
2929

@@ -753,7 +753,7 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>5.2.1. </span>
753753

754754
<pre class=prod>
755755
<dfn id=ltradial-gradient>&lt;radial-gradient></dfn> = radial-gradient(
756-
[&lt;'background-position'&gt;,]?
756+
[&lt;bg-position&gt;,]?
757757
[[
758758
[&lt;shape&gt; || &lt;size&gt;]
759759
|
@@ -764,11 +764,11 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>5.2.1. </span>
764764
</pre>
765765

766766
<p>The first argument to the function specifies the center of the ellipse.
767-
It takes the same syntax as the &lsquo;<code
768-
class=property>background-position</code>&rsquo; property, and is resolved
769-
in the same way, except relative to the box rather than the background
770-
canvas. <span class=note>(Of course, in many circumstances these will be
771-
the same.)</span>
767+
<code>&lt;bg-position></code> comes from the <a
768+
href="http://dev.w3.org/csswg/css3-background/#ltbg-positiongt">Backgrounds
769+
&amp; Borders Module</a>, and is resolved in the same way, except relative
770+
to the box rather than the background canvas. <span class=note>(Of course,
771+
in many circumstances these will be the same.)</span>
772772

773773
<p>If this argument is omitted, it defaults to &lsquo;<code
774774
class=css>center</code>&rsquo;.

css3-images/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
497497

498498
<pre class=prod>
499499
<dfn>&lt;radial-gradient></dfn> = radial-gradient(
500-
[&lt;'background-position'&gt;,]?
500+
[&lt;bg-position&gt;,]?
501501
[[
502502
[&lt;shape&gt; || &lt;size&gt;]
503503
|
@@ -507,7 +507,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
507507
)
508508
</pre>
509509

510-
<p>The first argument to the function specifies the center of the ellipse. It takes the same syntax as the 'background-position' property, 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>
510+
<p>The first argument to the function specifies the center of the ellipse. <code>&lt;bg-position></code> comes from the <a href="http://dev.w3.org/csswg/css3-background/#ltbg-positiongt">Backgrounds &amp; 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>
511511

512512
<p>If this argument is omitted, it defaults to ''center''.</p>
513513

0 commit comments

Comments
 (0)