blob: f9609498d6f213eeb3059dff274549b57b7ab6b1 [file] [log] [blame]
<html>
<head>
<style>
td { border: thin solid black; }
table { caption-side: bottom; }
</style>
</head>
<body>
<table id="item1" style="width: 100%">
<caption>Test table</caption>
<tbody>
<tr>
<td>a</td>
<td>a</td>
</tr>
<tr>
<td>a</td>
<td>a</td>
</tr>
</tbody>
</table>
<p>
Default
<a href="#item1">1</a>
</p>
<p>
uxwrite-ref-num
<a class="uxwrite-ref-num" href="#item1">1</a>
</p>
<p>
uxwrite-ref-text
<a class="uxwrite-ref-text" href="#item1">Table 1: Test table</a>
</p>
<p>
uxwrite-ref-caption-text
<a class="uxwrite-ref-caption-text" href="#item1">Test table</a>
</p>
<p>
uxwrite-ref-label-num
<a class="uxwrite-ref-label-num" href="#item1">Table 1</a>
</p>
</body>
</html>