Skip to content

Commit 8b95cef

Browse files
committed
Fix broken biblio references.
1 parent c03d001 commit 8b95cef

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

css3-images/Overview.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,19 +285,19 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
285285
<h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
286286

287287
<p>This module defines and extends the &lsquo;<a href="#ltimage"><code
288-
class=css>&lt;image></code></a>&rsquo; value type defined in
289-
[[!CSS3VALUE]]. Furthermore it replaces the &lsquo;<code
290-
class=css>&lt;url></code>&rsquo; type in the &lsquo;<code
291-
class=property>background-image</code>&rsquo; and &lsquo;<code
292-
class=property>list-style-image</code>&rsquo; definitions in CSS1 and CSS2
293-
and adds &lsquo;<a href="#ltimage"><code
288+
class=css>&lt;image></code></a>&rsquo; value type defined in [[!CSS3VAl]].
289+
Furthermore it replaces the &lsquo;<code class=css>&lt;url></code>&rsquo;
290+
type in the &lsquo;<code class=property>background-image</code>&rsquo; and
291+
&lsquo;<code class=property>list-style-image</code>&rsquo; definitions in
292+
CSS1 and CSS2 and adds &lsquo;<a href="#ltimage"><code
294293
class=css>&lt;image></code></a>&rsquo; as an alternative to &lsquo;<code
295294
class=css>&lt;url></code>&rsquo; in the &lsquo;<code
296295
class=property>content</code>&rsquo; property's value. It is presumed that
297296
CSS specifications beyond CSS2.1 will use the &lsquo;<a
298297
href="#ltimage"><code class=css>&lt;image></code></a>&rsquo; notation in
299298
place of &lsquo;<code class=css>&lt;url></code>&rsquo; where 2D images are
300-
expected. (See e.g. [[CSS3BACKGROUND]].)
299+
expected. (See e.g. <a href="#CSS3BG"
300+
rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>.)
301301

302302
<h3 id=values><span class=secno>1.2. </span> Values</h3>
303303

@@ -343,8 +343,9 @@ <h2 id=resolution-units><span class=secno>2. </span> Resolution Units: the
343343
&lsquo;<code class=property>in</code>&rsquo;, &lsquo;<code
344344
class=property>cm</code>&rsquo;, or &lsquo;<code
345345
class=property>px</code>&rsquo;. For uses, see e.g. the &lsquo;<code
346-
class=css>resolution</code>&rsquo; media query in [[MEDIQUERIES]] or the
347-
&lsquo;<a href="#image-resolution0"><code
346+
class=css>resolution</code>&rsquo; media query in <a href="#MEDIAQ"
347+
rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> or the &lsquo;<a
348+
href="#image-resolution0"><code
348349
class=property>image-resolution</code></a>&rsquo; property defined below.
349350

350351
<p class=note>Note that due to the 1:96 fixed ratio of CSS &lsquo;<code
@@ -2536,6 +2537,16 @@ <h3 class=no-num id=other-references>Other references</h3>
25362537
</dd>
25372538
<!---->
25382539

2540+
<dt id=MEDIAQ>[MEDIAQ]
2541+
2542+
<dd>H&#229;kon Wium Lie; et al. <a
2543+
href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/"><cite>Media
2544+
Queries.</cite></a> 27 July 2010. W3C Candidate Recommendation. (Work in
2545+
progress.) URL: <a
2546+
href="http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/">http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/</a>
2547+
</dd>
2548+
<!---->
2549+
25392550
<dt id=SMIL10>[SMIL10]
25402551

25412552
<dd>Philipp Hoschka. <a

css3-images/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ <h3 id="placement">
8989
Module Interactions</h3>
9090

9191
<p>This module defines and extends the ''&lt;image>'' value type
92-
defined in [[!CSS3VALUE]]. Furthermore it replaces the ''&lt;url>''
92+
defined in [[!CSS3VAl]]. Furthermore it replaces the ''&lt;url>''
9393
type in the 'background-image' and 'list-style-image' definitions
9494
in CSS1 and CSS2 and adds ''&lt;image>'' as an alternative to
9595
''&lt;url>'' in the 'content' property's value. It is presumed that
9696
CSS specifications beyond CSS2.1 will use the ''&lt;image>'' notation
9797
in place of ''&lt;url>'' where 2D images are expected. (See e.g.
98-
[[CSS3BACKGROUND]].)
98+
[[CSS3BG]].)
9999

100100
<h3 id="values">
101101
Values</h3>
@@ -124,7 +124,7 @@ <h2 id='resolution-units'>
124124
<p>The &lt;resolution> unit represents the size of a single "dot" in a
125125
graphical representation by indicating how many of these dots fit in a
126126
CSS 'in', 'cm', or 'px'.
127-
For uses, see e.g. the ''resolution'' media query in [[MEDIQUERIES]]
127+
For uses, see e.g. the ''resolution'' media query in [[MEDIAQ]]
128128
or the 'image-resolution' property defined below.
129129

130130
<p class="note">Note that due to the 1:96 fixed ratio of CSS ''in'' to

0 commit comments

Comments
 (0)