Skip to content

Commit 17ef84a

Browse files
committed
Fix reference that was broken by revision 1.96 of biblio.ref (bbos).
1 parent 82b9ef7 commit 17ef84a

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

css3-color/Overview.html

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<body>
6161
<div class=head> <!--begin-logo-->
6262
<p><a href="http://www.w3.org/"><img alt=W3C height=48
63-
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo--></p>
63+
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
6464

6565
<h1 id=css-color>CSS Color Module Level 3</h1>
6666

67-
<h2 class="no-num no-toc" id=longstatus>Editor's Draft 1 July 2008</h2>
67+
<h2 class="no-num no-toc" id=editors>Editor's Draft 1 July 2008</h2>
6868

6969
<dl>
7070
<dt>This version:
@@ -312,10 +312,6 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
312312

313313
<li><a href="#hsl-color"><span class=secno>4.2.4 </span>HSL color
314314
values</a>
315-
<ul class=toc>
316-
<li><a href="#hsl-examples"><span class=secno>4.2.4.1. </span>HSL
317-
Examples</a>
318-
</ul>
319315

320316
<li><a href="#hsla-color"><span class=secno>4.2.5 </span>HSLA color
321317
values</a>
@@ -359,6 +355,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2>
359355
<li><a href="#normative"><span class=secno>11.1 </span>Normative</a>
360356

361357
<li><a href="#informative"><span class=secno>11.2 </span>Informative</a>
358+
362359
</ul>
363360

364361
<li class=no-num><a href="#index">Index</a>
@@ -402,7 +399,8 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
402399

403400
<li>SVG 1.0 <a href="#SVG10" rel=biblioentry>[SVG10]<!--{{SVG10}}--></a>
404401

405-
<li>User Interface for CSS3 (16 February 2000) [[CSSUI]]
402+
<li>User Interface for CSS3 (16 February 2000) <a href="#CSS3UI"
403+
rel=biblioentry>[CSS3UI]<!--{{CSS3UI}}--></a>
406404
</ul>
407405

408406
<h2 id=dependencies><span class=secno>2. </span>Dependencies</h2>
@@ -485,9 +483,9 @@ <h3 id=foreground><span class=secno>3.1 </span>Foreground color: the <span
485483
zero numerical RGBA values, e.g. <span
486484
class=example>rgba(0,0,0,0)</span>.
487485

488-
<li>See the definition of the '<a
489-
href="#currentcolor">currentColor</a>' for how its computed value is
490-
determined.
486+
<li>See the definition of the &lsquo;<code class=css><a
487+
href="#currentcolor">currentColor</a></code>&rsquo; for how its
488+
computed value is determined.
491489

492490
<li>For all other values, the computed value is the specified value.
493491
</ul>
@@ -4572,7 +4570,7 @@ <h4 id=css2-system><span class=secno>4.5.1 </span>CSS2 System Colors</h4>
45724570
</dl>
45734571

45744572
<div class=deprecated-example>
4575-
<p style=display:none>DEPRECATED EXAMPLE(S):</p>
4573+
<p style=display:none>DEPRECATED EXAMPLE(S):
45764574

45774575
<p> For example, to set the foreground and background colors of a
45784576
paragraph to the same foreground and background colors of the user's
@@ -4981,6 +4979,16 @@ <h3 id=informative><span class=secno>11.2 </span>Informative</h3>
49814979
</dd>
49824980
<!---->
49834981

4982+
<dt id=CSS3UI>[CSS3UI]
4983+
4984+
<dd>Tantek &#199;elik. <a
4985+
href="http://www.w3.org/TR/2004/CR-css3-ui-20040511"><cite>CSS3 Basic
4986+
User Interface Module.</cite></a> 11 May 2004. W3C Candidate
4987+
Recommendation. (Work in progress.) URL: <a
4988+
href="http://www.w3.org/TR/2004/CR-css3-ui-20040511">http://www.w3.org/TR/2004/CR-css3-ui-20040511</a>
4989+
</dd>
4990+
<!---->
4991+
49844992
<dt id=CSS3VAL>[CSS3VAL]
49854993

49864994
<dd>H&#229;kon Wium Lie; Chris Lilley. <a

css3-color/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h2 id="introduction">Introduction</h2>
246246
<li>HTML 4.01 [[HTML401]]</li>
247247
<li>CSS 2.0 [[CSS2]]</li>
248248
<li>SVG 1.0 [[SVG10]]</li>
249-
<li>User Interface for CSS3 (16 February 2000) [[CSSUI]]</li>
249+
<li>User Interface for CSS3 (16 February 2000) [[CSS3UI]]</li>
250250
</ul>
251251

252252

0 commit comments

Comments
 (0)