Skip to content

Commit

Permalink
Moving smooshed table into new table_test.html file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamonkey committed Apr 19, 2011
1 parent bf9c8ee commit 8591113
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 68 deletions.
74 changes: 6 additions & 68 deletions core/table/table.html
Expand Up @@ -8,10 +8,10 @@
<body>

<div class="page">
<div class="body">
<h1>Table</h1>
<div class="data simpleTable">
<table class="txtL">
<div class="body">
<h1>Table</h1>
<div class="data simpleTable">
<table class="txtL">
<tr>
<th scope="col">This table should align left</th>
<th scope="col">type</th>
Expand Down Expand Up @@ -59,70 +59,8 @@ <h1>Table</h1>
<td>3</td>
</tr>
</table>
</div>

<div class="line">
<div class="unit size1of5">
<div class="data">
<table>
<tr>
<th scope="col">error</th>
<th scope="col">type</th>
<th scope="col">browsers</th>
<th scope="col">message</th>
<th scope="col">line</th>
</tr>
<tr>
<td>35</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr>
<tr>
<td>67</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr>
<tr>
<td>15</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr><tr>
<td>20</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr><tr>
<td>35</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr><tr>
<td>35</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr>
</table>
</div>
</div>
<div class="unit size4of5 lastUnit">

</div>
</div>




</div>
</div>
</div>
</div>
</body>
</html>
74 changes: 74 additions & 0 deletions core/table/table_test.html
@@ -0,0 +1,74 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Table Documentation</title>
<link rel="stylesheet" type="text/css" media="all" href="../../all.css" />
</head>
<body>

<div class="page">
<div class="body">
<h1>This table is smooshed into too narrow a column</h1>

<div class="line">
<div class="unit size1of5">
<div class="data">
<table>
<tr>
<th scope="col">error</th>
<th scope="col">type</th>
<th scope="col">browsers</th>
<th scope="col">message</th>
<th scope="col">line</th>
</tr>
<tr>
<td>35</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr>
<tr>
<td>67</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr>
<tr>
<td>15</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr><tr>
<td>20</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr><tr>
<td>35</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr><tr>
<td>35</td>
<td>broken box model</td>
<td>FF, Safari, Opera</td>
<td>Don't declare width and either padding or borders on the same element.</td>
<td>3</td>
</tr>
</table>
</div>
</div>
<div class="unit size4of5 lastUnit">

</div>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 8591113

Please sign in to comment.