Skip to content

Commit

Permalink
[giowt] (0) colgroup and rowgroup cells aren't headers of themselves.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8803

git-svn-id: http://svn.whatwg.org/webapps@4703 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2010
1 parent a41b513 commit 853ffe9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions complete.html
Expand Up @@ -30346,6 +30346,8 @@ <h5 id=header-and-data-cell-semantics><span class=secno>4.9.12.2 </span>Forming
<span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>

<!-- this might introduce principal accidentally; fixed below -->

</li>


Expand All @@ -30361,6 +30363,8 @@ <h5 id=header-and-data-cell-semantics><span class=secno>4.9.12.2 </span>Forming
less than or equal to <span title=""><var title="">principal<sub title="">x</sub></var>+<var title="">principal<sub title="">width</sub></var>-1</span> and a <var title="">y</var>-coordinate less than or equal to <span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>

<!-- this might introduce principal accidentally; fixed below -->

</li>

</ol></dd>
Expand All @@ -30384,6 +30388,13 @@ <h5 id=header-and-data-cell-semantics><span class=secno>4.9.12.2 </span>Forming

</li>

<li>

<p>Remove <var title="">principal cell</var> from the <var title="">header list</var> if it is there.</p> <!-- see "might
introduce principal accidentally" above -->

</li>

<li>

<p>Assign the headers in the <var title="">header list</var> to
Expand Down
11 changes: 11 additions & 0 deletions index
Expand Up @@ -30245,6 +30245,8 @@ the cell that corresponds to the values of the two dice.
<span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>

<!-- this might introduce principal accidentally; fixed below -->

</li>


Expand All @@ -30260,6 +30262,8 @@ the cell that corresponds to the values of the two dice.
less than or equal to <span title=""><var title="">principal<sub title="">x</sub></var>+<var title="">principal<sub title="">width</sub></var>-1</span> and a <var title="">y</var>-coordinate less than or equal to <span title=""><var title="">principal<sub title="">y</sub></var>+<var title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>

<!-- this might introduce principal accidentally; fixed below -->

</li>

</ol></dd>
Expand All @@ -30283,6 +30287,13 @@ the cell that corresponds to the values of the two dice.

</li>

<li>

<p>Remove <var title="">principal cell</var> from the <var title="">header list</var> if it is there.</p> <!-- see "might
introduce principal accidentally" above -->

</li>

<li>

<p>Assign the headers in the <var title="">header list</var> to
Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -33421,6 +33421,8 @@ the cell that corresponds to the values of the two dice.
title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>

<!-- this might introduce principal accidentally; fixed below -->

</li>


Expand All @@ -33441,6 +33443,8 @@ the cell that corresponds to the values of the two dice.
title="">principal<sub title="">height</sub></var>-1</span> to
<var title="">header list</var>.</p>

<!-- this might introduce principal accidentally; fixed below -->

</li>

</ol>
Expand Down Expand Up @@ -33468,6 +33472,14 @@ the cell that corresponds to the values of the two dice.

</li>

<li>

<p>Remove <var title="">principal cell</var> from the <var
title="">header list</var> if it is there.</p> <!-- see "might
introduce principal accidentally" above -->

</li>

<li>

<p>Assign the headers in the <var title="">header list</var> to
Expand Down

0 comments on commit 853ffe9

Please sign in to comment.