I've noticed an awkward occurence in Firefox/Firebug:
<dl>
<dt><h3>test</h3></dt>
<dd>stuff</dd>
</dl>
renders as this
<dl>
<dt></dt>
<h3>test</h3>
<dd>stuff</dd>
</dl>
I've never seen this happen before. Can anyone explain why?