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