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.
--- 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>