blob: 79f3316a9e4ae6617d1ab6f7144ab6f107bca21f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>&lt;div&gt; with role rowheader; supported state or property "aria-sort" value of "ascending"</title>
</head>
<body>
<div role="grid">
<div role="row">
<span id="test" role="rowheader" aria-sort="ascending">Placeholder content</span>
<span role="gridcell" id="obj1">obj1</span>
<span role="gridcell" id="obj2">obj2</span>
</div>
<div role="row">
<span role="rowheader">header cell 2</span>
<span role="gridcell">obj1</span>
<span role="gridcell">obj2</span>
</div>
</div>
</body>
</html>