removed content from anchor in 608
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 12 Nov 2012 10:57:07 -0600
changeset 42 c32c75fafb5c
parent 41 d16f4e8975ac
child 43 9f1678bedf0f
removed content from anchor in 608
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:54:07 2012 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-general/608.html	Mon Nov 12 10:57:07 2012 -0600
@@ -6,6 +6,6 @@
       <title>Title attribute, no aria-label, aria-labelledby</title>
    </head>
    <body>
-    <a href="test.html" id="test" title="tag">ABC</a>
+    <a href="test.html" id="test" title="tag"></a>
    </body>
 </html>