Skip to content

Commit f2e5d10

Browse files
committed
Add remaining value types to index.
1 parent ba771b2 commit f2e5d10

2 files changed

Lines changed: 47 additions & 24 deletions

File tree

css3-color/Overview.html

Lines changed: 41 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,9 @@ <h3 id=numerical><span class=secno>4.2. </span>Numerical color values</h3>
772772

773773
<h4 id=rgb-color><span class=secno>4.2.1. </span>RGB color values</h4>
774774

775-
<p>The RGB color model is used in numerical color specifications. These
776-
examples all specify the same color:
775+
<p>The <span class=index-def id=rgb-color-model title="rgb()">RGB color
776+
model</span> is used in numerical color specifications. These examples all
777+
specify the same color:
777778

778779
<div class=example>
779780
<p style="display:none">Example(s):</p>
@@ -837,10 +838,12 @@ <h4 id=rgb-color><span class=secno>4.2.1. </span>RGB color values</h4>
837838

838839
<h4 id=rgba-color><span class=secno>4.2.2. </span>RGBA color values</h4>
839840

840-
<p>The RGB color model is extended in this specification to include
841-
&lsquo;<code class=property>alpha</code>&rsquo; to allow specification of
842-
the opacity of a color. See <a href="#alpha">simple alpha compositing</a>
843-
for details. These examples all specify the same color:
841+
<p>The <span class=index-def id=rgb-color-model-is-extended-in-this-spec
842+
title="rgba()">RGB color model is extended in this specification to
843+
include &lsquo;<code class=property>alpha</code>&rsquo; to allow
844+
specification of the opacity of a color. See <a href="#alpha">simple alpha
845+
compositing</a> for details. These examples all specify the same
846+
color:</span>
844847

845848
<div class=example>
846849
<p style="display:none">Example(s):</p>
@@ -910,9 +913,11 @@ <h4 id=transparent><span class=secno>4.2.3. </span>&lsquo;<code
910913

911914
<h4 id=hsl-color><span class=secno>4.2.4. </span>HSL color values</h4>
912915

913-
<p>CSS3 adds numerical hue-saturation-lightness (HSL) colors as a
914-
complement to numerical RGB colors. It has been observed that RGB colors
915-
have the following limitations:
916+
<p>CSS3 adds numerical <span class=index-def
917+
id=hue-saturation-lightness-hsl-colors-as-a
918+
title="hsl()">hue-saturation-lightness (HSL) colors as a complement to
919+
numerical RGB colors. It has been observed that RGB colors have the
920+
following limitations: </span>
916921

917922
<ul>
918923
<li>RGB is hardware-oriented: it reflects the use of CRTs.
@@ -2722,12 +2727,13 @@ <h5 id=hsl-examples><span class=secno>4.2.4.1. </span>HSL Examples</h5>
27222727
<h4 id=hsla-color style="margin-top:2em"><span class=secno>4.2.5.
27232728
</span>HSLA color values</h4>
27242729

2725-
<p>Just as the &lsquo;<code class=css>rgb()</code>&rsquo; functional
2726-
notation has the &lsquo;<code class=css>rgba()</code>&rsquo; alpha
2727-
counterpart, the &lsquo;<code class=css>hsl()</code>&rsquo; functional
2728-
notation has the &lsquo;<code class=css>hsla()</code>&rsquo; alpha
2729-
counterpart. See <a href="#alpha">simple alpha compositing</a> for
2730-
details. These examples specify the same color:
2730+
<p><span class=index-def id=just-as-the-rgb-functional-notation-has-
2731+
title="hsla()">Just as the &lsquo;<code class=css>rgb()</code>&rsquo;
2732+
functional notation has the &lsquo;<code class=css>rgba()</code>&rsquo;
2733+
alpha counterpart, the &lsquo;<code class=css>hsl()</code>&rsquo;
2734+
functional notation has the &lsquo;<code class=css>hsla()</code>&rsquo;
2735+
alpha counterpart.</span> See <a href="#alpha">simple alpha
2736+
compositing</a> for details. These examples specify the same color:
27312737

27322738
<div class=example>
27332739
<p style="display:none">Example(s):</p>
@@ -4441,11 +4447,13 @@ <h3 id=css-system><span class=secno>4.5. </span>CSS System Colors</h3>
44414447

44424448
<h4 id=css2-system><span class=secno>4.5.1. </span>CSS2 System Colors</h4>
44434449

4444-
<p><strong>Deprecated.</strong> In addition to being able to assign
4445-
pre-defined color values to text, backgrounds, etc., <a
4450+
<p><strong>Deprecated.</strong> <span class=index-def
4451+
id=in-addition-to-being-able-to-assign-pre- title="system colors">In
4452+
addition to being able to assign pre-defined color values to text,
4453+
backgrounds, etc., <a
44464454
href="http://www.w3.org/TR/REC-CSS2/ui.html#system-colors">CSS2</a>
44474455
allowed authors to specify colors in a manner that integrated them into
4448-
the user's graphic environment.
4456+
the user's graphic environment.</span>
44494457

44504458
<p>For systems that do not have a corresponding value, the specified value
44514459
should be mapped to the nearest system color value, or to a default color.
@@ -5077,11 +5085,26 @@ <h2 class=no-num id=index>Index</h2>
50775085
href="#currentcolor2" title=currentColor>3.1.</a>, <a
50785086
href="#currentcolor3" title=currentColor><strong>4.4.</strong></a>
50795087

5088+
<li>hsl(), <a href="#hue-saturation-lightness-hsl-colors-as-a"
5089+
title="hsl()"><strong>4.2.4.</strong></a>
5090+
5091+
<li>hsla(), <a href="#just-as-the-rgb-functional-notation-has-"
5092+
title="hsla()"><strong>4.2.5.</strong></a>
5093+
50805094
<li>opacity, <a href="#opacity" title=opacity><strong>3.2.</strong></a>
50815095

5096+
<li>rgb(), <a href="#rgb-color-model"
5097+
title="rgb()"><strong>4.2.1.</strong></a>
5098+
5099+
<li>rgba(), <a href="#rgb-color-model-is-extended-in-this-spec"
5100+
title="rgba()"><strong>4.2.2.</strong></a>
5101+
50825102
<li>sRGB, <a href="#srgb" title=sRGB>4.1.</a>, <a href="#srgb0"
50835103
title=sRGB><strong>4.2.1.</strong></a>
50845104

5105+
<li>system colors, <a href="#in-addition-to-being-able-to-assign-pre-"
5106+
title="system colors"><strong>4.5.1.</strong></a>
5107+
50855108
<li>transparent, <a href="#transparent0" title=transparent>3.1.</a>, <a
50865109
href="#transparent1" title=transparent><strong>4.2.3.</strong></a>
50875110
</ul>

css3-color/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ <h3 id="numerical">Numerical color values</h3>
518518

519519
<h4 id="rgb-color">RGB color values</h4>
520520

521-
<p>The RGB color model is used in numerical color specifications. These examples all specify the same color:</p>
521+
<p>The <span class="index-def" title="rgb()">RGB color model</span> is used in numerical color specifications. These examples all specify the same color:</p>
522522

523523
<div class="example"><p style="display:none">Example(s):</p>
524524
<pre>
@@ -573,7 +573,7 @@ <h4 id="rgb-color">RGB color values</h4>
573573

574574
<h4 id="rgba-color">RGBA color values</h4>
575575

576-
<p>The RGB color model is extended in this specification to include
576+
<p>The <span class="index-def" title="rgba()">RGB color model is extended</a> in this specification to include
577577
'alpha' to allow specification of the opacity of a color.
578578
See <a href="#alpha">simple alpha compositing</a> for details.
579579
These examples all specify the same color:</p>
@@ -630,7 +630,7 @@ <h4 id="transparent">'transparent' color keyword</h4>
630630

631631
<h4 id="hsl-color">HSL color values</h4>
632632

633-
<p>CSS3 adds numerical hue-saturation-lightness (HSL) colors as a complement to numerical RGB colors. It has been observed that RGB colors have the following limitations:
633+
<p>CSS3 adds numerical <span class="index-def" title="hsl()">hue-saturation-lightness (HSL) colors</a> as a complement to numerical RGB colors. It has been observed that RGB colors have the following limitations:
634634
</p>
635635

636636
<ul>
@@ -1443,7 +1443,7 @@ <h5 id="hsl-examples">HSL Examples</h5>
14431443

14441444
<h4 id="hsla-color" style="margin-top:2em">HSLA color values</h4>
14451445

1446-
<p>Just as the 'rgb()' functional notation has the 'rgba()' alpha counterpart, the 'hsl()' functional notation has the 'hsla()' alpha counterpart.
1446+
<p><span class="index-def" title="hsla()">Just as the 'rgb()' functional notation has the 'rgba()' alpha counterpart, the 'hsl()' functional notation has the 'hsla()' alpha counterpart.</span>
14471447
See <a href="#alpha">simple alpha compositing</a> for details.
14481448
These examples specify the same color:
14491449
</p>
@@ -1647,10 +1647,10 @@ <h3 id="css-system">CSS System Colors</h3>
16471647

16481648
<h4 id="css2-system">CSS2 System Colors</h4>
16491649

1650-
<p><strong>Deprecated.</strong> In addition to being able to assign pre-defined color values to text, backgrounds,
1650+
<p><strong>Deprecated.</strong> <span class="index-def" title="system colors">In addition to being able to assign pre-defined color values to text, backgrounds,
16511651
etc., <a href="http://www.w3.org/TR/REC-CSS2/ui.html#system-colors">CSS2</a>
16521652
allowed authors to specify colors in a manner that
1653-
integrated them into the user's graphic environment.
1653+
integrated them into the user's graphic environment.</span>
16541654
</p>
16551655

16561656
<p>For systems that do not have a corresponding value, the

0 commit comments

Comments
 (0)