@@ -110,9 +110,10 @@ <h2 id="image">The <image> 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 <image-decl> is given by
155156
156157 < pre class ="prod "> < dfn > <image-decl></ dfn > = <!--
157- --> [ <string> | <url-token> ] [ snap? && <resolution> ]?
158+ --> [ <string> | <url-token> ] [ snap? && <resolution> ]?</ pre >
158159
159160 < p > <url-token> is given as < code > [!#$%&*-~]|{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 <url-token> must not contain unescaped brackets, commas,
163- white space characters, single quotes (&apos ;) or double quotes (");
164+ white space characters, single quotes (' ;) or double quotes (");
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