Test case 296: reworked markup into a proper grid with
authorJoseph Scheuhammer <clown@alum.mit.edu>
Tue, 26 Mar 2013 16:19:22 -0400
changeset 150 9aded3f7ca1f
parent 149 b9a8abf6a900
child 151 0422c4c57663
Test case 296: reworked markup into a proper grid with
gridcells.
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-grid-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-grid-aria-activedescendant-obj1.html	Tue Mar 26 15:50:50 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-grid-aria-activedescendant-obj1.html	Tue Mar 26 16:19:22 2013 -0400
@@ -8,8 +8,11 @@
       </title>
    </head>
    <body>
-      <div id="test" role="grid" aria-activedescendant="obj1">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <div id="test" role="grid" aria-activedescendant="obj1">
+        <div role="row">
+          <span role="gridcell" id="obj1">row1-cell1</span>
+          <span role="gridcell" id="obj2">row1-cell2</span>
+        </div>
+      </div>
    </body>
 </html>
\ No newline at end of file