598-haswarn.html (387B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>DIV with aria-labelledby="ID1" aria-label="Tag" and title is not specified.</title> 6 </head> 7 <body> 8 <div id="test" aria-labelledby="ID1" aria-label='Tag'>aria-labelledby="ID1" aria-label='Tag'</div> 9 <span id="ID1">Element with id='ID1'</span> 10 </body> 11 </html>