html5/spec Overview.html,1.1958,1.1959

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

Modified Files:
	Overview.html 
Log Message:
Making everything white wasn't quite what I intended. Oops. (whatwg r2788)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1958
retrieving revision 1.1959
diff -u -d -r1.1958 -r1.1959
--- Overview.html	11 Feb 2009 09:39:47 -0000	1.1958
+++ Overview.html	11 Feb 2009 09:45:27 -0000	1.1959
@@ -46969,7 +46969,8 @@
 
 </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>,
+  expected to be 'transparent'. The canvas's background 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 09:45:39 UTC