101-novalid.xhtml (216B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>Text before legend and element after</title> 4 </head> 5 <body> 6 <figure> 7 text 8 <figcaption>Bar</figcaption> 9 <img src='foo' alt='bar'/> 10 </figure> 11 </body> 12 </html>