606.html (365B)
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 two aria-labelledby ids (no title attribute)</title> 6 </head> 7 <body> 8 <a href="test.html" id="ID0" aria-labelledby="ID0 ID1" aria-label="Tag"></a> 9 <p id="ID1">Also labelledby text ID1</p> 10 </body> 11 </html>