-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'stefanruijsenaars-complex-headers'
- Loading branch information
Showing
11 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
Assert: No Error *.H43.MissingHeadersAttrs on #correctTableHeadersComplexRowspan | ||
Assert: No Error *.H63.1 on #correctTableHeadersComplexRowspan | ||
Assert: No Error *.H43,H63 on #correctTableHeadersComplexRowspan | ||
Assert: No Error *.H43.IncorrectAttr on #multiHeaders | ||
--> | ||
</head> | ||
<body> | ||
|
@@ -108,5 +109,50 @@ | |
</tr> | ||
</tbody> | ||
</table> | ||
<table id="multiHeaders"> | ||
<caption> | ||
Supplier contacts | ||
</caption> | ||
<tbody><tr> | ||
<th id="blank"> </th> | ||
<th id="co1" headers="blank">Example 1 Ltd</th> | ||
<th id="co2" headers="blank">Example 2 Co</th> | ||
</tr> | ||
<tr> | ||
<th id="c1" headers="blank">Contact</th> | ||
<td headers="co1 c1">James Phillips</td> | ||
<td headers="co2 c1">Marie Beauchamp</td> | ||
</tr> | ||
<tr> | ||
<th id="p1" headers="blank">Position</th> | ||
<td headers="co1 p1">Sales Director</td> | ||
<td headers="co2 p1">Sales Manager</td> | ||
</tr> | ||
<tr> | ||
<th id="e1" headers="blank">Email</th> | ||
<td headers="co1 e1">[email protected]</td> | ||
<td headers="co2 e1">[email protected]</td> | ||
</tr> | ||
<tr> | ||
<th> </th> | ||
<th id="co3" headers="blank">Example 3 Ltd</th> | ||
<th id="co4" headers="blank">Example 4 Inc</th> | ||
</tr> | ||
<tr> | ||
<th id="c2" headers="blank">Contact</th> | ||
<td headers="co3 c2">Suzette Jones</td> | ||
<td headers="co4 c2">Alex Howe</td> | ||
</tr> | ||
<tr> | ||
<th id="p2" headers="blank">Position</th> | ||
<td headers="co3 p2">Sales Officer</td> | ||
<td headers="co4 p2">Sales Director</td> | ||
</tr> | ||
<tr> | ||
<th id="e2" headers="blank">Email</th> | ||
<td headers="co3 e2">[email protected]</td> | ||
<td headers="co4 e2">[email protected]</td> | ||
</tr> | ||
</tbody></table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters