Test case 381: Modified test file to have proper grid/row/rowgroup/gridcell structure, and make the test element focusable -- added tabindex="0".
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-activedescendant-obj1.html Mon Apr 15 09:29:49 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-activedescendant-obj1.html Mon Apr 15 09:39:26 2013 -0400
@@ -8,8 +8,13 @@
</title>
</head>
<body>
- <div id="test" role="rowgroup" aria-activedescendant="obj1">Placeholder content</div>
- <div id="obj1">obj1</div>
- <div id="obj2">obj2</div>
+ <div role="grid">
+ <div id="test" role="rowgroup" aria-activedescendant="obj1" tabindex="0">
+ <div id="obj1" role="row">
+ <div role="gridcell">r1c1</div>
+ <div role="gridcell">r1c2</div>
+ </div>
+ </div>
+ </div>
</body>
</html>
\ No newline at end of file