Test file for case 608: capitalized the 't' in 'Tag' (title attribute value) to match the upper case as given in the testable statement and expected result.
authorJoseph Scheuhammer <clown@alum.mit.edu>
Mon, 12 Nov 2012 12:43:53 -0500
changeset 43 9f1678bedf0f
parent 42 c32c75fafb5c
child 44 5d96e9aeb47f
Test file for case 608: capitalized the 't' in 'Tag' (title attribute value) to match the upper case as given in the testable statement and expected result.
ARIA/1.0/tests/test-files/name-computation-general/608.html
--- a/ARIA/1.0/tests/test-files/name-computation-general/608.html	Mon Nov 12 10:57:07 2012 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-general/608.html	Mon Nov 12 12:43:53 2012 -0500
@@ -6,6 +6,6 @@
       <title>Title attribute, no aria-label, aria-labelledby</title>
    </head>
    <body>
-    <a href="test.html" id="test" title="tag"></a>
+    <a href="test.html" id="test" title="Tag"></a>
    </body>
 </html>