html5/html4-differences Overview.html,1.118,1.119 Overview.src.html,1.96,1.97

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv20301

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Mention dl. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10891

Index: Overview.html
===================================================================
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:05:15 UTC