Skip to content

Commit

Permalink
[e] (0) Fix some cross-reference issues.
Browse files Browse the repository at this point in the history
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@6856 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 9, 2011
1 parent ef81b2b commit 17575cf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
11 changes: 5 additions & 6 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -89306,12 +89306,11 @@ <h4 id=the-page><span class=secno>14.3.2 </span>The page</h4>
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
Expand Down
11 changes: 5 additions & 6 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -89306,12 +89306,11 @@ html, body { display: block; }</pre>
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
Expand Down
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -103390,12 +103390,12 @@ html, body { display: block; }</pre>
resulting <span>absolute URL</span>.</p>

<p>When a <code>body</code> element has a <code
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>
title="attr-body-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>

<p>When a <code>body</code> element has a <code
title="attr-body-text">text</code> attribute, its value is expected
Expand Down

0 comments on commit 17575cf

Please sign in to comment.