Sales 2013 | Sales 2014 | |||
---|---|---|---|---|
Actual | Budget | Actual | Budget | |
Compact cars | $30,000 | $50,000 | $80,000 | $100,000 |
Sedans | $40,000 | $60,000 | $90,000 | $120,000 |
JAWS 15 or NVDA 2014.2 read it OK in FF and IE, but VoiceOver doesn't read the secont row of TH.
<table width="200" border="1">
<tr>
<td rowspan="2"></td>
<th colspan="2" scope="col">Sales 2013</th>
<th colspan="2" scope="col">Sales 2014</th>
</tr>
<tr>
<th scope="col">Actual</th>
<th scope="col">Budget</th>
<th scope="col">Actual</th>
<th scope="col">Budget</th>
</tr>
<tr>
<th scope="row">Compact cars</th>
<td>$30,000</td>
<td>$50,000</td>
<td>$80,000</td>
<td>$100,000</td>
</tr>
<tr>
<th scope="row">Sedans</th>
<td>$40,000</td>
<td>$60,000</td>
<td>$90,000</td>
<td>$120,000</td>
</tr>
</table>