Files from Rich for split test cases, and a couple bug fixes in PF FtF
authorMichael Cooper <cooper@w3.org>
Tue, 30 Oct 2012 12:37:31 +0100
changeset 26 c23a438f9d11
parent 25 4c195c8286f6
child 27 05753f9a8c65
Files from Rich for split test cases, and a couple bug fixes in PF FtF
ARIA/1.0/tests/test-files/accessible-name-input/image-title.html
ARIA/1.0/tests/test-files/accessible-name-input/text-title.html
ARIA/1.0/tests/test-files/name-computation-general/599.html
ARIA/1.0/tests/test-files/name-computation-general/603.html
ARIA/1.0/tests/test-files/name-computation-input/547.html
ARIA/1.0/tests/test-files/name-computation-input/721.html
ARIA/1.0/tests/test-files/name-computation-input/723.html
ARIA/1.0/tests/test-files/name-computation-input/724.html
ARIA/1.0/tests/test-files/name-computation-input/725.html
ARIA/1.0/tests/test-files/name-computation-input/726.html
ARIA/1.0/tests/test-files/name-computation-input/727.html
ARIA/1.0/tests/test-files/name-computation-input/728.html
ARIA/1.0/tests/test-files/name-computation-input/729.html
ARIA/1.0/tests/test-files/name-computation-input/730.html
ARIA/1.0/tests/test-files/name-computation-input/731.html
ARIA/1.0/tests/test-files/name-computation-input/foo.jpg
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/image-title.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,10 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+   <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+      <title>Image input with title attribute and no other labeling mechanism</title>
+   </head>
+   <body>
+   	<input type="image" src="test.png" id="test" title="foo" />
+   </body>
+</html>
\ No newline at end of file
--- a/ARIA/1.0/tests/test-files/accessible-name-input/text-title.html	Tue Oct 30 09:22:33 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/text-title.html	Tue Oct 30 12:37:31 2012 +0100
@@ -2,9 +2,9 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>Image input with title attribute and no other labeling mechanism</title>
+      <title>Text input with title attribute and no other labeling mechanism</title>
    </head>
    <body>
-   	<input type="image" src="test.png" id="test" title="foo" />
+   	<input type="text" id="test" title="foo" />
    </body>
 </html>
\ No newline at end of file
--- a/ARIA/1.0/tests/test-files/name-computation-general/599.html	Tue Oct 30 09:22:33 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-general/599.html	Tue Oct 30 12:37:31 2012 +0100
@@ -1,13 +1,13 @@
-<!DOCTYPE html
-  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <title>DIV with id="ID0" and aria-labelledby="ID0 ID1" and aria-label="Tag" and title is not specified.</title>
-  </head>
-  <body>
-    <div id="test" aria-aria-labelledby="ID0 ID1" aria-label='Tag'>aria-labelledby="ID0 ID1" aria-label='Tag'</div>
-    <span id="ID0">Element with id='ID0'</span>
-    <span id="ID1">Element with id='ID1'</span>
-  </body>
-</html>
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+  <html>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+            <title>DIV with id="ID0" and aria-labelledby="ID0 ID1" and aria-label="Tag" and title is not specified.</title>
+              </head>
+                <body>
+                    <div id="test" aria-labelledby="ID0 ID1" aria-label="Tag">aria-labelledby="ID0 ID1" aria-label='Tag'</div>
+                        <span id="ID0">Element with id='ID0'</span>
+                            <span id="ID1">Element with id='ID1'</span>
+                              </body>
+                              </html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-general/603.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,2 @@
+<!DOCTYPE html
  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>&lt; href="test.html" aria-labelledby="ID1"&gt; ABC &lt;/A&gt; and aria-label is not specified and title is not specified.</title>
  </head>
  <body>
+    <div id="ID1">Nifty</div>
    <a reft="test.html" aria-labelledby="ID1">ABC</a>
  </body>
</html>
\ No newline at end of file
--- a/ARIA/1.0/tests/test-files/name-computation-input/547.html	Tue Oct 30 09:22:33 2012 +0100
+++ b/ARIA/1.0/tests/test-files/name-computation-input/547.html	Tue Oct 30 12:37:31 2012 +0100
@@ -7,7 +7,7 @@
 foo
 <input type="text" value="David"/>
 </label>
-<input type=text id="ID0" value="baz"/>
+<input type="text" 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/721.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Test 546a An INPUT type=text, password, checkbox, radio, file, or img, with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, and is referenced by a LABEL element.</title>
+</head>
+<body>
+<label for="test">States:</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/723.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Test 546b An INPUT type=text, password, checkbox, radio, file, or img, with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, and is referenced by a LABEL element.</title>
+</head>
+<body>
+<label for="test">States:</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/724.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Test 546c An INPUT type=text, password, checkbox, radio, file, or img, with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, and is referenced by a LABEL element.</title>
+</head>
+<body>
+<label for="test">States:</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/725.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Test 546d An INPUT type=text, password, checkbox, radio, file, or img, with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, and is referenced by a LABEL element.</title>
+</head>
+<body>
+<label for="test">File:</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/726.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>Test 546e An INPUT type=text, password, checkbox, radio, file, or img, with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, and is referenced by a LABEL element.</title>
+</head>
+<body>
+<label for="test">States:</label>
+<input type="image" id="test" src="foo.jpg"/>
+</body>
+</html>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-input/727.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>Test 547a An INPUT type=text, password, checkbox, radio, or file, with id="ID0" referenced by a LABEL with an embedded INPUT type=text.</title>
+</head>
+<body>
+<label for="ID0">
+foo
+<input type="text" value="David"/>
+</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/728.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>Test 547b An INPUT type=text, password, checkbox, radio, or file, with id="ID0" referenced by a LABEL with an embedded INPUT type=text.</title>
+</head>
+<body>
+<label for="ID0">
+foo
+<input type="text" value="David"/>
+</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/729.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>Test 547c An INPUT type=text, password, checkbox, radio, or file, with id="ID0" referenced by a LABEL with an embedded INPUT type=text.</title>
+</head>
+<body>
+<label for="ID0">
+foo
+<input type="text" value="David"/>
+</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/730.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>Test 547d An INPUT type=text, password, checkbox, radio, or file, with id="ID0" referenced by a LABEL with an embedded INPUT type=text.</title>
+</head>
+<body>
+<label for="ID0">
+foo
+<input type="text" value="David"/>
+</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/731.html	Tue Oct 30 12:37:31 2012 +0100
@@ -0,0 +1,13 @@
+<html>
+<head>
+<title>Test 547e An INPUT type=text, password, checkbox, radio, file, or image with id="ID0" referenced by a LABEL with an embedded INPUT type=text.</title>
+</head>
+<body>
+<label for="ID0">
+foo
+<input type="text" value="David"/>
+</label>
+<input type="image" id="ID0" src="foo.jpg"/>
+</body>
+</html>
+
Binary file ARIA/1.0/tests/test-files/name-computation-input/foo.jpg has changed