Skip to content

Commit b5a49f7

Browse files
committed
Removed dangling reference to element() in the image() section.
--HG-- extra : rebase_source : 6e93166abbb0b586c413cbf83983545a32f60966
1 parent a4c30e7 commit b5a49f7

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
@@ -491,7 +491,7 @@ <h3 id=image-notation><span class=secno>3.2. </span> Image Fallbacks and
491491
<pre class=prod><dfn
492492
id=image-list-type>&lt;image-list></dfn> = image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;color> ] )
493493
<dfn
494-
id=image-decl-type>&lt;image-decl></dfn> = [ &lt;url> | &lt;string> | &lt;element-reference> ]</pre>
494+
id=image-decl-type>&lt;image-decl></dfn> = [ &lt;url> | &lt;string> ]</pre>
495495

496496
<p>Each &lsquo;<code class=css>&lt;string></code>&rsquo; or &lsquo;<code
497497
class=css>&lt;url></code>&rsquo; inside &lsquo;<code

css3-images/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3 id="image-notation">
203203
<p>The ''image()'' notation is defined as:
204204

205205
<pre class='prod'><dfn id='image-list-type'>&lt;image-list></dfn> = image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;color> ] )
206-
<dfn id='image-decl-type'>&lt;image-decl></dfn> = [ &lt;url> | &lt;string> | &lt;element-reference> ]</pre>
206+
<dfn id='image-decl-type'>&lt;image-decl></dfn> = [ &lt;url> | &lt;string> ]</pre>
207207

208208
<p>Each ''&lt;string>'' or ''&lt;url>'' inside ''image()'' represents an image, just as if the <a href="#url-notation">''url()'' notation</a> had been used. As usual for URLs in CSS, relative URLs are resolved to an absolute URL (as described in Values &amp; Units [[!CSS3VAL]]) when a specified ''image()'' value is computed.</p>
209209

0 commit comments

Comments
 (0)