html5/html4-differences Overview.html,1.111,1.112 Overview.src.html,1.89,1.90

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
WD baby; mention s element and PUT/DELETE removal

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- Overview.html	19 Sep 2010 20:19:48 -0000	1.111
+++ Overview.html	11 Oct 2010 11:55:26 -0000	1.112
@@ -13,7 +13,7 @@
       code :link, code :visited { color:inherit }
       pre code { color:inherit }
     </style>
-  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet>
+  <link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel=stylesheet>
 
  <body>
   <div class=head>
@@ -22,13 +22,13 @@
 
    <h1 id=html5-diff>HTML5 differences from HTML4</h1>
 
-   <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 19 September 2010</h2>
+   <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 12 October 2010</h2>
 
    <dl>
     <dt>This Version:
 
     <dd><a
-     href="http://www.w3.org/TR/2010/ED-html5-diff-20100919/">http://www.w3.org/TR/2010/ED-html5-diff-20100919/</a>
+     href="http://www.w3.org/TR/2010/WD-html5-diff-20101012/">http://www.w3.org/TR/2010/WD-html5-diff-20101012/</a>
 
     <dt>Latest Published Version:
 
@@ -107,7 +107,7 @@
    can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
    index</a> at http://www.w3.org/TR/.</em>
 
-  <p>This is the 19 September 2010 Editor's Draft produced by the <a
+  <p>This is the 12 October 2010 W3C Working Draft produced by the <a
    href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a
    href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working
    Group intends to publish this document as a <a
@@ -890,6 +890,10 @@
      and context menus.
 
    <li>
+    <p>The <code>s</code> element now represents contents that are no longer
+     accurate or no longer relevant.
+
+   <li>
     <p>The <code>small</code> element now represents small print (for side
      comments and legal print).
 
@@ -1214,7 +1218,7 @@
 
   <h3 id=changes-2010-06-24><span class=secno>5.1. </span>Changes since 24
    June 2010</h3>
-  <!-- rev 5108 - 5468 -->
+  <!-- rev 5108 - 5596 -->
 
   <ul>
    <li>Numerous changes to the HTML parsing algorithm based on implementation
@@ -1234,6 +1238,11 @@
 
    <li>The <code>datetime</code> attribute of <code>ins</code> and
     <code>del</code> no longer requires a time to be specified.
+
+   <li>Using PUT and DELETE as HTTP methods for the <code>form</code> element
+    is no longer supported.
+
+   <li>The <code>s</code> element is no longer deprecated.
   </ul>
 
   <p>Per usual, lots of other minor fixes have been made as well.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Overview.src.html	19 Sep 2010 20:19:48 -0000	1.89
+++ Overview.src.html	11 Oct 2010 11:55:26 -0000	1.90
@@ -23,7 +23,7 @@
 
       <dl>
         <dt>This Version:</dt>
-        <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/ED-html5-diff-[CDATE]/</a></dd>
+        <dd><a href="[VERSION]/">http://www.w3.org/TR/[YEAR]/WD-html5-diff-[CDATE]/</a></dd>
 
         <dt>Latest Published Version:</dt>
         <dd><a href="http://www.w3.org/TR/html5-diff/">http://www.w3.org/TR/html5-diff/</a></dd>
@@ -707,6 +707,9 @@
       <li><p>The <code>menu</code> element is redefined to be useful for
       toolbars and context menus.</p></li>
 
+      <li><p>The <code>s</code> element now represents contents that are no
+      longer accurate or no longer relevant.</p></li>
+
       <li><p>The <code>small</code> element now represents small print (for
       side comments and legal print).</p></li>
 
@@ -1028,7 +1031,7 @@
     ease editing this document.</p>
 
 
-    <h3 id="changes-2010-06-24">Changes since 24 June 2010</h3> <!-- rev 5108 - 5468 -->
+    <h3 id="changes-2010-06-24">Changes since 24 June 2010</h3> <!-- rev 5108 - 5596 -->
 
     <ul>
      <li>Numerous changes to the HTML parsing algorithm based on
@@ -1044,6 +1047,9 @@
      <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>
+     <li>Using PUT and DELETE as HTTP methods for the <code>form</code>
+     element is no longer supported.</li>
+     <li>The <code>s</code> element is no longer deprecated.</li>
     </ul>
 
     <p>Per usual, lots of other minor fixes have been made as well.</p>

Received on Monday, 11 October 2010 11:55:34 UTC