[html5] r3006 - [e] (0) <dl> can be ordered... it's not appropriate for dialogs because dialogs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 27 18:18:13 PDT 2009
Author: ianh
Date: 2009-04-27 18:18:12 -0700 (Mon, 27 Apr 2009)
New Revision: 3006
Modified:
index
source
Log:
[e] (0) <dl> can be ordered... it's not appropriate for dialogs because dialogs aren't name/value pairs. (credit: rk)
Modified: index
===================================================================
--- index 2009-04-28 00:19:22 UTC (rev 3005)
+++ index 2009-04-28 01:18:12 UTC (rev 3006)
@@ -13685,9 +13685,8 @@
</div>
<p class=note>The <code><a href=#the-dl-element>dl</a></code> element is inappropriate for
- marking up dialogue, since dialogue is ordered (each speaker/line
- pair comes after the next). For an example of how to mark up
- dialogue, see the <code><a href=#the-dialog-element>dialog</a></code> element.</p>
+ marking up dialogue. For an example of how to mark up dialogue, see
+ the <code><a href=#the-dialog-element>dialog</a></code> element.</p>
<h4 id=the-dt-element><span class=secno>4.5.11 </span>The <dfn><code>dt</code></dfn> element</h4>
Modified: source
===================================================================
--- source 2009-04-28 00:19:22 UTC (rev 3005)
+++ source 2009-04-28 01:18:12 UTC (rev 3006)
@@ -14640,9 +14640,8 @@
</div>
<p class="note">The <code>dl</code> element is inappropriate for
- marking up dialogue, since dialogue is ordered (each speaker/line
- pair comes after the next). For an example of how to mark up
- dialogue, see the <code>dialog</code> element.</p>
+ marking up dialogue. For an example of how to mark up dialogue, see
+ the <code>dialog</code> element.</p>
<h4>The <dfn><code>dt</code></dfn> element</h4>
More information about the Commit-Watchers
mailing list