html5/html4-differences Overview.html,1.119,1.120 Overview.src.html,1.97,1.98

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
typo

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- Overview.html	30 Mar 2011 18:05:11 -0000	1.119
+++ Overview.html	30 Mar 2011 18:20:45 -0000	1.120
@@ -928,8 +928,8 @@
      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.
+    <p>The <code>dl</code> element 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.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- Overview.src.html	30 Mar 2011 18:05:11 -0000	1.97
+++ Overview.src.html	30 Mar 2011 18:20:45 -0000	1.98
@@ -735,7 +735,7 @@
       <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
+      <li><p>The <code>dl</code> element 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:20:50 UTC