Update test case 296 to add a tabindex
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 15 Apr 2013 11:41:28 -0500
changeset 188 6af475c05616
parent 187 31992c78a747
child 189 0a767793a489
Update test case 296 to add a tabindex
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	Mon Apr 15 07:44:49 2013 -0700
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-grid-aria-activedescendant-obj1.html	Mon Apr 15 11:41:28 2013 -0500
@@ -8,11 +8,11 @@
       </title>
    </head>
    <body>
-      <div id="test" role="grid" aria-activedescendant="obj1" tabindex="0">
+      <div id="test" tabindex="0" 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>
         </div>
       </div>
    </body>
-</html>
\ No newline at end of file
+</html>