Skip to content

Commit 19dbef6

Browse files
committed
typo
1 parent ee0be60 commit 19dbef6

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

css3-images/Overview.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,8 +1096,8 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
10961096
class=css>farthest-corner</code>&rsquo;</dfn>
10971097

10981098
<dd>Same as &lsquo;<code class=css>closest-corner</code>&rsquo;, except
1099-
the <a href="#ending-shape"><i>ending shape</i></a> is be sized based
1100-
on the farthest corner. If the shape is an ellipse, the <a
1099+
the <a href="#ending-shape"><i>ending shape</i></a> is sized based on
1100+
the farthest corner. If the shape is an ellipse, the <a
11011101
href="#ending-shape"><i>ending shape</i></a> is given the same aspect
11021102
ratio it would have if &lsquo;<code
11031103
class=css>farthest-side</code>&rsquo; were specified.
@@ -1110,8 +1110,13 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>4.2.1. </span>
11101110
<dl>
11111111
<dt><dfn id=radial-size-circle>&lt;length></dfn>
11121112

1113-
<dd>Gives the radius of the circle explicitly. Negative values are
1114-
invalid.
1113+
<dd>
1114+
<p>Gives the radius of the circle explicitly. Negative values are
1115+
invalid.</p>
1116+
1117+
<p class=note>Note that percentages are <em>not</em> allowed here; they
1118+
can only be used to specify the size of an elliptical gradient, not a
1119+
circular one. This
11151120
</dl>
11161121

11171122
<p>If <a href="#ltshape"><i>&lt;shape></i></a> is specified as

0 commit comments

Comments
 (0)