[html5] r1467 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 20 01:38:31 PDT 2008
Author: ianh
Date: 2008-04-20 01:38:31 -0700 (Sun, 20 Apr 2008)
New Revision: 1467
Modified:
index
source
Log:
[c] (0) Allow duplicate definitions; require that the definition be with the <dfn>.
Modified: index
===================================================================
--- index 2008-04-20 06:16:55 UTC (rev 1466)
+++ index 2008-04-20 08:38:31 UTC (rev 1467)
@@ -11125,11 +11125,13 @@
</dl>
<p>The <code><a href="#dfn">dfn</a></code> element represents the defining
- instance of a term. The <span title=paragraphs>paragraphs</span>, <a
- href="#dl" title=dl>description list groups</a>, or <a href="#sectioning0"
- title="sectioning content">sections</a> that contain the <code><a
- href="#dfn">dfn</a></code> element contain the definition(s) for the term
- given by the contents of the <code><a href="#dfn">dfn</a></code> element.
+ instance of a term. The <a href="#paragraph"
+ title=paragraph>paragraph</a>, <a href="#dl" title=dl>description list
+ group</a>, or <a href="#sectioning0" title="sectioning
+ content">section</a> that is the nearest ancestor of the <code><a
+ href="#dfn">dfn</a></code> element must also contain the definition(s) for
+ the term given by the contents of the <code><a href="#dfn">dfn</a></code>
+ element.
<p><dfn id=defining>Defining term</dfn>: If the <code><a
href="#dfn">dfn</a></code> element has a <dfn id=title4
@@ -11148,10 +11150,6 @@
attribute of the <code><a href="#dfn">dfn</a></code> element is present,
then it must only contain the term being defined.
- <p>There must only be one <code><a href="#dfn">dfn</a></code> element per
- document for each term defined (i.e. there must not be any duplicate <a
- href="#defining" title="defining term">terms</a>).
-
<p class=note>The <code title=attr-title><a href="#title">title</a></code>
attribute of ancestor elements does not affect <code><a
href="#dfn">dfn</a></code> elements.
Modified: source
===================================================================
--- source 2008-04-20 06:16:55 UTC (rev 1466)
+++ source 2008-04-20 08:38:31 UTC (rev 1467)
@@ -9259,11 +9259,11 @@
</dl>
<p>The <code>dfn</code> element represents the defining instance of
- a term. The <span title="paragraphs">paragraphs</span>, <span title="dl">description
- list groups</span>, or <span title="sectioning
- content">sections</span> that contain the <code>dfn</code> element
- contain the definition(s) for the term given by the contents of the
- <code>dfn</code> element.</p>
+ a term. The <span title="paragraph">paragraph</span>, <span
+ title="dl">description list group</span>, or <span title="sectioning
+ content">section</span> that is the nearest ancestor of the
+ <code>dfn</code> element must also contain the definition(s) for the
+ term given by the contents of the <code>dfn</code> element.</p>
<p><dfn>Defining term</dfn>: If the <code>dfn</code> element has a
<dfn title="attr-dfn-title"><code>title</code></dfn> attribute, then
@@ -9282,10 +9282,6 @@
<code>dfn</code> element is present, then it must only contain the
term being defined.</p>
- <p>There must only be one <code>dfn</code> element per document for
- each term defined (i.e. there must not be any duplicate <span
- title="defining term">terms</span>).</p>
-
<p class="note">The <code title="attr-title">title</code> attribute
of ancestor elements does not affect <code>dfn</code> elements.</p>
More information about the Commit-Watchers
mailing list