Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix a variety of mistakes in the rendering section. (credit: jb)
git-svn-id: http://svn.whatwg.org/webapps@2994 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 26, 2009
1 parent fd6b390 commit 71aba30
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -61509,7 +61509,7 @@ th { text-align: center; }</pre>
table[align=left] { float: left; }
table[align=right] { float: right; }
table[align=center], table[align=abscenter],
table[align=abdmiddle], table[align=middle] {
table[align=absmiddle], table[align=middle] {
margin-left: auto; margin-right: auto;
}

Expand Down Expand Up @@ -61809,16 +61809,15 @@ table[frames=border] &gt; tfoot &gt; tr &gt; td, table[frames=border] &gt; tfoot
hint</a>. Abort these steps.</li>

<li><p>Interpret <var title="">digits</var> as a base-ten
integer. Let <var title="">size</var> be the resulting
integer. Let <var title="">value</var> be the resulting
number.</li>

<li>

<!-- basefont support would go here, but we removed it -->

<p>If <var title="">mode</var> is <i>relative-plus</i>, then
increment <var title="">value</var> by 3. If <var title="">mode</var> is <i>relative-minus</i>, then decrement
<var title="">value</var> by 3.</p>
increment <var title="">value</var> by 3. If <var title="">mode</var> is <i>relative-minus</i>, then let <var title="">value</var> be the result of subtracting <var title="">value</var> from 3.</p>

</li>

Expand Down Expand Up @@ -63865,6 +63864,7 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
John Fallows,
John Harding,
John Keiser,
John-Mark Bell,
Johnny Stenback,
Jon Ferraiolo,
Jon Gibbins,
Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -72327,7 +72327,7 @@ th { text-align: center; }</pre>
table[align=left] { float: left; }
table[align=right] { float: right; }
table[align=center], table[align=abscenter],
table[align=abdmiddle], table[align=middle] {
table[align=absmiddle], table[align=middle] {
margin-left: auto; margin-right: auto;
}

Expand Down Expand Up @@ -72664,7 +72664,7 @@ table[frames=border] > tfoot > tr > td, table[frames=border] > tfoot > tr > th {
hint</span>. Abort these steps.</p></li>

<li><p>Interpret <var title="">digits</var> as a base-ten
integer. Let <var title="">size</var> be the resulting
integer. Let <var title="">value</var> be the resulting
number.</p></li>

<li>
Expand All @@ -72673,8 +72673,9 @@ table[frames=border] > tfoot > tr > td, table[frames=border] > tfoot > tr > th {

<p>If <var title="">mode</var> is <i>relative-plus</i>, then
increment <var title="">value</var> by 3. If <var
title="">mode</var> is <i>relative-minus</i>, then decrement
<var title="">value</var> by 3.</p>
title="">mode</var> is <i>relative-minus</i>, then let <var
title="">value</var> be the result of subtracting <var
title="">value</var> from 3.</p>

</li>

Expand Down Expand Up @@ -74959,6 +74960,7 @@ interface <dfn>TimeoutHandler</dfn> {
John Fallows,
John Harding,
John Keiser,
John-Mark Bell,
Johnny Stenback,
Jon Ferraiolo,
Jon Gibbins,
Expand Down

0 comments on commit 71aba30

Please sign in to comment.