Skip to content

Commit

Permalink
[e] (0) 'define' background='' for non-body elements.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4833 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 8, 2010
1 parent fd92991 commit 37fc1c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -83198,7 +83198,7 @@ <h4 id=fonts-and-colors><span class=secno>14.2.5 </span>Fonts and colors</h4>

<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
Expand Down Expand Up @@ -85266,7 +85266,6 @@ <h3 id=non-conforming-features><span class=secno>15.2 </span>Non-conforming feat
<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>
Expand Down Expand Up @@ -85335,6 +85334,7 @@ <h3 id=non-conforming-features><span class=secno>15.2 </span>Non-conforming feat
<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>
Expand Down Expand Up @@ -85834,10 +85834,10 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other

<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>
Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -76609,7 +76609,7 @@ table[rules=all] &gt; tfoot &gt; tr &gt; td, table[rules=all] &gt; tfoot &gt; tr

<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
Expand Down Expand Up @@ -78677,7 +78677,6 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand Down Expand Up @@ -78746,6 +78745,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
<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>
Expand Down Expand Up @@ -79245,10 +79245,10 @@ interface <a href=#htmlbodyelement>HTMLBodyElement</a> {

<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>
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -94813,7 +94813,6 @@ time:empty { binding: <i title="">time</i>; }</pre>
<dd><p>Use script and a mechanism such as <code>XMLHttpRequest</code> to populate the page dynamically. <a href="#refsXHR">[XHR]</a></p></dd>

<dt><dfn title="attr-body-alink"><code>alink</code></dfn> on <code>body</code> elements</dt>
<dt><dfn title="attr-body-background"><code>background</code></dfn> on <code>body</code> elements</dt>
<dt><dfn title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code>body</code> elements</dt>
<dt><dfn title="attr-body-link"><code>link</code></dfn> on <code>body</code> elements</dt>
<dt><dfn title="attr-body-text"><code>text</code></dfn> on <code>body</code> elements</dt>
Expand Down Expand Up @@ -94882,6 +94881,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
<dt><dfn title="attr-tr-valign"><code>valign</code></dfn> on <code>tr</code> elements</dt>
<dt><dfn title="attr-ul-compact"><code>compact</code></dfn> on <code>ul</code> elements</dt>
<dt><dfn title="attr-ul-type"><code>type</code></dfn> on <code>ul</code> elements</dt>
<dt><dfn title="attr-background"><code>background</code></dfn> on <code>body</code>, <code>table</code>, <code>thead</code>, <code>tbody</code>, <code>tfoot</code>, <code>tr</code>, <code>td</code>, and <code>th</code> elements</dt>
<dd><p>Use CSS instead.</p></dd>

</dl>
Expand Down Expand Up @@ -95527,11 +95527,11 @@ interface <span>HTMLBodyElement</span> {
<p>The <dfn
title="dom-body-background"><code>background</code></dfn> IDL
attribute of the <code>body</code> element must <span>reflect</span>
the element's <code title="attr-body-background">background</code>
the element's <code title="attr-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>
title="attr-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> IDL
attribute of the <code>body</code> element must <span>reflect</span>
Expand Down

0 comments on commit 37fc1c0

Please sign in to comment.