html5/spec Overview.html,1.2545,1.2546

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

Modified Files:
	Overview.html 
Log Message:
Define that document.bgcolor et al don't reflect for <frameset>. (whatwg r3416)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2545
retrieving revision 1.2546
diff -u -d -r1.2545 -r1.2546
--- Overview.html	15 Jul 2009 08:27:16 -0000	1.2545
+++ Overview.html	15 Jul 2009 08:51:56 -0000	1.2546
@@ -65174,36 +65174,28 @@
   readonly attribute <a href="#htmlallcollection-0">HTMLAllCollection</a> <a href="#dom-document-all" title="dom-document-all">all</a>;
 };</pre>
 
-  <p>The <dfn id="dom-document-fgcolor" title="dom-document-fgColor"><code>fgColor</code></dfn>
-  attribute on the <code>Document</code> object must
-  <a href="#reflect">reflect</a> the <code title="attr-body-text"><a href="#attr-body-text">text</a></code>
-  attribute on <a href="#the-body-element-0">the body element</a>.</p>
-
-  <p>The <dfn id="dom-document-bgcolor" title="dom-document-bgColor"><code>bgColor</code></dfn>
-  attribute on the <code>Document</code> object must
-  <a href="#reflect">reflect</a> the <code title="attr-body-bgcolor"><a href="#attr-body-bgcolor">bgcolor</a></code>
-  attribute on <a href="#the-body-element-0">the body element</a>.</p>
-
-  <p>The <dfn id="dom-document-linkcolor" title="dom-document-linkColor"><code>linkColor</code></dfn>
-  attribute on the <code>Document</code> object must
-  <a href="#reflect">reflect</a> the <code title="attr-body-link"><a href="#attr-body-link">link</a></code>
-  attribute on <a href="#the-body-element-0">the body element</a>.</p>
-
-  <p>The <dfn id="dom-document-vlinkcolor" title="dom-document-vLinkColor"><code>vLinkColor</code></dfn>
-  attribute on the <code>Document</code> object must
-  <a href="#reflect">reflect</a> the <code title="attr-body-vlink"><a href="#attr-body-vlink">vlink</a></code>
-  attribute on <a href="#the-body-element-0">the body element</a>.</p>
-
-  <p>The <dfn id="dom-document-alinkcolor" title="dom-document-aLinkColor"><code>aLinkColor</code></dfn>
-  attribute on the <code>Document</code> object must
-  <a href="#reflect">reflect</a> the <code title="attr-body-alink"><a href="#attr-body-alink">alink</a></code>
-  attribute on <a href="#the-body-element-0">the body element</a>.</p>
-
-  <p>For the above attributes, 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>
+  <p>The attributes of the <code>Document</code> object listed in the
+  first column of the following table must reflect the content
+  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>
 
-  <hr><p>The <dfn id="dom-document-anchors" title="dom-document-anchors"><code>anchors</code></dfn>
+  <table><thead><tr><th> DOM attribute
+     <th> Content attribute
+   <tbody><tr><td><dfn id="dom-document-fgcolor" title="dom-document-fgColor"><code>fgColor</code></dfn>
+     <td><code title="attr-body-text"><a href="#attr-body-text">text</a></code>
+    <tr><td><dfn id="dom-document-bgcolor" title="dom-document-bgColor"><code>bgColor</code></dfn>
+     <td><code title="attr-body-bgcolor"><a href="#attr-body-bgcolor">bgcolor</a></code>
+    <tr><td><dfn id="dom-document-linkcolor" title="dom-document-linkColor"><code>linkColor</code></dfn>
+     <td><code title="attr-body-link"><a href="#attr-body-link">link</a></code>
+    <tr><td><dfn id="dom-document-vlinkcolor" title="dom-document-vLinkColor"><code>vLinkColor</code></dfn>
+     <td><code title="attr-body-vlink"><a href="#attr-body-vlink">vlink</a></code>
+    <tr><td><dfn id="dom-document-alinkcolor" title="dom-document-aLinkColor"><code>aLinkColor</code></dfn>
+     <td><code title="attr-body-alink"><a href="#attr-body-alink">alink</a></code>
+  </table><hr><p>The <dfn id="dom-document-anchors" title="dom-document-anchors"><code>anchors</code></dfn>
   attribute must return an <code><a href="#htmlcollection-0">HTMLCollection</a></code> rooted at the
   <code>Document</code> node, whose filter matches only <code><a href="#the-a-element">a</a></code>
   elements with <code title="attr-a-name"><a href="#attr-a-name">name</a></code>

Received on Wednesday, 15 July 2009 08:52:09 UTC