csswg/css3-images Overview.html,1.81,1.82 Overview.src.html,1.84,1.85

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv12119

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Make image() non-recursive.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- Overview.html	3 May 2011 01:16:39 -0000	1.81
+++ Overview.html	5 May 2011 23:30:34 -0000	1.82
@@ -15,7 +15,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 May 2011</h2>
 
    <dl>
     <dt>Latest Version:
@@ -370,10 +370,10 @@
   </div>
 
   <p>A portion of an image may be referenced (clipped out and used as a
-   standalone image) by use of fragment identifiers. <span class=issue>Need a
-   spec to reference here. Expecting to get one from <a
-   href="http://www.w3.org/2008/WebVideo/Fragments/">Media Fragments
-   WG</a>.</span>
+   standalone image) by use of <a
+   href="http://www.w3.org/TR/media-frags/#naming-space">fragment
+   identifiers</a>. <a href="#MEDIA-FRAGS"
+   rel=biblioentry>[MEDIA-FRAGS]<!--{{!MEDIA-FRAGS}}--></a>
 
   <div class=example>
    <p>For example,</p>
@@ -383,10 +383,6 @@
    <p>uses the 60 pixel by 20 pixel rectangle of <code>logos.png</code>
     beginning at the point 10 pixels in from the left, 30 pixels down from
     the top.
-
-   <p class=note>Note that quotation marks are required here, because
-    unquoted commas are not allowed in &lsquo;<code
-    class=css>url()</code>&rsquo; syntax.</p>
   </div>
   <!-- ====================================================================== -->
 
@@ -395,15 +391,15 @@
 
   <p>The &lsquo;<code class=css>image()</code>&rsquo; notation allows an
    author to tag an image with a few types of useful processing instructions
-   which can affect the rendering of the image. The author can specify the
-   desired resolution the image should be rendered at, declare the
-   directionality of an image so that it can be automatically be reversed if
-   used in text with a different directionality, or declare fallback images
+   which can affect the rendering of the image and to declare fallback images
    to be used if the original image can't be decoded or is a type that the
-   browser doesn't recognize.
+   browser doesn't recognize. The author can specify the desired resolution
+   the image should be rendered at, declare the directionality of an image so
+   that it can be automatically be reversed if used in text with a different
+   directionality.
 
   <pre class=prod><dfn id=ltimage-list>&lt;image-list></dfn> = 
-	image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;color> | &lt;image> ] )</pre>
+	image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;element-reference> | &lt;gradient> | &lt;color> ] )</pre>
 
   <p>where &lt;image-decl> is given by:
 
@@ -2270,6 +2266,16 @@
     </dd>
    <!---->
 
+   <dt id=MEDIA-FRAGS>[MEDIA-FRAGS]
+
+   <dd>Rapha&#235;l Troncy; et al. <a
+    href="http://www.w3.org/TR/2011/WD-media-frags-20110317"><cite>Media
+    Fragments URI 1.0.</cite></a> 17 March 2011. W3C Working Draft. (Work in
+    progress.) URL: <a
+    href="http://www.w3.org/TR/2011/WD-media-frags-20110317">http://www.w3.org/TR/2011/WD-media-frags-20110317</a>
+    </dd>
+   <!---->
+
    <dt id=RFC2119>[RFC2119]
 
    <dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Overview.src.html	3 May 2011 01:16:39 -0000	1.84
+++ Overview.src.html	5 May 2011 23:30:34 -0000	1.85
@@ -178,9 +178,9 @@
 	</div>
 
 	<p>A portion of an image may be referenced (clipped out and used as a
-	standalone image) by use of fragment identifiers.
-	<span class='issue'>Need a spec to reference here. Expecting to get one from
-	<a href="http://www.w3.org/2008/WebVideo/Fragments/">Media Fragments WG</a>.</span></p>
+	standalone image) by use of
+	<a href="http://www.w3.org/TR/media-frags/#naming-space">fragment identifiers</a>.
+	[[!MEDIA-FRAGS]]
 
 	<div class="example">
 		<p>For example,</p>
@@ -189,9 +189,6 @@
 
 		<p>uses the 60 pixel by 20 pixel rectangle of <code>logos.png</code> beginning
 		at the point 10 pixels in from the left, 30 pixels down from the top.
-
-		<p class="note">Note that quotation marks are required here, because
-		unquoted commas are not allowed in ''url()'' syntax.</p>
 	</div>
 
 <!-- ====================================================================== -->
@@ -200,15 +197,15 @@
 Image Annotations: the ''image()'' notation</h3>
 
 	<p>The ''image()'' notation allows an author to tag an image with a few types
-	of useful processing instructions which can affect the rendering of the image.
+	of useful processing instructions which can affect the rendering of the image
+	and to declare fallback images to be used if the original image can't be
+	decoded or is a type that the browser doesn't recognize.
 	The author can specify the desired resolution the image should be rendered at,
 	declare the directionality of an image so that it can be automatically be 
-	reversed if used in text with a different directionality, or declare fallback
-	images to be used if the original image can't be decoded or is a type that the
-	browser doesn't recognize.</p>
+	reversed if used in text with a different directionality.</p>
 
 	<pre class='prod'><dfn>&lt;image-list></dfn> = 
-	image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;color> | &lt;image> ] )</pre>
+	image( [ &lt;image-decl> , ]* [ &lt;image-decl> | &lt;element-reference> | &lt;gradient> | &lt;color> ] )</pre>
 
 	<p>where &lt;image-decl> is given by:</p>
 

Received on Thursday, 5 May 2011 23:30:38 UTC