[html5] r3118 - [g] (2) body.background is not a url dom attribute apparently. (bug 6097)
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 23 18:28:10 PDT 2009
Author: ianh
Date: 2009-05-23 18:28:09 -0700 (Sat, 23 May 2009)
New Revision: 3118
Modified:
index
source
Log:
[g] (2) body.background is not a url dom attribute apparently. (bug 6097)
Modified: index
===================================================================
--- index 2009-05-23 09:09:10 UTC (rev 3117)
+++ index 2009-05-24 01:28:09 UTC (rev 3118)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 23 May 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 24 May 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -69791,6 +69791,7 @@
<ul><li><dfn id=attr-a-name title=attr-a-name><code>name</code></dfn> on <code><a href=#the-a-element>a</a></code> elements</li>
<li><dfn id=attr-body-alink title=attr-body-alink><code>alink</code></dfn> on <code><a href=#the-body-element>body</a></code> elements</li>
+ <li><dfn id=attr-body-background title=attr-body-background><code>background</code></dfn> on <code><a href=#the-body-element>body</a></code> elements</li>
<li><dfn id=attr-body-bgcolor title=attr-body-bgcolor><code>bgcolor</code></dfn> on <code><a href=#the-body-element>body</a></code> elements</li>
<li><dfn id=attr-body-link title=attr-body-link><code>link</code></dfn> on <code><a href=#the-body-element>body</a></code> elements</li>
<li><dfn id=attr-body-text title=attr-body-text><code>text</code></dfn> on <code><a href=#the-body-element>body</a></code> elements</li>
@@ -69824,8 +69825,10 @@
<p>The <dfn id=dom-body-background title=dom-body-background><code>background</code></dfn> DOM
attribute of the <code><a href=#the-body-element>body</a></code> element must <a href=#reflect>reflect</a>
- the element's <code title=attr-body-background>background</code> content
- attribute.</p>
+ the element's <code title=attr-body-background><a href=#attr-body-background>background</a></code>
+ content attribute. (The <code title=attr-body-background><a href=#attr-body-background>background</a></code> content is
+ <em>not</em> defined to contain a <a href=#url>URL</a>, despite rules
+ regarding its handling in the rendering section above.)</p>
<p>The <dfn id=dom-body-link title=dom-body-link><code>link</code></dfn> DOM
attribute of the <code><a href=#the-body-element>body</a></code> element must <a href=#reflect>reflect</a>
Modified: source
===================================================================
--- source 2009-05-23 09:09:10 UTC (rev 3117)
+++ source 2009-05-24 01:28:09 UTC (rev 3118)
@@ -82187,6 +82187,7 @@
<ul>
<li><dfn title="attr-a-name"><code>name</code></dfn> on <code>a</code> elements</li>
<li><dfn title="attr-body-alink"><code>alink</code></dfn> on <code>body</code> elements</li>
+ <li><dfn title="attr-body-background"><code>background</code></dfn> on <code>body</code> elements</li>
<li><dfn title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code>body</code> elements</li>
<li><dfn title="attr-body-link"><code>link</code></dfn> on <code>body</code> elements</li>
<li><dfn title="attr-body-text"><code>text</code></dfn> on <code>body</code> elements</li>
@@ -82221,10 +82222,14 @@
the element's <code title="attr-body-bgcolor">bgcolor</code> content
attribute.</p>
- <p>The <dfn title="dom-body-background"><code>background</code></dfn> DOM
+ <p>The <dfn
+ title="dom-body-background"><code>background</code></dfn> DOM
attribute of the <code>body</code> element must <span>reflect</span>
- the element's <code title="attr-body-background">background</code> content
- attribute.</p>
+ the element's <code title="attr-body-background">background</code>
+ content attribute. (The <code
+ title="attr-body-background">background</code> content is
+ <em>not</em> defined to contain a <span>URL</span>, despite rules
+ regarding its handling in the rendering section above.)</p>
<p>The <dfn title="dom-body-link"><code>link</code></dfn> DOM
attribute of the <code>body</code> element must <span>reflect</span>
More information about the Commit-Watchers
mailing list