Skip to content

Commit 92fd39e

Browse files
committed
[css-images-3] <shape> => <ending-shape> to avoid conflicts.
--HG-- extra : rebase_source : e76f3dda40e060af62954ec6bb19378a6806999f
1 parent 5814423 commit 92fd39e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-images-3/Overview.src.html

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

702702
<pre>
703703
<dfn id='radial-gradient-type'>&lt;radial-gradient></dfn> = radial-gradient(
704-
[ [ &lt;shape> || &lt;size> ] [ at &lt;position> ]? , |
704+
[ [ &lt;ending-shape> || &lt;size> ] [ at &lt;position> ]? , |
705705
at &lt;position>,
706706
]?
707707
&lt;color-stop> [ , &lt;color-stop> ]+
@@ -720,10 +720,10 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
720720
<dt id='radial-position'><dfn id='position'>&lt;position></dfn></dt>
721721
<dd>Determines the center of the gradient. The <a href="http://www.w3.org/TR/css3-values/#position">&lt;position></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''.
722722

723-
<dt id='radial-shape'><dfn id='shape'>&lt;shape></dfn></dt>
723+
<dt id='radial-shape'><dfn id='shape'>&lt;ending-shape></dfn></dt>
724724
<dd>Can be either ''circle'' or ''ellipse''; determines whether the
725725
gradient's <i>ending shape</i> is a circle or an ellipse, respectively.
726-
If <i>&lt;shape></i> is omitted, the <i>ending shape</i> defaults
726+
If <i>&lt;ending-shape></i> is omitted, the <i>ending shape</i> defaults
727727
to a circle if the <i>&lt;size></i> is a single &lt;length>,
728728
and to an ellipse otherwise.
729729

@@ -763,7 +763,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
763763
have if ''farthest-side'' were specified.
764764
</dl>
765765

766-
<p>If <i>&lt;shape></i> is specified as ''circle'' or is omitted, the
766+
<p>If <i>&lt;ending-shape></i> is specified as ''circle'' or is omitted, the
767767
<i>&lt;size></i> may be given explicitly as:
768768

769769
<dl>
@@ -776,7 +776,7 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
776776
</dd>
777777
</dl>
778778

779-
<p>If <i>&lt;shape></i> is specified as ''ellipse'' or is omitted,
779+
<p>If <i>&lt;ending-shape></i> is specified as ''ellipse'' or is omitted,
780780
<i>&lt;size></i> may instead be given explicitly as:
781781

782782
<dl>

0 commit comments

Comments
 (0)