Test case 377: Modified test file to have proper grid/row/gridcell structure, and make the test element focusable -- added tabindex="0".
authorJoseph Scheuhammer <clown@alum.mit.edu>
Mon, 15 Apr 2013 09:29:49 -0400
changeset 184 ce248bbe7b30
parent 183 d140856f5e69
child 185 3e5dafabb942
Test case 377: Modified test file to have proper grid/row/gridcell structure, and make the test element focusable -- added tabindex="0".
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-activedescendant-obj1.html	Mon Apr 15 01:03:27 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-activedescendant-obj1.html	Mon Apr 15 09:29:49 2013 -0400
@@ -8,8 +8,10 @@
       </title>
    </head>
    <body>
-      <div id="test" role="row" aria-activedescendant="obj1">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <div role="grid">
+        <div id="test" role="row" aria-activedescendant="obj1" tabindex="0">
+          <div id="obj1" role="gridcell">obj1</div>
+          <div id="obj2" role="gridcell">obj2</div>
+      </div>
    </body>
 </html>
\ No newline at end of file