Skip to content

Commit 1d22720

Browse files
committed
Change the <position> reference in r-g() to refer to css3-values, now that we've defined it over there.
1 parent 1ae72a9 commit 1d22720

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

css3-images/Overview.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,15 +1041,13 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
10411041
<dt id=radial-position><dfn id=ltposition>&lt;position></dfn>
10421042

10431043
<dd>Determines the center of the gradient. The <a
1044-
href="#ltposition0"><i>&lt;position></i></a> notation is defined as the
1045-
positioning syntax of a single layer of &lsquo;<code class=css><a
1046-
href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a></code>&rsquo;
1047-
and is resolved in the same way, using the center-point as the subject
1048-
and the <a href="#gradient-box"><i>gradient box</i></a> as the
1049-
positioning area. <a href="#CSS21"
1050-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> <a href="#CSS3BG"
1051-
rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a> If this argument is
1052-
omitted, it defaults to &lsquo;<code class=css>center</code>&rsquo;.
1044+
href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a>
1045+
notation is defined in <a href="#CSS3VAL"
1046+
rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a> and is resolved in the
1047+
same way, using the center-point as the object area and the <a
1048+
href="#gradient-box"><i>gradient box</i></a> as the positioning area. If
1049+
this argument is omitted, it defaults to &lsquo;<code
1050+
class=css>center</code>&rsquo;.
10531051

10541052
<dt id=radial-shape><dfn id=ltshape>&lt;shape></dfn>
10551053

css3-images/Overview.src.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -645,11 +645,10 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
645645
<dl>
646646

647647
<dt id='radial-position'><dfn>&lt;position></dfn></dt>
648-
<dd>Determines the center of the gradient. The <i>&lt;position></i> notation
649-
is defined as the positioning syntax of a single layer of
650-
'<a href="http://www.w3.org/TR/css3-background/#the-background-position">background-position</a>'
651-
and is resolved in the same way, using the center-point as the subject and
652-
the <i>gradient box</i> as the positioning area. [[!CSS21]] [[!CSS3BG]]
648+
<dd>Determines the center of the gradient. The <a href="//www.w3.org/TR/css3-values/#position"><i>&lt;position></i></a> notation
649+
is defined in [[!CSS3VAL]]
650+
and is resolved in the same way, using the center-point as the object area and
651+
the <i>gradient box</i> as the positioning area.
653652
If this argument is omitted, it defaults to ''center''.
654653

655654
<dt id='radial-shape'><dfn>&lt;shape></dfn></dt>

0 commit comments

Comments
 (0)