Corrected 610. test example did not match testable statement
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 12 Nov 2012 12:39:17 -0600
changeset 44 5d96e9aeb47f
parent 43 9f1678bedf0f
child 45 f0d2e8e5cf99
Corrected 610. test example did not match testable statement
ARIA/1.0/tests/test-files/name-computation-input/610.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/610.html	Mon Nov 12 12:43:53 2012 -0500
+++ b/ARIA/1.0/tests/test-files/name-computation-input/610.html	Mon Nov 12 12:39:17 2012 -0600
@@ -6,7 +6,7 @@
       <title>Input element, no wai-aria</title>
    </head>
    <body>
-    <input id="test" type="text">
-    <label for="test">foo</label>
+    <input id="test" type="test" aria-label="bar" aria-labelledby="ID1 test">
+    <div id="ID1">foo</label>
    </body>
 </html>