509-novalid.html (286B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 509 Image element with role="presentation" but with aria-relevant="text"</title> 6 </head> 7 <body> 8 <img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-live="polite" aria-relevant="text"> 9 </body> 10 </html>