Corrected 611. mal-formed input element
--- 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>