Skip to content

Commit ab2cda7

Browse files
committed
Removed cover/contain from radial-gradient
1 parent 1298e8a commit ab2cda7

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

css3-images/Overview.html

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -931,18 +931,6 @@ <h4 class=no-toc id=radial-gradient-syntax><span class=secno>5.2.1. </span>
931931
ratio it would have if &lsquo;<code
932932
class=css>farthest-side</code>&rsquo; were specified.
933933

934-
<dt><dfn id=radial-contain>&lsquo;<code
935-
class=css>contain</code>&rsquo;</dfn>
936-
937-
<dd>This value is an alias for &lsquo;<code
938-
class=css>closest-side</code>&rsquo;, and has the same meaning.
939-
940-
<dt><dfn id=radial-cover>&lsquo;<code
941-
class=css>cover</code>&rsquo;</dfn>
942-
943-
<dd>This value is an alias for &lsquo;<code
944-
class=css>farthest-corner</code>&rsquo;, and has the same meaning.
945-
946934
<dt><dfn id=radial-size>[&lt;length&gt; or
947935
&lt;percentage&gt;]{1,2}</dfn>
948936

@@ -2218,12 +2206,6 @@ <h2 class=no-num id=index>Index</h2>
22182206
<li>concrete object size, <a href="#concrete-object-size"
22192207
title="concrete object size"><strong>6.1.</strong></a>
22202208

2221-
<li>&lsquo;<code class=css>contain</code>&rsquo;, <a
2222-
href="#radial-contain" title="''contain''"><strong>5.2.1.</strong></a>
2223-
2224-
<li>&lsquo;<code class=css>cover</code>&rsquo;, <a href="#radial-cover"
2225-
title="''cover''"><strong>5.2.1.</strong></a>
2226-
22272209
<li>CSS element reference identifier, <a
22282210
href="#css-element-reference-identifier"
22292211
title="CSS element reference identifier"><strong>4.3.</strong></a>

css3-images/Overview.src.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,12 +593,6 @@ <h4 class='no-toc' id='radial-gradient-syntax'>
593593
sized based on the farthest corner. If the shape is an ellipse,
594594
the <i>ending-shape</i> is given the same aspect ratio it would
595595
have if ''farthest-side'' were specified.
596-
<dt><dfn id='radial-contain'>''contain''</dfn></dt>
597-
<dd>This value is an alias for ''closest-side'', and has the same
598-
meaning.</dd>
599-
<dt><dfn id='radial-cover'>''cover''</dfn></dt>
600-
<dd>This value is an alias for ''farthest-corner'', and has the same
601-
meaning.</dd>
602596
<dt><dfn id='radial-size'>[&lt;length&gt; or &lt;percentage&gt;]{1,2}</dfn></dt>
603597
<dd>Gives the size of the shape explicitly. The first value represents
604598
the horizontal radius, the second the vertical radius. Percentages

0 commit comments

Comments
 (0)