html5/html4-differences Overview.html,1.109,1.110 Overview.src.html,1.87,1.88

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
nothing changed; HTML5 is stable yay

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- Overview.html	19 Sep 2010 09:48:59 -0000	1.109
+++ Overview.html	19 Sep 2010 10:50:39 -0000	1.110
@@ -199,22 +199,25 @@
 
    <li><a href="#changelog"><span class=secno>5. </span>HTML5 Changelogs</a>
     <ul class=toc>
-     <li><a href="#changes-2010-03-04"><span class=secno>5.1. </span>Changes
-      since 4 March 2010</a>
+     <li><a href="#changes-2010-06-24"><span class=secno>5.1. </span>Changes
+      since 24 June 2010</a>
 
-     <li><a href="#changes-2009-08-25"><span class=secno>5.2. </span>Changes
+     <li><a href="#changes-2010-03-04"><span class=secno>5.2. </span>Changes
+      from 4 March 2010 to 24 June 2010</a>
+
+     <li><a href="#changes-2009-08-25"><span class=secno>5.3. </span>Changes
       from 25 August 2009 to 4 March 2010</a>
 
-     <li><a href="#changes-2009-04-23"><span class=secno>5.3. </span>Changes
+     <li><a href="#changes-2009-04-23"><span class=secno>5.4. </span>Changes
       from 23 April 2009 to 25 August 2009</a>
 
-     <li><a href="#changes-2009-02-12"><span class=secno>5.4. </span>Changes
+     <li><a href="#changes-2009-02-12"><span class=secno>5.5. </span>Changes
       from 12 February 2009 to 23 April 2009</a>
 
-     <li><a href="#changes-2008-06-10"><span class=secno>5.5. </span>Changes
+     <li><a href="#changes-2008-06-10"><span class=secno>5.6. </span>Changes
       from 10 June 2008 to 12 February 2009</a>
 
-     <li><a href="#changes-2008-01-22"><span class=secno>5.6. </span>Changes
+     <li><a href="#changes-2008-01-22"><span class=secno>5.7. </span>Changes
       from 22 January 2008 to 10 June 2008</a>
     </ul>
 
@@ -1209,8 +1212,31 @@
   <p>The changes in the changelogs are in rough chronological order to ease
    editing this document.
 
-  <h3 id=changes-2010-03-04><span class=secno>5.1. </span>Changes since 4
-   March 2010</h3>
+  <h3 id=changes-2010-06-24><span class=secno>5.1. </span>Changes since 24
+   June 2010</h3>
+  <!-- rev 5108 - 5468 -->
+
+  <ul>
+   <li>Numerous changes to the HTML parsing algorithm based on implementation
+    feedback.
+
+   <li>The <code>hidden</code> attribute now works for table-related
+    elements.
+
+   <li>The <code>canvas</code> <code>getContext()</code> method is now
+    defined to be able to handle multiple contexts better.
+
+   <li>The <code>prefetch</code> link relationship can now be used on
+    <code>a</code> elements.
+
+   <li>The <code>datetime</code> attribute of <code>ins</code> and
+    <code>del</code> no longer requires a time to be specified.
+  </ul>
+
+  <p>Per usual, lots of other minor fixes have been made as well.
+
+  <h3 id=changes-2010-03-04><span class=secno>5.2. </span>Changes from 4
+   March 2010 to 24 June 2010</h3>
   <!-- rev 4647 - 5107 -->
 
   <ul>
@@ -1241,7 +1267,7 @@
   <p>In addition lots of minor changes, clarifications, and fixes have been
    made to the document.
 
-  <h3 id=changes-2009-08-25><span class=secno>5.2. </span>Changes from 25
+  <h3 id=changes-2009-08-25><span class=secno>5.3. </span>Changes from 25
    August 2009 to 4 March 2010</h3>
   <!-- since rev 3673 -->
 
@@ -1307,7 +1333,7 @@
    HTML5 and are not published as a separate draft. The WHATWG draft of HTML5
    still includes them.
 
-  <h3 id=changes-2009-04-23><span class=secno>5.3. </span>Changes from 23
+  <h3 id=changes-2009-04-23><span class=secno>5.4. </span>Changes from 23
    April 2009 to 25 August 2009</h3>
   <!-- since rev 2975 -->
 
@@ -1407,7 +1433,7 @@
    <li>Definition of Content-Type sniffing.
   </ul>
 
-  <h3 id=changes-2009-02-12><span class=secno>5.4. </span>Changes from 12
+  <h3 id=changes-2009-02-12><span class=secno>5.5. </span>Changes from 12
    February 2009 to 23 April 2009</h3>
 
   <ul>
@@ -1494,7 +1520,7 @@
    <li><a href="http://dev.w3.org/html5/webdatabase/">Web SQL Database</a>
   </ul>
 
-  <h3 id=changes-2008-06-10><span class=secno>5.5. </span>Changes from 10
+  <h3 id=changes-2008-06-10><span class=secno>5.6. </span>Changes from 10
    June 2008 to 12 February 2009</h3>
 
   <ul>
@@ -1790,7 +1816,7 @@
     attribute.
   </ul>
 
-  <h3 id=changes-2008-01-22><span class=secno>5.6. </span>Changes from 22
+  <h3 id=changes-2008-01-22><span class=secno>5.7. </span>Changes from 22
    January 2008 to 10 June 2008</h3>
 
   <ul>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.src.html	19 Sep 2010 09:48:59 -0000	1.87
+++ Overview.src.html	19 Sep 2010 10:50:39 -0000	1.88
@@ -1028,7 +1028,25 @@
     ease editing this document.</p>
 
 
-    <h3 id="changes-2010-03-04">Changes since 4 March 2010</h3> <!-- rev 4647 - 5107 -->
+    <h3 id="changes-2010-06-24">Changes since 24 June 2010</h3> <!-- rev 5108 - 5468 -->
+
+    <ul>
+     <li>Numerous changes to the HTML parsing algorithm based on
+     implementation feedback.</li>
+     <li>The <code>hidden</code> attribute now works for table-related
+     elements.</li>
+     <li>The <code>canvas</code> <code>getContext()</code> method is now
+     defined to be able to handle multiple contexts better.</li>
+     <li>The <code>prefetch</code> link relationship can now be used on
+     <code>a</code> elements.</li>
+     <li>The <code>datetime</code> attribute of <code>ins</code> and
+     <code>del</code> no longer requires a time to be specified.</li>
+    </ul>
+
+    <p>Per usual, lots of other minor fixes have been made as well.</p>
+
+
+    <h3 id="changes-2010-03-04">Changes from 4 March 2010 to 24 June 2010</h3> <!-- rev 4647 - 5107 -->
 
     <ul>
      <li>The <code>ping</code> attribute has been removed from the W3C

Received on Sunday, 19 September 2010 10:50:42 UTC