<!--
@WIN-ALLOW:row_*
@WIN-ALLOW:column_*
@MAC-ALLOW:AXIndex=*
@MAC-ALLOW:AXColumnHeaderUIElements=*
@MAC-ALLOW:AXColumnIndexRange=*
@MAC-ALLOW:AXHeader=*
@MAC-ALLOW:AXRowHeaderUIElements=*
@MAC-ALLOW:AXRowIndexRange=*
@MAC-DENY:AXDescription=*
-->
<!DOCTYPE html>
<html>
<head>
<title>Table example - th rowheader</title>
</head>
<body>
<table border=1>
<tr>
<th aria-label="Firstname">Firstname</th>
<td>Jill</td>
</tr>
<tr>
<th aria-label="Lastname">Lastname</th>
<td>Smith</td>
</tr>
</table>
</body>
</html>