1515
1616 < h1 > CSS Image Values and Replaced Content Module Level 3</ h1 >
1717
18- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 3 May 2011</ h2 >
18+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 5 May 2011</ h2 >
1919
2020 < dl >
2121 < dt > Latest Version:
@@ -370,10 +370,10 @@ <h3 id=url><span class=secno>4.1. </span> Image References and Image
370370 </ div >
371371
372372 < p > A portion of an image may be referenced (clipped out and used as a
373- standalone image) by use of fragment identifiers. < span class = issue > Need a
374- spec to reference here. Expecting to get one from < a
375- href ="http://www.w3.org/2008/WebVideo/Fragments/ " > Media Fragments
376- WG </ a > . </ span >
373+ standalone image) by use of < a
374+ href =" http://www.w3.org/TR/media-frags/#naming-space " > fragment
375+ identifiers </ a > . < a href ="#MEDIA-FRAGS "
376+ rel = biblioentry > [MEDIA-FRAGS] <!--{{!MEDIA-FRAGS}}--> </ a >
377377
378378 < div class =example >
379379 < p > For example,</ p >
@@ -383,10 +383,6 @@ <h3 id=url><span class=secno>4.1. </span> Image References and Image
383383 < p > uses the 60 pixel by 20 pixel rectangle of < code > logos.png</ code >
384384 beginning at the point 10 pixels in from the left, 30 pixels down from
385385 the top.
386-
387- < p class =note > Note that quotation marks are required here, because
388- unquoted commas are not allowed in ‘< code
389- class =css > url()</ code > ’ syntax.</ p >
390386 </ div >
391387 <!-- ====================================================================== -->
392388
@@ -395,15 +391,15 @@ <h3 id=image-notation><span class=secno>4.2. </span> Image Annotations: the
395391
396392 < p > The ‘< code class =css > image()</ code > ’ notation allows an
397393 author to tag an image with a few types of useful processing instructions
398- which can affect the rendering of the image. The author can specify the
399- desired resolution the image should be rendered at, declare the
400- directionality of an image so that it can be automatically be reversed if
401- used in text with a different directionality, or declare fallback images
394+ which can affect the rendering of the image and to declare fallback images
402395 to be used if the original image can't be decoded or is a type that the
403- browser doesn't recognize.
396+ browser doesn't recognize. The author can specify the desired resolution
397+ the image should be rendered at, declare the directionality of an image so
398+ that it can be automatically be reversed if used in text with a different
399+ directionality.
404400
405401 < pre class =prod > < dfn id =ltimage-list > <image-list> </ dfn > =
406- image( [ <image-decl> , ]* [ <image-decl> | <color > | <image > ] )</ pre >
402+ image( [ <image-decl> , ]* [ <image-decl> | <element-reference > | <gradient > | <color > ] )</ pre >
407403
408404 < p > where <image-decl> is given by:
409405
@@ -2270,6 +2266,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
22702266 </ dd >
22712267 <!---->
22722268
2269+ < dt id =MEDIA-FRAGS > [MEDIA-FRAGS]
2270+
2271+ < dd > Raphaël Troncy; et al. < a
2272+ href ="http://www.w3.org/TR/2011/WD-media-frags-20110317 "> < cite > Media
2273+ Fragments URI 1.0.</ cite > </ a > 17 March 2011. W3C Working Draft. (Work in
2274+ progress.) URL: < a
2275+ href ="http://www.w3.org/TR/2011/WD-media-frags-20110317 "> http://www.w3.org/TR/2011/WD-media-frags-20110317</ a >
2276+ </ dd >
2277+ <!---->
2278+
22732279 < dt id =RFC2119 > [RFC2119]
22742280
22752281 < dd > S. Bradner. < a href ="http://www.ietf.org/rfc/rfc2119.txt "> < cite > Key
0 commit comments