empty-longdesc-manual.html (301B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Longdesc test: empty longdesc</title> 5 </head> 6 <body> 7 <h1>Longdesc test: empty longdesc value</h1> 8 <p><img src="picture.png" alt="the image" longdesc=""></p> 9 <p>The longdesc attribute value is null, and therefore the longdesc is not valid.</p> 10 </body> 11 </html>