removed content from anchor in 608
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 12 Nov 2012 10:54:07 -0600
changeset 41 d16f4e8975ac
parent 40 480186f5ced2
child 42 c32c75fafb5c
removed content from anchor in 608
ARIA/1.0/tests/test-files/name-computation-general/606.html
--- a/ARIA/1.0/tests/test-files/name-computation-general/606.html	Mon Nov 12 10:34:50 2012 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-general/606.html	Mon Nov 12 10:54:07 2012 -0600
@@ -6,7 +6,7 @@
       <title>aria-label on anchor with two aria-labelledby ids (no title attribute)</title>
    </head>
    <body>
-    <a href="test.html" id="ID0" aria-labelledby="ID0 ID1" aria-label="Tag">ABC</a>
+    <a href="test.html" id="ID0" aria-labelledby="ID0 ID1" aria-label="Tag"></a>
     <p id="ID1">Also labelledby text ID1</p>
    </body>
 </html>