csswg/css3-images Overview.html,1.247,1.248 Overview.src.html,1.254,1.255

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed broken biblio reference.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -d -r1.247 -r1.248
--- Overview.html	7 Dec 2011 18:14:29 -0000	1.247
+++ Overview.html	12 Dec 2011 18:19:30 -0000	1.248
@@ -16,7 +16,7 @@
 
    <h1>CSS Image Values and Replaced Content Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 December
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December
     2011</h2>
 
    <dl>
@@ -24,7 +24,7 @@
 
     <dd><a
      href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a>
-     <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111207/">http://www.w3.org/TR/2011/WD-css3-images-20111207/</a>-->
+     <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111212/">http://www.w3.org/TR/2011/WD-css3-images-20111212/</a>-->
      
 
     <dt>Latest Version:
@@ -285,7 +285,8 @@
   <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
 
   <p>This module defines and extends the &lsquo;<a href="#ltimage"><code
-   class=css>&lt;image></code></a>&rsquo; value type defined in [[!CSS3VAl]].
+   class=css>&lt;image></code></a>&rsquo; value type defined in <a
+   href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{!CSS3VAL}}--></a>.
    Furthermore it replaces the &lsquo;<code class=css>&lt;url></code>&rsquo;
    type in the &lsquo;<code class=property>background-image</code>&rsquo; and
    &lsquo;<code class=property>list-style-image</code>&rsquo; definitions in

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- Overview.src.html	7 Dec 2011 18:14:29 -0000	1.254
+++ Overview.src.html	12 Dec 2011 18:19:30 -0000	1.255
@@ -89,7 +89,7 @@
 Module Interactions</h3>
 
 	<p>This module defines and extends the ''&lt;image>'' value type
-	defined in [[!CSS3VAl]]. Furthermore it replaces the ''&lt;url>''
+	defined in [[!CSS3VAL]]. Furthermore it replaces the ''&lt;url>''
 	type in the 'background-image' and 'list-style-image' definitions
 	in CSS1 and CSS2 and adds ''&lt;image>'' as an alternative to
 	''&lt;url>'' in the 'content' property's value. It is presumed that

Received on Monday, 12 December 2011 18:21:37 UTC