Short URL: http://html5.org/r/2779
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2779 | Fix the bug whereby color rules on 'html' elements in author CSS wouldn't work. (credit: sp) | 2009-02-11 07:38 |
Index: source
===================================================================
--- source (revision 2778)
+++ source (revision 2779)
@@ -62198,7 +62198,6 @@
:link { color: blue; }
:visited { color: purple; }
-body { color: black; background: white; }
mark { background: yellow; color: black; }
table, td, th { border-color: gray; }
@@ -62271,6 +62270,12 @@
<hr>
+ <p>The initial value for the 'color' property is expected to be
+ black. The initial value for the 'background-color' property is
+ expected to be white.</p>
+
+ <hr>
+
<p>The <code>article</code>, <code>aside</code>, <code>nav</code>,
and <code>section</code> elements are expected to affect the styling
of <code>h1</code> elements, based on the nesting depth. If <var