--- a/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-menu.html Tue Oct 30 16:50:23 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-menu.html Tue Oct 30 17:29:09 2012 +0100
@@ -7,11 +7,11 @@
<body>
<input type="checkbox" id="test" />
<label for="test">Flash the screen
- <div role="menu">
+ <span role="menu">
<span role="menuitem" aria-selected="true">1</span>
- <span role="menuitem">2</span>
- <span role="menuitem">3</span>
- </div>
+ <span role="menuitem" hidden>2</span>
+ <span role="menuitem" hidden>3</span>
+ </span>
times.
</label>
</body>
--- a/ARIA/1.0/tests/test-files/presentation-role/524.html Tue Oct 30 16:50:23 2012 +0100
+++ b/ARIA/1.0/tests/test-files/presentation-role/524.html Tue Oct 30 17:29:09 2012 +0100
@@ -1,6 +1,6 @@
<html>
<head>
-<title>Test 524 An owned, unfocusable element, with a valid aria-labelledby attribue set that inherits role="presentation"</title>
+<title>Test 524 An owned, unfocusable element, with a valid aria-labelledby attribute set that inherits role="presentation"</title>
</head>
<body>
<table role="presentation">
@@ -8,9 +8,7 @@
<td aria-labelledby="foo"></td>
</tr>
</table>
-<div id="foo">
-You can
-</div>
+<div id="foo">test</div>
</body>
</html>