fixed href typo
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 12 Nov 2012 09:59:56 -0600
changeset 39 855dc8878e8f
parent 38 c9aa483b06ca
child 40 480186f5ced2
fixed href typo
ARIA/1.0/tests/test-files/name-computation-general/603.html
--- a/ARIA/1.0/tests/test-files/name-computation-general/603.html	Mon Nov 05 11:11:08 2012 -0500
+++ b/ARIA/1.0/tests/test-files/name-computation-general/603.html	Mon Nov 12 09:59:56 2012 -0600
@@ -1,2 +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
+    <div id="ID1">Nifty</div>
    <a href="test.html" aria-labelledby="ID1">ABC</a>
  </body>
</html>