html5/spec Overview.html,1.1948,1.1949

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17979

Modified Files:
	Overview.html 
Log Message:
Fix the bug whereby color rules on 'html' elements in author CSS wouldn't work. (credit: sp) (whatwg r2779)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1948
retrieving revision 1.1949
diff -u -d -r1.1948 -r1.1949
--- Overview.html	11 Feb 2009 07:36:39 -0000	1.1948
+++ Overview.html	11 Feb 2009 07:38:41 -0000	1.1949
@@ -46886,7 +46886,6 @@
 
 :link { color: blue; }
 :visited { color: purple; }
-body { color: black; background: white; }
 mark { background: yellow; color: black; }
 
 table, td, th { border-color: gray; }
@@ -46955,7 +46954,9 @@
   border-color: black;
 }
 
-</pre><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>,
+</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
   <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>, or

Received on Wednesday, 11 February 2009 07:38:55 UTC