--- a/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-spinbutton.html Tue Oct 30 10:07:52 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-spinbutton.html Tue Oct 30 10:10:20 2012 +0100
@@ -7,7 +7,7 @@
<body>
<input type="checkbox" id="test" />
<label for="test">Flash the screen
- <label for="test">foo <input role="spinbutton" type="text" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
+ <label for="test">foo <input role="spinbutton" type="text" value="5" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
times.
</label>
</body>
--- a/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-spinbutton.html Tue Oct 30 10:07:52 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-spinbutton.html Tue Oct 30 10:10:20 2012 +0100
@@ -7,7 +7,7 @@
<body>
<input type="file" id="test" />
<label for="test">Flash the screen
- <label for="test">foo <input role="spinbutton" type="text" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
+ <label for="test">foo <input role="spinbutton" type="text" value="5" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
times.
</label>
</body>
--- a/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-spinbutton.html Tue Oct 30 10:07:52 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-spinbutton.html Tue Oct 30 10:10:20 2012 +0100
@@ -7,7 +7,7 @@
<body>
<input type="text" id="test" />
<label for="test">Flash the screen
- <label for="test">foo <input role="spinbutton" type="text" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
+ <label for="test">foo <input role="spinbutton" type="text" value="5" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
times.
</label>
</body>