- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 23 Aug 2005 18:55:06 -0400
# The paragraph, definition list group, or section that contains the dfn element
# contains the definition for the term given by the contents of the dfn element.
<section>
<dl>
<dt>foo</dt>
<dd><p>Some text... A <dfn>bar</dfn> is ...</p>
<p>And so on</p>
</dd>
</dl>
</section>
So which is the definition: the paragraph, the definition list group, or the
section? Or do we not know?
~fantasai
Received on Tuesday, 23 August 2005 15:55:06 UTC