: Mention dl. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10891

: Mention dl. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10891

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.118&r2=1.119&f=h

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.html 30 Mar 2011 17:59:34 -0000 1.118
+++ Overview.html 30 Mar 2011 18:05:11 -0000 1.119
@@ -926,6 +926,10 @@
    <li>
     <p>The <code>head</code> element no longer allows the <code>object</code>
      element as child.
+
+   <li>
+    <p>The <code>dl</code> now represents an association list of name-value
+     groups, and is no longer said to be appropriate for dialogue.
   </ul>
 
   <h3 id=changed-attributes><span class=secno>3.4. </span>Changed attributes</h3>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.src.html 30 Mar 2011 17:59:34 -0000 1.96
+++ Overview.src.html 30 Mar 2011 18:05:11 -0000 1.97
@@ -734,6 +734,9 @@
 
       <li><p>The <code>head</code> element no longer allows the
       <code>object</code> element as child.</p></li>
+
+      <li><p>The <code>dl</code> now represents an association list of
+      name-value groups, and is no longer said to be appropriate for dialogue.</p></li>
     </ul>

Received on Wednesday, 30 March 2011 18:08:48 UTC