Skip to content

Commit 63da3ec

Browse files
committed
Removed lingering reference to <image-combination> (referring to the cross-fade() function that was punted to level 4)
1 parent ea014a9 commit 63da3ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-images/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h2 id=image><span class=secno>3. </span> Image Values: the &lt;image> type</h2>
362362
<p>The &lt;image> value type denotes a 2D image. It is defined as
363363

364364
<pre class=prod><dfn
365-
id=ltimage>&lt;image></dfn> = &lt;url> | &lt;image-list> | &lt;element-reference> | &lt;image-combination> | &lt;gradient></pre>
365+
id=ltimage>&lt;image></dfn> = &lt;url> | &lt;image-list> | &lt;element-reference> | &lt;gradient></pre>
366366

367367
<p>Image values can be used in many CSS properties, including the
368368
&lsquo;<code class=property>background-image</code>&rsquo;, &lsquo;<code

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2 id="image">
138138

139139
<p>The &lt;image> value type denotes a 2D image. It is defined as
140140

141-
<pre class="prod"><dfn>&lt;image></dfn> = &lt;url> | &lt;image-list> | &lt;element-reference> | &lt;image-combination> | &lt;gradient></pre>
141+
<pre class="prod"><dfn>&lt;image></dfn> = &lt;url> | &lt;image-list> | &lt;element-reference> | &lt;gradient></pre>
142142

143143
<p>Image values can be used in many CSS properties, including the
144144
'background-image', 'list-style-image', 'cursor' properties [[!CSS21]].

0 commit comments

Comments
 (0)