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