What fresh hell is THIS now? - Patrick Lauke
<th>
's for both rows and columns, what do you do with the first empty cell? Empty <td>
, or empty <th>
, either, neither?
<th>
's for both rows and columns, what do you do with the first empty cell? Empty <td>
<th>
<th>
's for both rows and columns, what do you do with the first empty cell? Empty <td>
, or empty <th>
, either, neither?
<td>
, even if it’s in <thead>
<td>
with both its row and column filled with <th>
's. And it would not have any data in it
Interesting issue that I could use some input on - I have essentially the following code on my site:
<h3 id="testHeading">
list heading
</h3>
<ul aria-describedby="testHeading">
<li>
<a href="#">list 1</a>
</li>
h3
as normal if you go through it forwards?
<a>
element for the anchor.