fixed ID0 reference
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 12 Nov 2012 10:34:50 -0600
changeset 40 480186f5ced2
parent 39 855dc8878e8f
child 41 d16f4e8975ac
fixed ID0 reference
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 09:59:56 2012 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-general/606.html	Mon Nov 12 10:34:50 2012 -0600
@@ -6,8 +6,7 @@
       <title>aria-label on anchor with two aria-labelledby ids (no title attribute)</title>
    </head>
    <body>
-    <a href="test.html" id="test" aria-labelledby="ID0 ID1" aria-label="Tag">ABC</a>
-    <p id="ID0">Here is some labelledby text for ID0</p>
+    <a href="test.html" id="ID0" aria-labelledby="ID0 ID1" aria-label="Tag">ABC</a>
     <p id="ID1">Also labelledby text ID1</p>
    </body>
 </html>