Test case 334: Modified test file to have proper menu/menuitem structure, and make the test element focusable -- added tabindex="0".
authorJoseph Scheuhammer <clown@alum.mit.edu>
Sun, 14 Apr 2013 17:42:09 -0400
changeset 181 f3980d6bde93
parent 180 d9611081cfdb
child 182 af1a299eab4a
Test case 334: Modified test file to have proper menu/menuitem structure, and make the test element focusable -- added tabindex="0".
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menu-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menu-aria-activedescendant-obj1.html	Sun Apr 14 17:25:59 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menu-aria-activedescendant-obj1.html	Sun Apr 14 17:42:09 2013 -0400
@@ -8,8 +8,9 @@
       </title>
    </head>
    <body>
-      <div id="test" role="menu" aria-activedescendant="obj1">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <div id="test" role="menu" aria-activedescendant="obj1" tabindex="0">
+		  <div id="obj1" role="menuitem">obj1</div>
+		  <div id="obj2" role="menuitem">obj2</div>
+      </div>
    </body>
 </html>
\ No newline at end of file