Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
corrected row/col header algorithm
Browse files Browse the repository at this point in the history
fixes #380
  • Loading branch information
stevefaulkner committed Feb 12, 2017
1 parent 8431ccf commit cec4f9f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sections/semantics-tabular-data.include
Original file line number Diff line number Diff line change
Expand Up @@ -2455,8 +2455,9 @@ the cell that corresponds to the values of the two dice.
<li>The cell's <{td/scope}> attribute is in the <a state for="scope">column</a> state, or</li>

<li>The cell's <{td/scope}> attribute is in the <a state for="scope">auto</a> state,
and there are no data cells in any of the cells
covering slots with <var>y</var>-coordinates <var>y</var> .. <var>y</var>+<var>height</var>-1.</li>
and there are no data cells in any of the cells covering slots with <var>x</var>-coordinates
<var>x</var> .. <var>x</var>+<var>width</var>-1.
</li>

</ul>

Expand All @@ -2470,8 +2471,8 @@ the cell that corresponds to the values of the two dice.

<li>The cell's <{td/scope}> attribute is in the <a state for="scope">auto</a> state,
the cell is not a <a>column header</a>, and
there are no data cells in any of the cells covering slots with <var>x</var>-coordinates
<var>x</var> .. <var>x</var>+<var>width</var>-1.</li>
there are no data cells in any of the cells covering slots with <var>y</var>-coordinates
<var>y</var> .. <var>y</var>+<var>height</var>-1.</li>

</ul>

Expand Down

0 comments on commit cec4f9f

Please sign in to comment.