- From: poot <cvsmail@w3.org>
- Date: Wed, 30 Mar 2011 14:24:22 -0400
- To: public-html-diffs@w3.org
: typo
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.119&r2=1.120&f=h
===================================================================
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:24:24 UTC