Navigation Menu

Skip to content

Commit

Permalink
[] (0) Minor fixes for table algorithms. (credit: w)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2095 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 21, 2008
1 parent 9edebd6 commit bae5477
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions index
Expand Up @@ -25763,8 +25763,8 @@ function AddCloud(data, x, y) { ... }</pre>
at the slot with coordinate (0, <var title="">y<sub
title="">start</sub></var>), with height <span><var title="">y<sub
title="">height</sub></var>-<var title="">y<sub
title="">start</sub></var></span>, corresponding to the <var
title="">current element</var>.</p>
title="">start</sub></var></span>, corresponding to the element being
processed.</p>

<li>
<p>Run the <a href="#algorithm1">algorithm for ending a row group</a>.</p>
Expand Down Expand Up @@ -26069,8 +26069,7 @@ function AddCloud(data, x, y) { ... }</pre>
<p>If the header cell is <a href="#equivalent">equivalent to a wide
cell</a>, let <var title="">header<sub title="">width</sub></var>
equal <span><var title="">x<sub title="">width</sub></var>-<var
title="">header<sub title="">x</sub></var></span>. <a
href="#refsUNICODE">[UNICODE]</a></p>
title="">header<sub title="">x</sub></var></span>.</p>

<li>
<p>Let <var title="">x</var> equal <span><var title="">header<sub
Expand Down Expand Up @@ -26200,8 +26199,8 @@ function AddCloud(data, x, y) { ... }</pre>
<p>If there is a header cell in the <a href="#table1"
title=concept-table>table</a> whose corresponding <code><a
href="#th">th</a></code> element has an ID that is equal to the
value of <var title="">id</var>, then assign that header cell to the
data cell.
value of <var title="">id</var>, then assign the first such header
cell in tree order to the data cell.
</ol>
</ol>
</ol>
Expand Down
11 changes: 5 additions & 6 deletions source
Expand Up @@ -22948,8 +22948,8 @@ function AddCloud(data, x, y) { ... }</pre>
with coordinate (0, <var title="">y<sub
title="">start</sub></var>), with height <span><var title="">y<sub
title="">height</sub></var>-<var title="">y<sub
title="">start</sub></var></span>, corresponding to the <var
title="">current element</var>.</p>
title="">start</sub></var></span>, corresponding to the element
being processed.</p>

</li>

Expand Down Expand Up @@ -23382,8 +23382,7 @@ function AddCloud(data, x, y) { ... }</pre>
cell</span>, let <var title="">header<sub
title="">width</sub></var> equal <span><var title="">x<sub
title="">width</sub></var>-<var title="">header<sub
title="">x</sub></var></span>. <a
href="#refsUNICODE">[UNICODE]</a></p>
title="">x</sub></var></span>.</p>

</li>

Expand Down Expand Up @@ -23589,8 +23588,8 @@ function AddCloud(data, x, y) { ... }</pre>
<li><p>If there is a header cell in the <span
title="concept-table">table</span> whose corresponding
<code>th</code> element has an ID that is equal to the value of
<var title="">id</var>, then assign that header cell to the
data cell.</p></li>
<var title="">id</var>, then assign the first such header cell
in tree order to the data cell.</p></li>

</ol>

Expand Down

0 comments on commit bae5477

Please sign in to comment.