blob: 592cd974e905e6a5d142536fd901774aca9e69bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><div> with role treeitem; inherited supported state or property "aria-checked" value
of "false"
</title>
</head>
<body>
<div role="tree">
<div id="test" role="treeitem" aria-checked="false">Placeholder content</div>
</div>
</body>
</html>
|