[whatwg] WA1: <dfn> scope

fantasai fantasai.lists at inkedblade.net
Tue Aug 23 15:55:06 PDT 2005


# 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




More information about the whatwg mailing list