hixie: remove bogus use of 'attr-bgcolor' (whatwg r4912)

hixie: remove bogus use of 'attr-bgcolor' (whatwg r4912)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3932&r2=1.3933&f=h
http://html5.org/tools/web-apps-tracker?from=4911&to=4912

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3932
retrieving revision 1.3933
diff -u -d -r1.3932 -r1.3933
--- Overview.html 30 Mar 2010 22:51:55 -0000 1.3932
+++ Overview.html 30 Mar 2010 22:57:32 -0000 1.3933
@@ -62484,11 +62484,12 @@
 
   <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
@@ -63588,8 +63589,8 @@
   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>

Received on Thursday, 1 April 2010 05:36:07 UTC