Menu

#14 tables: summary attribute

open
5
2009-12-20
2009-12-20
admirau
No

When rendering tables, important "summary" attribute is not preserved.

Try this code:

<table summary="Table summary">
<caption>This is table caption</caption>
<thead>
<tr><th>header 1</th><th>header 2</th></tr>
</thead>
<tbody>
<tr><td>data 11</td><td>data 12</td></tr>
<tr><td>data 21</td><td>data 22</td></tr>
</tbody>
</table>

Discussion


Log in to post a comment.