- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Feb 2010 08:25:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv25479
Modified Files:
Overview.html Overview.src.html
Log Message:
actually, lots of minor fixes were made so downplay 'thousand'
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.html 11 Feb 2010 07:48:13 -0000 1.87
+++ Overview.html 11 Feb 2010 08:25:57 -0000 1.88
@@ -1281,9 +1281,8 @@
<code>summary</code> for exactly the same reason.
</ul>
- <p>A whole lot of other problems has been resolved. Over one thousand
- changes have been comitted to the source document. The above list
- summarises what affects authors the most.
+ <p>A whole lot of other smaller issues have also been resolved. The above
+ list summarises what is thought to be of primary interest to authors.
<p>In addition to all of the above, Microdata and the 2D context API for
<code>canvas</code> have been split into their own drafts at the W3C (the
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- Overview.src.html 11 Feb 2010 07:48:13 -0000 1.65
+++ Overview.src.html 11 Feb 2010 08:25:57 -0000 1.66
@@ -1095,11 +1095,11 @@
<li>The <code>details</code> element now uses a new element
<code>summary</code> for exactly the same reason.</li>
</ul>
-
- <p>A whole lot of other problems has been resolved. Over one thousand
- changes have been comitted to the source document. The above list
- summarises what affects authors the most.</p>
-
+
+ <p>A whole lot of other smaller issues have also been resolved. The
+ above list summarises what is thought to be of primary interest to
+ authors.</p>
+
<p>In addition to all of the above, Microdata and the 2D context API for
<code>canvas</code> have been split into their own drafts at the W3C
(the WHATWG still publishes a version of HTML5 that includes them):</p>
Received on Thursday, 11 February 2010 08:26:05 UTC