[html5] r3493 - [] (0) I've surrounded myself with pedants. (define what bgColor and co do with [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 28 18:20:02 PDT 2009


Author: ianh
Date: 2009-07-28 18:20:00 -0700 (Tue, 28 Jul 2009)
New Revision: 3493

Modified:
   index
   source
Log:
[] (0) I've surrounded myself with pedants. (define what bgColor and co do with frameset as the body element)

Modified: index
===================================================================
--- index	2009-07-29 01:18:51 UTC (rev 3492)
+++ index	2009-07-29 01:20:00 UTC (rev 3493)
@@ -71744,9 +71744,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

Modified: source
===================================================================
--- source	2009-07-29 01:18:51 UTC (rev 3492)
+++ source	2009-07-29 01:20:00 UTC (rev 3493)
@@ -84802,9 +84802,9 @@
   the corresponding cell in the second column on the same row, if
   <span>the body element</span> is a <code>body</code> element (as
   opposed to a <code>frameset</code> element). When there is no <span
-  title="the body element">body element</span>, the attributes must
-  instead return the empty string on getting and do nothing on
-  setting.</p>
+  title="the body element">body element</span> or if it is a
+  <code>frameset</code> element, the attributes must instead return
+  the empty string on getting and do nothing on setting.</p>
 
   <table>
    <thead>




More information about the Commit-Watchers mailing list