[html5] r2779 - [] (0) Fix the bug whereby color rules on 'html' elements in author CSS wouldn't [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 10 23:38:36 PST 2009


Author: ianh
Date: 2009-02-10 23:38:36 -0800 (Tue, 10 Feb 2009)
New Revision: 2779

Modified:
   index
   source
Log:
[] (0) Fix the bug whereby color rules on 'html' elements in author CSS wouldn't work. (credit: sp)

Modified: index
===================================================================
--- index	2009-02-11 07:36:34 UTC (rev 2778)
+++ index	2009-02-11 07:38:36 UTC (rev 2779)
@@ -56752,7 +56752,6 @@
 
 :link { color: blue; }
 :visited { color: purple; }
-body { color: black; background: white; }
 mark { background: yellow; color: black; }
 
 table, td, th { border-color: gray; }
@@ -56823,6 +56822,10 @@
 
 </pre>
 
+  <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><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>, <code><a href=#the-nav-element>nav</a></code>,
   and <code><a href=#the-section-element>section</a></code> elements are expected to affect the styling
   of <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code> elements, based on the nesting depth. If <var title="">x</var> is a selector that matches elements that are either

Modified: source
===================================================================
--- source	2009-02-11 07:36:34 UTC (rev 2778)
+++ source	2009-02-11 07:38:36 UTC (rev 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




More information about the Commit-Watchers mailing list