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
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,7 @@ <h3 id="foreground">Foreground color: the 'color' property</h3>
301
301
<td><em>Computed value:</em></td>
302
302
<td>
303
303
<ul>
304
-
<li>The computed value for HTML4 keywords, RGB hex values and SVG color keywords
304
+
<li>The computed value for basic color keywords, RGB hex values and extended color keywords
305
305
is the equivalent triplet of numerical RGB values, e.g. <spanclass="example">six digit hex value or rgb(...) functional value</span>, with an alpha value of 1.
306
306
<li>The computed value of the keyword '<spanclass="index-inst">transparent</span>' is the quadruplet of all zero numerical RGBA values, e.g. <spanclass="example">rgba(0,0,0,0)</span>.
307
307
<li>See the definition of the '<ahref="#currentcolor" class="index-inst">currentColor</a>' for how its computed value is determined.
white, and yellow. The color names are case-insensitive.</p>
430
430
@@ -1418,7 +1418,7 @@ <h4 id="hsla-color" style="margin-top:2em">HSLA color values</h4>
1418
1418
</div>
1419
1419
1420
1420
1421
-
<h3id="svg-color">SVG color keywords</h3>
1421
+
<h3id="svg-color">Extended color keywords</h3>
1422
1422
1423
1423
<p>The table below provides a list of the X11 colors [[X11COLORS]] supported by popular browsers with the addition of gray/grey variants from SVG 1.0. The resulting list is precisely the same as the <ahref="http://www.w3.org/TR/SVG/types.html#ColorKeywords">SVG 1.0 color keyword names</a>. This specification extends their definition beyond SVG. The two color swatches on the left illustrate setting the background color of a table cell in two ways: The first column uses the named color value, and the second column uses the respective numeric color value.</p>
0 commit comments