stripped title in the label and fixed the spaces in the radio title as does not match testable statement for test case 661
--- 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>