Skip to content

Commit d9d70d6

Browse files
committed
[css-color-4] make color propdef match prose. fix w3c#1851
1 parent 313632a commit d9d70d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-color-4/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Foreground Color: the 'color' property</h2>
5959
<pre class=propdef>
6060
Name: color
6161
Value: <<color>>
62-
Initial: UA-defined, see prose
62+
Initial: ''black''
6363
Applies to: all elements
6464
Inherited: yes
6565
Percentages: N/A
@@ -70,8 +70,6 @@ Foreground Color: the 'color' property</h2>
7070
This property describes the foreground fill color of an element's text content.
7171
In addition, it provides the value that ''<color>/currentcolor'' resolves to.
7272

73-
The initial value of this property is ''black''.
74-
7573
There are several different ways to syntactically specify a given color.
7674
For example, to specify lime green:
7775

@@ -3414,6 +3412,7 @@ Changes</h2>
34143412
<h3 id="changes-from-20160705" class='no-num'>Changes since <a href="http://www.w3.org/TR/2016/WD-css-color-4-20160705/">Working Draft of 05 July 2016</a></h3>
34153413

34163414
<ul>
3415+
<li>Initial value of the "color" property is now black</li>
34173416
<li>Clarify hue in LCH is modulo 360deg</li>
34183417
<li>Clarify allowed range of L in LCH and Lab, and meaning of L=100</li>
34193418
<li>Update references for colorspaces used in video</li>

0 commit comments

Comments
 (0)