- From: poot <cvsmail@w3.org>
- Date: Wed, 15 Jul 2009 17:52:19 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define that document.bgcolor et al don't reflect for <frameset>. (whatwg r3416) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2545&r2=1.2546&f=h http://html5.org/tools/web-apps-tracker?from=3415&to=3416 =================================================================== 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:56 UTC