Skip to content

Commit

Permalink
consistently puts attributes in strings
Browse files Browse the repository at this point in the history
  • Loading branch information
paceaux committed Dec 21, 2021
1 parent a970160 commit ae769eb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,39 +110,39 @@ <h1>A Baseline set of styles for tables that's built on the typography baseline<
<tbody>
<tr>
<td></td>
<th scope=rowgroup> Cats </th>
<th scope="rowgroup"> Cats </th>
<td></td>
<td></td>
</tr>
<tr>
<td>93</td>
<th scope=row> Legs</th>
<th scope="row"> Legs</th>
<td> 3.5</td>
<td> 4</td>
</tr>
<tr>
<td>10</td>
<th scope=row>Tails</th>
<th scope="row">Tails</th>
<td>1</td>
<td>1</td>
</tr>
</tbody>
<tbody>
<tr>
<td></td>
<th scope=rowgroup> English speakers</th>
<th scope="rowgroup"> English speakers</th>
<td></td>
<td></td>
</tr>
<tr>
<td>32</td>
<th scope=row> Legs </th>
<th scope="row"> Legs </th>
<td> 2.67</td>
<td> 4</td>
</tr>
<tr>
<td>35</td>
<th scope=row> Tails</th>
<th scope="row"> Tails</th>
<td> 0.33</td>
<td> 1</td>
</tr>
Expand Down Expand Up @@ -198,17 +198,17 @@ <h1>A Baseline set of styles for tables that's built on the typography baseline<
<caption>Specification values: <b>Steel</b>, <b>Castings</b>,
Ann. A.S.T.M. A27-16, Class B;* P max. 0.06; S max. 0.05.</caption>
<thead>
<tr>
<th rowspan=2>Grade.</th>
<th rowspan=2>Yield Point.</th>
<th colspan=2>Ultimate tensile strength</th>
<th rowspan=2>Per cent elong. 50.8mm or 2 in.</th>
<th rowspan=2>Per cent reduct. area.</th>
</tr>
<tr>
<th>kg/mm<sup>2</sup></th>
<th>lb/in<sup>2</sup></th>
</tr>
<tr>
<th rowspan="2">Grade.</th>
<th rowspan="2">Yield Point.</th>
<th colspan="2">Ultimate tensile strength</th>
<th rowspan="2">Per cent elong. 50.8mm or 2 in.</th>
<th rowspan="2">Per cent reduct. area.</th>
</tr>
<tr>
<th>kg/mm<sup>2</sup></th>
<th>lb/in<sup>2</sup></th>
</tr>
</thead>
<tbody>
<tr>
Expand Down

0 comments on commit ae769eb

Please sign in to comment.