|
60 | 60 | <body> |
61 | 61 | <div class=head> <!--begin-logo--> |
62 | 62 | <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--> |
64 | 64 |
|
65 | 65 | <h1 id=css-color>CSS Color Module Level 3</h1> |
66 | 66 |
|
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> |
68 | 68 |
|
69 | 69 | <dl> |
70 | 70 | <dt>This version: |
@@ -312,10 +312,6 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2> |
312 | 312 |
|
313 | 313 | <li><a href="#hsl-color"><span class=secno>4.2.4 </span>HSL color |
314 | 314 | 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> |
319 | 315 |
|
320 | 316 | <li><a href="#hsla-color"><span class=secno>4.2.5 </span>HSLA color |
321 | 317 | values</a> |
@@ -359,6 +355,7 @@ <h2 class="no-num no-toc" id=contents>Table of Contents</h2> |
359 | 355 | <li><a href="#normative"><span class=secno>11.1 </span>Normative</a> |
360 | 356 |
|
361 | 357 | <li><a href="#informative"><span class=secno>11.2 </span>Informative</a> |
| 358 | + |
362 | 359 | </ul> |
363 | 360 |
|
364 | 361 | <li class=no-num><a href="#index">Index</a> |
@@ -402,7 +399,8 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2> |
402 | 399 |
|
403 | 400 | <li>SVG 1.0 <a href="#SVG10" rel=biblioentry>[SVG10]<!--{{SVG10}}--></a> |
404 | 401 |
|
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> |
406 | 404 | </ul> |
407 | 405 |
|
408 | 406 | <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 |
485 | 483 | zero numerical RGBA values, e.g. <span |
486 | 484 | class=example>rgba(0,0,0,0)</span>. |
487 | 485 |
|
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 ‘<code class=css><a |
| 487 | + href="#currentcolor">currentColor</a></code>’ for how its |
| 488 | + computed value is determined. |
491 | 489 |
|
492 | 490 | <li>For all other values, the computed value is the specified value. |
493 | 491 | </ul> |
@@ -4572,7 +4570,7 @@ <h4 id=css2-system><span class=secno>4.5.1 </span>CSS2 System Colors</h4> |
4572 | 4570 | </dl> |
4573 | 4571 |
|
4574 | 4572 | <div class=deprecated-example> |
4575 | | - <p style=display:none>DEPRECATED EXAMPLE(S):</p> |
| 4573 | + <p style=display:none>DEPRECATED EXAMPLE(S): |
4576 | 4574 |
|
4577 | 4575 | <p> For example, to set the foreground and background colors of a |
4578 | 4576 | 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> |
4981 | 4979 | </dd> |
4982 | 4980 | <!----> |
4983 | 4981 |
|
| 4982 | + <dt id=CSS3UI>[CSS3UI] |
| 4983 | + |
| 4984 | + <dd>Tantek Ç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 | + |
4984 | 4992 | <dt id=CSS3VAL>[CSS3VAL] |
4985 | 4993 |
|
4986 | 4994 | <dd>Håkon Wium Lie; Chris Lilley. <a |
|
0 commit comments