--- 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>