- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 21:00:42 -0500
- To: public-html-diffs@w3.org
hixie: Fix some cross-reference issues. (whatwg r6856) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5456&r2=1.5457&f=h http://html5.org/tools/web-apps-tracker?from=6855&to=6856 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5456 retrieving revision 1.5457 diff -u -d -r1.5456 -r1.5457 --- Overview.html 9 Dec 2011 18:38:57 -0000 1.5456 +++ Overview.html 9 Dec 2011 20:13:15 -0000 1.5457 @@ -65611,12 +65611,11 @@ hint</a> setting the element's 'background-image' property to the resulting <a href="#absolute-url">absolute URL</a>.</p> - <p>When a <code><a href="#the-body-element">body</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">body</a></code> element has a <code title="attr-body-bgcolor"><a href="#attr-body-bgcolor">bgcolor</a></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">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
Received on Wednesday, 14 December 2011 02:00:46 UTC