Corrected 611. mal-formed input element
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 12 Nov 2012 12:45:31 -0600
changeset 46 38b0ac209af8
parent 45 f0d2e8e5cf99
child 47 b0740876c93f
Corrected 611. mal-formed input element
ARIA/1.0/tests/test-files/name-computation-input/611.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/611.html	Mon Nov 12 12:40:41 2012 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/611.html	Mon Nov 12 12:45:31 2012 -0600
@@ -6,6 +6,7 @@
       <title>Input element with type="text" referenced by a label, no wai aria</title>
    </head>
    <body>
-    <input id="test" type="text">That is referenced by a <label for="test">foo</label> element.
+    <input id="test" type="text"/>
+    <label for="test">foo</label>
    </body>
 </html>