summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/figure/304-novalid.xhtml
blob: ca4c2ae615ff75486f167e4c14f30ab7a30cf2dd (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 element after</title>
</head>
<body>
<figure>
<img src='foo' alt='bar'/>
<figcaption>Bar</figcaption>
<img src='foo' alt='bar'/>
</figure>
</body>
</html>