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: css-color-4/Overview.bs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Foreground Color: the 'color' property</h2>
59
59
<pre class=propdef>
60
60
Name: color
61
61
Value: <<color>>
62
-
Initial: UA-defined, see prose
62
+
Initial: ''black''
63
63
Applies to: all elements
64
64
Inherited: yes
65
65
Percentages: N/A
@@ -70,8 +70,6 @@ Foreground Color: the 'color' property</h2>
70
70
This property describes the foreground fill color of an element's text content.
71
71
In addition, it provides the value that ''<color>/currentcolor'' resolves to.
72
72
73
-
The initial value of this property is ''black''.
74
-
75
73
There are several different ways to syntactically specify a given color.
76
74
For example, to specify lime green:
77
75
@@ -3414,6 +3412,7 @@ Changes</h2>
3414
3412
<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>
3415
3413
3416
3414
<ul>
3415
+
<li>Initial value of the "color" property is now black</li>
3417
3416
<li>Clarify hue in LCH is modulo 360deg</li>
3418
3417
<li>Clarify allowed range of L in LCH and Lab, and meaning of L=100</li>
3419
3418
<li>Update references for colorspaces used in video</li>
0 commit comments