- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 00:28:36 +0000
- To: public-css-commits@w3.org
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 ‘<a href="#ltimage"><code
- class=css><image></code></a>’ value type defined in
- [[!CSS3VALUE]]. Furthermore it replaces the ‘<code
- class=css><url></code>’ type in the ‘<code
- class=property>background-image</code>’ and ‘<code
- class=property>list-style-image</code>’ definitions in CSS1 and CSS2
- and adds ‘<a href="#ltimage"><code
+ class=css><image></code></a>’ value type defined in [[!CSS3VAl]].
+ Furthermore it replaces the ‘<code class=css><url></code>’
+ type in the ‘<code class=property>background-image</code>’ and
+ ‘<code class=property>list-style-image</code>’ definitions in
+ CSS1 and CSS2 and adds ‘<a href="#ltimage"><code
class=css><image></code></a>’ as an alternative to ‘<code
class=css><url></code>’ in the ‘<code
class=property>content</code>’ property's value. It is presumed that
CSS specifications beyond CSS2.1 will use the ‘<a
href="#ltimage"><code class=css><image></code></a>’ notation in
place of ‘<code class=css><url></code>’ 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 @@
‘<code class=property>in</code>’, ‘<code
class=property>cm</code>’, or ‘<code
class=property>px</code>’. For uses, see e.g. the ‘<code
- class=css>resolution</code>’ media query in [[MEDIQUERIES]] or the
- ‘<a href="#image-resolution0"><code
+ class=css>resolution</code>’ media query in <a href="#MEDIAQ"
+ rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> or the ‘<a
+ href="#image-resolution0"><code
class=property>image-resolution</code></a>’ property defined below.
<p class=note>Note that due to the 1:96 fixed ratio of CSS ‘<code
@@ -2536,6 +2537,16 @@
</dd>
<!---->
+ <dt id=MEDIAQ>[MEDIAQ]
+
+ <dd>Hå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 ''<image>'' value type
- defined in [[!CSS3VALUE]]. Furthermore it replaces the ''<url>''
+ defined in [[!CSS3VAl]]. Furthermore it replaces the ''<url>''
type in the 'background-image' and 'list-style-image' definitions
in CSS1 and CSS2 and adds ''<image>'' as an alternative to
''<url>'' in the 'content' property's value. It is presumed that
CSS specifications beyond CSS2.1 will use the ''<image>'' notation
in place of ''<url>'' where 2D images are expected. (See e.g.
- [[CSS3BACKGROUND]].)
+ [[CSS3BG]].)
<h3 id="values">
Values</h3>
@@ -124,7 +124,7 @@
<p>The <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