605.html (361B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Aria-label on anchor with aria-labelledby (no title attribute)</title> 6 </head> 7 <body> 8 <a href="test.html" id="test" aria-labelledby="ID1" aria-label="Tag">ABC</a> 9 <p id="ID1">Here is some labelledby text</p> 10 </body> 11 </html>