csswg/css3-images Overview.html,1.224,1.225 Overview.src.html,1.232,1.233

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix broken biblio references.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- Overview.html	1 Dec 2011 00:11:52 -0000	1.224
+++ Overview.html	1 Dec 2011 00:28:34 -0000	1.225
@@ -285,19 +285,19 @@
   <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
-   [[!CSS3VALUE]]. 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 CSS1 and CSS2
-   and adds &lsquo;<a href="#ltimage"><code
+   class=css>&lt;image></code></a>&rsquo; value type defined in [[!CSS3VAl]].
+   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
+   CSS1 and CSS2 and adds &lsquo;<a href="#ltimage"><code
    class=css>&lt;image></code></a>&rsquo; as an alternative to &lsquo;<code
    class=css>&lt;url></code>&rsquo; in the &lsquo;<code
    class=property>content</code>&rsquo; property's value. It is presumed that
    CSS specifications beyond CSS2.1 will use the &lsquo;<a
    href="#ltimage"><code class=css>&lt;image></code></a>&rsquo; notation in
    place of &lsquo;<code class=css>&lt;url></code>&rsquo; where 2D images are
-   expected. (See e.g. [[CSS3BACKGROUND]].)
+   expected. (See e.g. <a href="#CSS3BG"
+   rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>.)
 
   <h3 id=values><span class=secno>1.2. </span> Values</h3>
 
@@ -343,8 +343,9 @@
    &lsquo;<code class=property>in</code>&rsquo;, &lsquo;<code
    class=property>cm</code>&rsquo;, or &lsquo;<code
    class=property>px</code>&rsquo;. For uses, see e.g. the &lsquo;<code
-   class=css>resolution</code>&rsquo; media query in [[MEDIQUERIES]] or the
-   &lsquo;<a href="#image-resolution0"><code
+   class=css>resolution</code>&rsquo; media query in <a href="#MEDIAQ"
+   rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> or the &lsquo;<a
+   href="#image-resolution0"><code
    class=property>image-resolution</code></a>&rsquo; property defined below.
 
   <p class=note>Note that due to the 1:96 fixed ratio of CSS &lsquo;<code
@@ -2536,6 +2537,16 @@
     </dd>
    <!---->
 
+   <dt id=MEDIAQ>[MEDIAQ]
+
+   <dd>H&#229;kon Wium Lie; et al. <a
+    href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/"><cite>Media
+    Queries.</cite></a> 27 July 2010. W3C Candidate Recommendation. (Work in
+    progress.) URL: <a
+    href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/">http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/</a>
+    </dd>
+   <!---->
+
    <dt id=SMIL10>[SMIL10]
 
    <dd>Philipp Hoschka. <a

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- Overview.src.html	1 Dec 2011 00:11:52 -0000	1.232
+++ Overview.src.html	1 Dec 2011 00:28:34 -0000	1.233
@@ -89,13 +89,13 @@
 Module Interactions</h3>
 
 	<p>This module defines and extends the ''&lt;image>'' value type
-	defined in [[!CSS3VALUE]]. 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
 	CSS specifications beyond CSS2.1 will use the ''&lt;image>'' notation
 	in place of ''&lt;url>'' where 2D images are expected. (See e.g.
-	[[CSS3BACKGROUND]].)
+	[[CSS3BG]].)
 
 <h3 id="values">
 Values</h3>
@@ -124,7 +124,7 @@
 	<p>The &lt;resolution> unit represents the size of a single "dot" in a
 	graphical representation by indicating how many of these dots fit in a
 	CSS 'in', 'cm', or 'px'.
-	For uses, see e.g. the  ''resolution'' media query in [[MEDIQUERIES]]
+	For uses, see e.g. the  ''resolution'' media query in [[MEDIAQ]]
 	or the 'image-resolution' property defined below.
 
 	<p class="note">Note that due to the 1:96 fixed ratio of CSS ''in'' to

Received on Thursday, 1 December 2011 00:28:38 UTC