Test case 234: Modified test file to allow focus on test element -- added tabindex="0".
authorJoseph Scheuhammer <clown@alum.mit.edu>
Sun, 14 Apr 2013 00:35:25 -0400
changeset 176 5c337f379000
parent 175 f1e924482696
child 177 d649291bab68
Test case 234: Modified test file to allow focus on test element -- added tabindex="0".
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html	Tue Apr 09 11:19:52 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html	Sun Apr 14 00:35:25 2013 -0400
@@ -8,7 +8,7 @@
       </title>
    </head>
    <body>
-      <div id="test" role="textbox" aria-activedescendant="obj1">Placeholder content</div>
+      <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>