[html5] r1246 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 25 19:28:51 PST 2008
Author: ianh
Date: 2008-02-25 19:28:47 -0800 (Mon, 25 Feb 2008)
New Revision: 1246
Modified:
index
source
Log:
[a] (0) Clarify that <dl> <dt> A <dd> aaa... <dd> bbb... </dl> means aaa and bbb are alternatives, not part of the same definition.
Modified: index
===================================================================
--- index 2008-02-26 03:19:53 UTC (rev 1245)
+++ index 2008-02-26 03:28:47 UTC (rev 1246)
@@ -9910,6 +9910,10 @@
<p>Name-value groups may be terms and definitions, metadata topics and
values, or any other groups of name-value data.
+ <p>The values within a group are alternatives; multiple paragraphs forming
+ part of the same value must all be given within the same <code><a
+ href="#dd">dd</a></code> element.
+
<p>The order of the list of groups, and of the names and values within each
group, may be significant.
Modified: source
===================================================================
--- source 2008-02-26 03:19:53 UTC (rev 1245)
+++ source 2008-02-26 03:28:47 UTC (rev 1246)
@@ -8076,6 +8076,10 @@
<p>Name-value groups may be terms and definitions, metadata topics
and values, or any other groups of name-value data.</p>
+ <p>The values within a group are alternatives; multiple paragraphs
+ forming part of the same value must all be given within the same
+ <code>dd</code> element.</p>
+
<p>The order of the list of groups, and of the names and values
within each group, may be significant.</p>
More information about the Commit-Watchers
mailing list