Skip to content

Commit 9a2b239

Browse files
committed
[css-color] Remove another reference to all colors appearing in X11.
1 parent 47a4b85 commit 9a2b239

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

css-color/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ Named Colors</h2>
279279

280280
16 of CSS's named colors come from HTML originally:
281281
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow.
282-
Nearly all of the rest
283-
(save two special values, ''transparent'' and ''currentcolor'')
282+
Most of the rest
284283
come from one version of the X11 color system,
285284
used in Unix-derived systems to specify colors for the console.
285+
(Two special color values, ''transparent'' and ''currentcolor'',
286+
are specially defined in their own sections.)
286287

287-
The following table defines all of the HTML and X11 colors,
288+
The following table defines all of the opaque named colors,
288289
by giving equivalent numeric specifications in the other color syntaxes.
289-
All of these colors are fully opaque.
290290

291291
<table class="named-color-table" dfn-type=value dfn-for="<color>">
292292
<thead>

css-color/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -442,14 +442,14 @@ <h2 class="heading settled" data-level=5 id=named-colors><span class=secno>5 </s
442442

443443
<p>16 of CSS’s named colors come from HTML originally:
444444
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow.
445-
Nearly all of the rest
446-
(save two special values, <a class=css data-link-type=maybe href=#valdef-color-transparent title=transparent>transparent</a> and <a class=css data-link-type=maybe href=#valdef-color-currentcolor title=currentcolor>currentcolor</a>)
445+
Most of the rest
447446
come from one version of the X11 color system,
448-
used in Unix-derived systems to specify colors for the console.</p>
447+
used in Unix-derived systems to specify colors for the console.
448+
(Two special color values, <a class=css data-link-type=maybe href=#valdef-color-transparent title=transparent>transparent</a> and <a class=css data-link-type=maybe href=#valdef-color-currentcolor title=currentcolor>currentcolor</a>,
449+
are specially defined in their own sections.)</p>
449450

450-
<p>The following table defines all of the HTML and X11 colors,
451-
by giving equivalent numeric specifications in the other color syntaxes.
452-
All of these colors are fully opaque.</p>
451+
<p>The following table defines all of the opaque named colors,
452+
by giving equivalent numeric specifications in the other color syntaxes.</p>
453453

454454
<table class=named-color-table data-dfn-for="<color>" data-dfn-type=value>
455455
<thead>

0 commit comments

Comments
 (0)