497-novalid.html (314B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset=utf-8> 5 <title>Test 497 Image element with role="presentation" but with a reference to a description </title> 6 </head> 7 <body> 8 <img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-describedby="foo"> 9 <p id="foo"> 10 This is an image. 11 </p> 12 </body> 13 </html>