summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/figure/002-novalid.xhtml
blob: 7c4681dd9347c5dcf7001b4994bf8885fe9fa614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Element before figcaption and text after</title>
</head>
<body>
<figure>
<img src='foo' alt='bar'/>
<figcaption>Bar</figcaption>
text
</figure>
</body>
</html>