Completed splitting of test cases from Rich, and fixed some incorrect test files on the way
--- a/ARIA/1.0/tests/test-files/name-computation-input/548.html Tue Oct 30 12:49:49 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-input/548.html Tue Oct 30 14:51:09 2012 +0100
@@ -1,6 +1,6 @@
<html>
<head>
-<title>Test 548An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded SELECT, role=combobox, or role=menu.</title>
+<title>Test 548 An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded SELECT, role=combobox, or role=menu.</title>
</head>
<body>
<label for="ID0">
@@ -10,7 +10,7 @@
<option role="menuitem" value="scuba">rich</option>
</select>
</label>
-<input type=text id="ID0" value="baz"/>
+<input type="text" id="ID0" value="baz"/>
</body>
</html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/549.html Tue Oct 30 12:49:49 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-input/549.html Tue Oct 30 14:51:09 2012 +0100
@@ -1,6 +1,6 @@
<html>
<head>
-<title>Test 549 An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has an aria-valuetext.</title>
+<title>Test 549 An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has an aria-valuetext.</title>
</head>
<body>
<label for="ID0">
@@ -8,7 +8,7 @@
<div role="spinbutton" aria-valuetext="Monday" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
</div>
</label>
-<input type=text id="ID0" value="baz"/>
+<input type="text" id="ID0" value="baz"/>
</body>
</html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/550.html Tue Oct 30 12:49:49 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-input/550.html Tue Oct 30 14:51:09 2012 +0100
@@ -8,7 +8,7 @@
<div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
</div>
</label>
-<input type=text id="ID0" value="baz"/>
+<input type="text" id="ID0" value="baz"/>
</body>
</html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/551.html Tue Oct 30 12:49:49 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-input/551.html Tue Oct 30 14:51:09 2012 +0100
@@ -3,7 +3,7 @@
<title>Test 551 An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title>
</head>
<body>
-<input type=text id="test" title="crazy" value="baz"/>
+<input type="text" id="test" title="crazy" value="baz"/>
</body>
</html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/552.html Tue Oct 30 12:49:49 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-input/552.html Tue Oct 30 14:51:09 2012 +0100
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<title>Test 552 An INPUT type=text with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<title>Test 552 An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
<style>
label:before
@@ -12,7 +12,7 @@
</head>
<body>
<label for="test"></label>
-<input type="text" id="test"/>
+<input type="text" aria-label="fruit" id="test"/>
</body>
</html>
--- a/ARIA/1.0/tests/test-files/name-computation-input/553.html Tue Oct 30 12:49:49 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-input/553.html Tue Oct 30 14:51:09 2012 +0100
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
-<title>Test 553 An INPUT type=text with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
+<title>Test 553 An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
<style>
label:after
@@ -11,7 +11,7 @@
</style>
</head>
<body>
-<label for="test">big and</label>
+<label for="test">fruit</label>
<input type="text" id="test"/>
</body>
</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/738.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has an aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuetext="Monday" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="password" value="baz" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/739.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has an aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuetext="Monday" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="checkbox" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/740.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has an aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuetext="Monday" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="radio" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/741.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has an aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuetext="Monday" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="file" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/742.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has an aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuetext="Monday" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="image" src="foo.jpg" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/743.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has no aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="password" id="ID0" value="baz"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/744.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, or file, with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has no aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="checkbox" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/745.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has no aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="radio" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/746.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has no aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="file" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/747.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,15 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image with id="ID0", referenced by a LABEL with an embedded role=spinbutton or role=slider that has no aria-valuetext.</title>
+</head>
+<body>
+<label for="ID0">
+ crazy
+ <div role="spinbutton" aria-valuemin="1" aria-valuemax="7" aria-valuenow="4">
+ </div>
+</label>
+<input type="image" src="foo.jpg" id="ID0"/>
+
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/748.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title>
+</head>
+<body>
+<input type="password" id="test" title="crazy" value="baz"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/749.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title>
+</head>
+<body>
+<input type="checkbox" id="test" title="crazy"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/750.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title>
+</head>
+<body>
+<input type="radio" id="test" title="crazy"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/751.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title>
+</head>
+<body>
+<input type="file" id="test" title="crazy"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/752.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,9 @@
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title>
+</head>
+<body>
+<input type="image" src="foo.jpg" id="test" title="crazy"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/753.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<style>
+
+label:before
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="password" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/754.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<style>
+
+label:before
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="checkbox" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/755.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<style>
+
+label:before
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="radio" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/756.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<style>
+
+label:before
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="file" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/757.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :before content rule.</title>
+<style>
+
+label:before
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="image" src="foo.jpg" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/758.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
+<style>
+
+label:after
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="password" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/759.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
+<style>
+
+label:after
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="checkbox" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/760.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
+<style>
+
+label:after
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="radio" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/761.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
+<style>
+
+label:after
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="file" id="test"/>
+</body>
+</html>
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/762.html Tue Oct 30 14:51:09 2012 +0100
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>An INPUT type=text, password, checkbox, radio, file, or image, with id="test", with no aria-labelledby and no aria-label, but is referenced by a LABEL element that has an associated CSS :after content rule. </title>
+<style>
+
+label:after
+{
+content:"fancy";
+}
+</style>
+</head>
+<body>
+<label for="test">fruit</label>
+<input type="image" src="foo.jpg" id="test"/>
+</body>
+</html>
+