- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Apr 2009 01:18:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21854
Modified Files:
Overview.html
Log Message:
<dl> can be ordered... it's not appropriate for dialogs because dialogs aren't name/value pairs. (credit: rk) (whatwg r3006)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2168
retrieving revision 1.2169
diff -u -d -r1.2168 -r1.2169
--- Overview.html 28 Apr 2009 00:19:27 -0000 1.2168
+++ Overview.html 28 Apr 2009 01:18:17 -0000 1.2169
@@ -12069,9 +12069,8 @@
<dd>The user's login directory.</dd>
</dl></pre>
</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.<h4 id="the-dt-element"><span class="secno">4.5.11 </span>The <dfn><code>dt</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
+ marking up dialogue. For an example of how to mark up dialogue, see
+ the <code><a href="#the-dialog-element">dialog</a></code> element.<h4 id="the-dt-element"><span class="secno">4.5.11 </span>The <dfn><code>dt</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
<dd>None.</dd>
<dt>Contexts in which this element may be used:</dt>
<dd>Before <code><a href="#the-dd-element">dd</a></code> or <code><a href="#the-dt-element">dt</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd>
Received on Tuesday, 28 April 2009 01:18:30 UTC