WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: first row in table not table headers

for

From: Meacham, Steve - FSA, Kansas City, MO
Date: Jul 26, 2017 12:40PM


That's a unique way of doing things. I agree with your discomfort.

If the <th> isn't at the top of the table, here's what I'd try to get, though you may be unable to affect this change either. The <td> cells that use those <th> headings could use the header/id attribute pairing to establish that connection. The pagination row would not. I'd then test the hell out of it see how things really behave, but first I'd make sure it's even possible in the .net control, which it sounds like you don't control.

-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of Angela French
Sent: Wednesday, July 19, 2017 4:11 PM
To: WebAim Forum ( <EMAIL REMOVED> ) < <EMAIL REMOVED> >
Subject: [WebAIM] first row in table not table headers

Hello,

Looking for opinions. How egregious is it to have the first row of a data table be a row containing the paging links and the second row be the table headers?
This rubs me the wrong way, but the .net control we are using does this and it would be significant amount of work to re-engineer it.

Although simplified, this is what I'm describing:

<table>
<tr><td> Page: 1, 2, 3, .... </td></tr>
<tr>
<th>Column heading 1</th>
<th>Column heading 2</th>
Etc.
</tr>
<tr><td>cell 1</td><td>cell 2</td>etc.</tr> </table>



Thanks,



Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
<EMAIL REMOVED> <mailto: <EMAIL REMOVED> >
www.sbctc.edu<;http://www.sbctc.edu/>;

This electronic message contains information generated by the USDA solely for the intended recipients. Any unauthorized interception of this message or the use or disclosure of the information it contains may violate the law and subject the violator to civil or criminal penalties. If you believe you have received this message in error, please notify the sender and delete the email immediately.