Skip to content

Commit 02cda3b

Browse files
committed
[css-color-4] Remove linkifying of canvastext keyword (it messes up the grammar). Remove lingering and incorrect stylesheet rule setting html to 'color:black'. w3c#4863
1 parent bfa6df4 commit 02cda3b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

css-color-4/Overview.bs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Foreground Color: the 'color' property</h2>
198198
<pre class=propdef>
199199
Name: color
200200
Value: <<color>>
201-
Initial: ''CanvasText''
201+
Initial: CanvasText
202202
Applies to: all elements
203203
Inherited: yes
204204
Percentages: N/A
@@ -3058,10 +3058,6 @@ Default Style Rules</h2>
30583058
The following stylesheet is informative, not normative. This style sheet could be used by an implementation as part of its default styling of HTML4, HTML5, XHTML1, XHTML1.1, XHTML Basic, and other XHTML Family documents.
30593059

30603060
<pre class="lang-css">
3061-
html {
3062-
color: black;
3063-
}
3064-
30653061
/* traditional desktop user agent colors for hyperlinks */
30663062
:link { color: blue; }
30673063
:visited { color: purple; }

0 commit comments

Comments
 (0)