Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 511 An owned, focusable element, tied to an aria relationship that inherits role="presentation"</title>
</head>
<body>
<table role="presentation">
<tr>
<td tabindex="0" id="foo">Test me</td>
</tr>
</table>
<div aria-controls="foo">
</div>
</body>
</html>