Skip to content

Commit 97e8a67

Browse files
committed
Mark-up errors.
1 parent 10dc733 commit 97e8a67

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

css3-images/Overview.src.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ <h2 id="image">The &lt;image&gt; value type</h2>
110110

111111
<p>Image values can be used in many CSS properties, including the
112112
'background-image', 'list-style-image', 'cursor' properties [[!CSS21]].
113+
</div>
113114

114115
<div>
115-
<h2 id="#url">Image References and Image Slices: the ''url()'' notation</h2>
116+
<h2 id="url">Image References and Image Slices: the ''url()'' notation</h2>
116117

117118
<p>The simplest way to indicate an image is to reference an image file
118119
by URI. This is done with the
@@ -142,7 +143,7 @@ <h2 id="#url">Image References and Image Slices: the ''url()'' notation</h2>
142143
</div>
143144

144145
<div>
145-
<h2 id="#image">Image Fallbacks: the ''image()'' notation</h2>
146+
<h2 id="image-notation">Image Fallbacks: the ''image()'' notation</h2>
146147

147148
<p>The ''image()'' notation allows an author to specify multiple images,
148149
each one a fallback for the previous. The UA must use only the first image
@@ -154,13 +155,13 @@ <h2 id="#image">Image Fallbacks: the ''image()'' notation</h2>
154155
<p>where &lt;image-decl&gt; is given by
155156

156157
<pre class="prod"><dfn>&lt;image-decl&gt;</dfn> = <!--
157-
-->[ &lt;string&gt; | &lt;url-token&gt; ] [ snap? &amp;&amp; &lt;resolution&gt; ]?
158+
-->[ &lt;string&gt; | &lt;url-token&gt; ] [ snap? &amp;&amp; &lt;resolution&gt; ]?</pre>
158159

159160
<p>&lt;url-token&gt; is given as <code>[!#$%&amp;*-~]|{nonascii}|{escape}</code>
160161
(i.e. the contents of ''url()'') using the productions in the
161162
<a href="http://www.w3.org/TR/CSS21/syndata.html#tokenization">CSS2.1 tokenization</a>.
162163
<strong>The &lt;url-token&gt; must not contain unescaped brackets, commas,
163-
white space characters, single quotes (&apos;) or double quotes (&quot;);
164+
white space characters, single quotes (&#39;) or double quotes (&quot;);
164165
if it does the ''image()'' containing it is invalid.</strong>
165166

166167
<p>Each string or url-token represents the URI of an image. If a resolution
@@ -228,6 +229,7 @@ <h2>Image Sprites</h2>
228229
<li><a href="http://www.css3.info/summary-of-the-two-current-css-constants-proposals/#comment-212898">Adrian's image-vars proposal</a>
229230
<li><a href="http://lists.w3.org/Archives/Public/www-style/2009Jan/0185.html">Discussion from Jan 2008</a> and <a href="http://lists.w3.org/Archives/Public/www-style/2009Jan/0284.html">Jorrit's response</a>
230231
</ul>
232+
</div>
231233
</div>
232234

233235
<div>

0 commit comments

Comments
 (0)