<br>Would anyone mind summarizing the design rationale for choosing the &#39;dt&#39; element as opposed to a &#39;caption&#39; element when specifying the caption of a figure? <br><br>Looking through the current draft of the HTML5 spec it appears that the surrounding context of &#39;dt&#39; element determines how the contents of &#39;dt&#39; are interpreted (e.g., dl, figure, details).<br>
However, from a readability, and I guess aesthetic perspective, a &lt;caption&gt; tag seems like the correct fit here.  A &lt;caption&gt; tag is more explicit in terms of the intended semantics associated with a figure; whereas, &lt;dt&gt; (defined term?) is more abstract (IMO).<br>
<br>Thank you.<br>Tim<br>