Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
4.4
-
-
1.3.1 Info and Relationships
Description
HTML supports a caption tag.
Example:
<table border="1">
<caption>Monthly savings</caption>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_caption_test
Attachments
Issue Links
- relates to
-
XWIKI-18931 Table header are not put in <thead>
-
- Open
-
-
MEDIAWIKI-123 The table caption is lost
-
- Open
-