Skip to content

Commit

Permalink
[e] (0) remove bogus use of 'attr-bgcolor'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4912 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 30, 2010
1 parent 70d4119 commit d734cbd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
15 changes: 8 additions & 7 deletions complete.html
Expand Up @@ -84251,11 +84251,12 @@ <h4 id=fonts-and-colors><span class=secno>14.2.5 </span>Fonts and colors</h4>

<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-bgcolor>bgcolor</code> attribute set, the new value is
expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
color value</a>, and if that does not return an error, the user
agent is expected to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'background-color' property to the resulting color.</p>
<code><a href=#the-td-element>td</a></code>, or <code><a href=#the-th-element>th</a></code> element has a <code title="">bgcolor</code> attribute set, the new value is expected to
be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
value</a>, and if that does not return an error, the user agent
is expected to treat the attribute as a <a href=#presentational-hints title="presentational
hints">presentational hint</a> setting the element's
'background-color' property to the resulting color.</p>

<p>When a <code><a href=#the-body-element-0>body</a></code> element has a <code title=attr-body-text><a href=#attr-body-text>text</a></code> attribute, its value is expected
to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
Expand Down Expand Up @@ -85416,8 +85417,8 @@ <h4 id=the-marquee-element-0><span class=secno>14.4.11 </span>The <code><a href=
frame, and such that the content moves at most the distance given by
the <a href=#marquee-scroll-distance>marquee scroll distance</a> with each frame.</p>

<p>When a <code><a href=#the-marquee-element>marquee</a></code> element has a <code title=attr-bgcolor>bgcolor</code> attribute set, the value is
expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
<p>When a <code><a href=#the-marquee-element>marquee</a></code> element has a <code title=attr-marquee-bgcolor>bgcolor</code> attribute set, the value
is expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
color value</a>, and if that does not return an error, the user
agent is expected to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'background-color' property to the resulting color.</p>
Expand Down
15 changes: 8 additions & 7 deletions index
Expand Up @@ -77523,11 +77523,12 @@ table[rules=all] &gt; tfoot &gt; tr &gt; td, table[rules=all] &gt; tfoot &gt; tr

<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-bgcolor>bgcolor</code> attribute set, the new value is
expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
color value</a>, and if that does not return an error, the user
agent is expected to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'background-color' property to the resulting color.</p>
<code><a href=#the-td-element>td</a></code>, or <code><a href=#the-th-element>th</a></code> element has a <code title="">bgcolor</code> attribute set, the new value is expected to
be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
value</a>, and if that does not return an error, the user agent
is expected to treat the attribute as a <a href=#presentational-hints title="presentational
hints">presentational hint</a> setting the element's
'background-color' property to the resulting color.</p>

<p>When a <code><a href=#the-body-element-0>body</a></code> element has a <code title=attr-body-text><a href=#attr-body-text>text</a></code> attribute, its value is expected
to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy color
Expand Down Expand Up @@ -78688,8 +78689,8 @@ marquee {
frame, and such that the content moves at most the distance given by
the <a href=#marquee-scroll-distance>marquee scroll distance</a> with each frame.</p>

<p>When a <code><a href=#the-marquee-element>marquee</a></code> element has a <code title=attr-bgcolor>bgcolor</code> attribute set, the value is
expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
<p>When a <code><a href=#the-marquee-element>marquee</a></code> element has a <code title=attr-marquee-bgcolor>bgcolor</code> attribute set, the value
is expected to be parsed using the <a href=#rules-for-parsing-a-legacy-color-value>rules for parsing a legacy
color value</a>, and if that does not return an error, the user
agent is expected to treat the attribute as a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'background-color' property to the resulting color.</p>
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -93534,12 +93534,12 @@ table[rules=all] > tfoot > tr > td, table[rules=all] > tfoot > tr > th {
<p>When a <code>body</code>, <code>table</code>, <code>thead</code>,
<code>tbody</code>, <code>tfoot</code>, <code>tr</code>,
<code>td</code>, or <code>th</code> element has a <code
title="attr-bgcolor">bgcolor</code> attribute set, the new value is
expected to be parsed using the <span>rules for parsing a legacy
color value</span>, and if that does not return an error, the user
agent is expected to treat the attribute as a <span
title="presentational hints">presentational hint</span> setting the
element's 'background-color' property to the resulting color.</p>
title="">bgcolor</code> attribute set, the new value is expected to
be parsed using the <span>rules for parsing a legacy color
value</span>, and if that does not return an error, the user agent
is expected to treat the attribute as a <span title="presentational
hints">presentational hint</span> setting the element's
'background-color' property to the resulting color.</p>

<p>When a <code>body</code> element has a <code
title="attr-body-text">text</code> attribute, its value is expected
Expand Down Expand Up @@ -94857,8 +94857,8 @@ marquee {
the <span>marquee scroll distance</span> with each frame.</p>

<p>When a <code>marquee</code> element has a <code
title="attr-bgcolor">bgcolor</code> attribute set, the value is
expected to be parsed using the <span>rules for parsing a legacy
title="attr-marquee-bgcolor">bgcolor</code> attribute set, the value
is expected to be parsed using the <span>rules for parsing a legacy
color value</span>, and if that does not return an error, the user
agent is expected to treat the attribute as a <span
title="presentational hints">presentational hint</span> setting the
Expand Down

0 comments on commit d734cbd

Please sign in to comment.