can an img be a link within figure?

<figure>
<a href="some link"><img src="some image" ...></a>
<legend>optional legend</legend>
</figure>

This would not be conforming in the current spec right? <figure> can
only contain an embedded content element (which <img> is), but not a
link? This is possibly not an issue for other embedded content but
seems a big change for images, which often are links.

http://www.w3.org/html/wg/html5/#the-figure
(Just checking I'm reading the spec right)

Received on Thursday, 5 July 2007 12:54:59 UTC