Skip to content

Commit

Permalink
[] (0) Fix a mistake in the table algorithm where a couple of conditi…
Browse files Browse the repository at this point in the history
…ons were exactly backwards for some reason. (bug 6438)

git-svn-id: http://svn.whatwg.org/webapps@2856 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 23, 2009
1 parent 98924a0 commit d766e0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -24441,7 +24441,7 @@ function AddCloud(data, x, y) { ... }</pre>

<dd>

<p>If there is no cell in the <var title="">opaque
<p>If there are any cells in the <var title="">opaque
headers</var> list anchored with the same <var title="">x</var>-coordinate as the <var title="">current
cell</var>, and with the same width as <var title="">current
cell</var>, then let <var title="">blocked</var> be
Expand All @@ -24456,7 +24456,7 @@ function AddCloud(data, x, y) { ... }</pre>

<dd>

<p>If there is no cell in the <var title="">opaque
<p>If there is are any cells in the <var title="">opaque
headers</var> list anchored with the same <var title="">y</var>-coordinate as the <var title="">current
cell</var>, and with the same height as <var title="">current cell</var>, then let <var title="">blocked</var> be true.</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -27114,7 +27114,7 @@ function AddCloud(data, x, y) { ... }</pre>

<dd>

<p>If there is no cell in the <var title="">opaque
<p>If there are any cells in the <var title="">opaque
headers</var> list anchored with the same <var
title="">x</var>-coordinate as the <var title="">current
cell</var>, and with the same width as <var title="">current
Expand All @@ -27131,7 +27131,7 @@ function AddCloud(data, x, y) { ... }</pre>

<dd>

<p>If there is no cell in the <var title="">opaque
<p>If there is are any cells in the <var title="">opaque
headers</var> list anchored with the same <var
title="">y</var>-coordinate as the <var title="">current
cell</var>, and with the same height as <var
Expand Down

0 comments on commit d766e0f

Please sign in to comment.