stripped title in the label as does not match testable statement for test case 661
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 04 Feb 2013 10:42:05 -0600
changeset 97 c390d99370f0
parent 96 971850e48f64
child 98 a0be4ebddaf8
stripped title in the label as does not match testable statement for test case 661
ARIA/1.0/tests/test-files/name-computation-input/661.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/661.html	Mon Feb 04 10:37:58 2013 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/661.html	Mon Feb 04 10:42:05 2013 -0600
@@ -11,7 +11,7 @@
    </head>
    <body>
       <form>
-         <label for="test" title=" bar "><input id="test" type="checkbox" name="test" title="bar"></label> 
+         <label for="test"><input id="test" type="checkbox" name="test" title=" bar "></label> 
       </form>
    </body>
 </html>