html5/spec Overview.html,1.2691,1.2692

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

Modified Files:
	Overview.html 
Log Message:
I've surrounded myself with pedants. (define what bgColor and co do with frameset as the body element) (whatwg r3493)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2691
retrieving revision 1.2692
diff -u -d -r1.2691 -r1.2692
--- Overview.html	29 Jul 2009 01:18:57 -0000	1.2691
+++ Overview.html	29 Jul 2009 01:20:06 -0000	1.2692
@@ -65523,9 +65523,9 @@
   attribute on <a href="#the-body-element-0">the body element</a> with the name given in
   the corresponding cell in the second column on the same row, if
   <a href="#the-body-element-0">the body element</a> is a <code><a href="#the-body-element">body</a></code> element (as
-  opposed to a <code><a href="#frameset">frameset</a></code> element). When there is no <a href="#the-body-element-0" title="the body element">body element</a>, the attributes must
-  instead return the empty string on getting and do nothing on
-  setting.</p>
+  opposed to a <code><a href="#frameset">frameset</a></code> element). When there is no <a href="#the-body-element-0" title="the body element">body element</a> or if it is a
+  <code><a href="#frameset">frameset</a></code> element, the attributes must instead return
+  the empty string on getting and do nothing on setting.</p>
 
   <table><thead><tr><th> DOM attribute
      <th> Content attribute

Received on Wednesday, 29 July 2009 01:20:17 UTC