- From: poot <cvsmail@w3.org>
- Date: Tue, 9 Mar 2010 07:45:54 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: 'define' background='' for non-body elements. (whatwg r4833)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3870&r2=1.3871&f=h
http://html5.org/tools/web-apps-tracker?from=4832&to=4833
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3870
retrieving revision 1.3871
diff -u -d -r1.3870 -r1.3871
--- Overview.html 8 Mar 2010 21:13:22 -0000 1.3870
+++ Overview.html 8 Mar 2010 22:45:37 -0000 1.3871
@@ -61713,7 +61713,7 @@
<hr><p>When a <code><a href="#the-body-element-0">body</a></code>, <code><a href="#the-table-element">table</a></code>, <code><a href="#the-thead-element">thead</a></code>,
<code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, <code><a href="#the-tr-element">tr</a></code>,
- <code><a href="#the-td-element">td</a></code>, or <code><a href="#the-th-element">th</a></code> element has a <code title="attr-background">background</code> attribute set to a
+ <code><a href="#the-td-element">td</a></code>, or <code><a href="#the-th-element">th</a></code> element has a <code title="attr-background"><a href="#attr-background">background</a></code> attribute set to a
non-empty value, the new value is expected to be <a href="#resolve-a-url" title="resolve a url">resolved</a> relative to the element, and
if this is successful, the user agent is expected to treat the
attribute as a <a href="#presentational-hints" title="presentational hints">presentational
@@ -63657,7 +63657,6 @@
<dd><p>Use script and a mechanism such as <code>XMLHttpRequest</code> to populate the page dynamically. <a href="#refsXHR">[XHR]</a></dd>
<dt><dfn id="attr-body-alink" title="attr-body-alink"><code>alink</code></dfn> on <code><a href="#the-body-element-0">body</a></code> elements</dt>
- <dt><dfn id="attr-body-background" title="attr-body-background"><code>background</code></dfn> on <code><a href="#the-body-element-0">body</a></code> elements</dt>
<dt><dfn id="attr-body-bgcolor" title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code><a href="#the-body-element-0">body</a></code> elements</dt>
<dt><dfn id="attr-body-link" title="attr-body-link"><code>link</code></dfn> on <code><a href="#the-body-element-0">body</a></code> elements</dt>
<dt><dfn id="attr-body-text" title="attr-body-text"><code>text</code></dfn> on <code><a href="#the-body-element-0">body</a></code> elements</dt>
@@ -63726,6 +63725,7 @@
<dt><dfn id="attr-tr-valign" title="attr-tr-valign"><code>valign</code></dfn> on <code><a href="#the-tr-element">tr</a></code> elements</dt>
<dt><dfn id="attr-ul-compact" title="attr-ul-compact"><code>compact</code></dfn> on <code><a href="#the-ul-element">ul</a></code> elements</dt>
<dt><dfn id="attr-ul-type" title="attr-ul-type"><code>type</code></dfn> on <code><a href="#the-ul-element">ul</a></code> elements</dt>
+ <dt><dfn id="attr-background" title="attr-background"><code>background</code></dfn> on <code><a href="#the-body-element-0">body</a></code>, <code><a href="#the-table-element">table</a></code>, <code><a href="#the-thead-element">thead</a></code>, <code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, <code><a href="#the-tr-element">tr</a></code>, <code><a href="#the-td-element">td</a></code>, and <code><a href="#the-th-element">th</a></code> elements</dt>
<dd><p>Use CSS instead.</dd>
</dl><div class="impl">
@@ -64225,10 +64225,10 @@
<p>The <dfn id="dom-body-background" title="dom-body-background"><code>background</code></dfn> IDL
attribute of the <code><a href="#the-body-element-0">body</a></code> element must <a href="#reflect">reflect</a>
- 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>
+ the element's <code title="attr-background"><a href="#attr-background">background</a></code>
+ content attribute. (The <code title="attr-background"><a href="#attr-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> IDL
attribute of the <code><a href="#the-body-element-0">body</a></code> element must <a href="#reflect">reflect</a>
Received on Monday, 8 March 2010 22:46:22 UTC