You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-color/Overview.src.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -518,7 +518,7 @@ <h3 id="numerical">Numerical color values</h3>
518
518
519
519
<h4id="rgb-color">RGB color values</h4>
520
520
521
-
<p>The RGB color model is used in numerical color specifications. These examples all specify the same color:</p>
521
+
<p>The <spanclass="index-def" title="rgb()">RGB color model</span> is used in numerical color specifications. These examples all specify the same color:</p>
@@ -573,7 +573,7 @@ <h4 id="rgb-color">RGB color values</h4>
573
573
574
574
<h4id="rgba-color">RGBA color values</h4>
575
575
576
-
<p>The RGB color model is extended in this specification to include
576
+
<p>The <spanclass="index-def" title="rgba()">RGB color model is extended</a> in this specification to include
577
577
'alpha' to allow specification of the opacity of a color.
578
578
See <ahref="#alpha">simple alpha compositing</a> for details.
579
579
These examples all specify the same color:</p>
@@ -630,7 +630,7 @@ <h4 id="transparent">'transparent' color keyword</h4>
630
630
631
631
<h4id="hsl-color">HSL color values</h4>
632
632
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 <spanclass="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:
<h4id="hsla-color" style="margin-top:2em">HSLA color values</h4>
1445
1445
1446
-
<p>Just as the 'rgb()' functional notation has the 'rgba()' alpha counterpart, the 'hsl()' functional notation has the 'hsla()' alpha counterpart.
1446
+
<p><spanclass="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>
1447
1447
See <ahref="#alpha">simple alpha compositing</a> for details.
1448
1448
These examples specify the same color:
1449
1449
</p>
@@ -1647,10 +1647,10 @@ <h3 id="css-system">CSS System Colors</h3>
1647
1647
1648
1648
<h4id="css2-system">CSS2 System Colors</h4>
1649
1649
1650
-
<p><strong>Deprecated.</strong> In addition to being able to assign pre-defined color values to text, backgrounds,
1650
+
<p><strong>Deprecated.</strong><spanclass="index-def" title="system colors">In addition to being able to assign pre-defined color values to text, backgrounds,
0 commit comments