Test case 296: Modified test file to allow focus on test element -- added tabindex="0".
authorJoseph Scheuhammer <clown@alum.mit.edu>
Sun, 14 Apr 2013 12:41:42 -0400
changeset 178 8cb56c34c248
parent 177 d649291bab68
child 179 deed57318171
Test case 296: Modified test file to allow focus on test element -- added tabindex="0".
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	Sun Apr 14 01:37:15 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-grid-aria-activedescendant-obj1.html	Sun Apr 14 12:41:42 2013 -0400
@@ -8,7 +8,7 @@
       </title>
    </head>
    <body>
-      <div id="test" role="grid" aria-activedescendant="obj1">
+      <div id="test" role="grid" aria-activedescendant="obj1" tabindex="0">
         <div role="row">
           <span role="gridcell" id="obj1">row1-cell1</span>
           <span role="gridcell" id="obj2">row1-cell2</span>