--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menubar-aria-activedescendant-obj1.html Mon Apr 15 11:51:49 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menubar-aria-activedescendant-obj1.html Mon Apr 15 12:05:40 2013 -0500
@@ -8,9 +8,9 @@
</title>
</head>
<body>
- <div id="test" role="menubar" aria-activedescendant="obj1" tabindex="0">
+ <div id="test" role="menubar" tabindex="0" 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
+</html>
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radiogroup-aria-activedescendant-obj1.html Mon Apr 15 11:51:49 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radiogroup-aria-activedescendant-obj1.html Mon Apr 15 12:05:40 2013 -0500
@@ -8,9 +8,9 @@
</title>
</head>
<body>
- <div id="test" role="radiogroup" aria-activedescendant="obj1" tabindex="0">
+ <div id="test" role="radiogroup" tabindex="0" aria-activedescendant="obj1" tabindex="0">
<div id="obj1" role="radio">obj1</div>
<div id="obj2" role="radio">obj2</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-activedescendant-obj1.html Mon Apr 15 11:51:49 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-activedescendant-obj1.html Mon Apr 15 12:05:40 2013 -0500
@@ -9,9 +9,9 @@
</head>
<body>
<div role="grid">
- <div id="test" role="row" aria-activedescendant="obj1" tabindex="0">
+ <div id="test" role="row" tabindex="0" aria-activedescendant="obj1" tabindex="0">
<div id="obj1" role="gridcell">obj1</div>
<div id="obj2" role="gridcell">obj2</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-activedescendant-obj1.html Mon Apr 15 11:51:49 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-activedescendant-obj1.html Mon Apr 15 12:05:40 2013 -0500
@@ -9,7 +9,7 @@
</head>
<body>
<div role="grid">
- <div id="test" role="rowgroup" aria-activedescendant="obj1" tabindex="0">
+ <div id="test" tabindex="0" role="rowgroup" aria-activedescendant="obj1" tabindex="0">
<div id="obj1" role="row">
<div role="gridcell">r1c1</div>
<div role="gridcell">r1c2</div>
@@ -17,4 +17,4 @@
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>