html5/html4-differences Overview.html,1.113,1.114 Overview.src.html,1.91,1.92

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
well look at that — HTML5 changed

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- Overview.html	19 Oct 2010 14:48:06 -0000	1.113
+++ Overview.html	12 Jan 2011 12:35:09 -0000	1.114
@@ -22,13 +22,13 @@
 
    <h1 id=html5-diff>HTML5 differences from HTML4</h1>
 
-   <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 19 October 2010</h2>
+   <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 13 January 2011</h2>
 
    <dl>
     <dt>This Version:
 
     <dd><a
-     href="http://www.w3.org/TR/2010/WD-html5-diff-20101019/">http://www.w3.org/TR/2010/WD-html5-diff-20101019/</a>
+     href="http://www.w3.org/TR/2011/WD-html5-diff-20110113/">http://www.w3.org/TR/2011/WD-html5-diff-20110113/</a>
 
     <dt>Latest Published Version:
 
@@ -43,6 +43,9 @@
     <dt>Previous Versions:
 
     <dd><a
+     href="http://www.w3.org/TR/2010/WD-html5-diff-20101019/">http://www.w3.org/TR/2010/WD-html5-diff-20101019/</a>
+
+    <dd><a
      href="http://www.w3.org/TR/2010/WD-html5-diff-20100624/">http://www.w3.org/TR/2010/WD-html5-diff-20100624/</a>
 
     <dd><a
@@ -107,7 +110,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 October 2010 W3C Working Draft produced by the <a
+  <p>This is the 13 January 2011 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
@@ -199,25 +202,28 @@
 
    <li><a href="#changelog"><span class=secno>5. </span>HTML5 Changelogs</a>
     <ul class=toc>
-     <li><a href="#changes-2010-06-24"><span class=secno>5.1. </span>Changes
-      since 24 June 2010</a>
+     <li><a href="#changes-2010-10-19"><span class=secno>5.1. </span>Changes
+      since 19 October 2010</a>
 
-     <li><a href="#changes-2010-03-04"><span class=secno>5.2. </span>Changes
+     <li><a href="#changes-2010-06-24"><span class=secno>5.2. </span>Changes
+      from 24 June 2010 to 19 October 2010</a>
+
+     <li><a href="#changes-2010-03-04"><span class=secno>5.3. </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
+     <li><a href="#changes-2009-08-25"><span class=secno>5.4. </span>Changes
       from 25 August 2009 to 4 March 2010</a>
 
-     <li><a href="#changes-2009-04-23"><span class=secno>5.4. </span>Changes
+     <li><a href="#changes-2009-04-23"><span class=secno>5.5. </span>Changes
       from 23 April 2009 to 25 August 2009</a>
 
-     <li><a href="#changes-2009-02-12"><span class=secno>5.5. </span>Changes
+     <li><a href="#changes-2009-02-12"><span class=secno>5.6. </span>Changes
       from 12 February 2009 to 23 April 2009</a>
 
-     <li><a href="#changes-2008-06-10"><span class=secno>5.6. </span>Changes
+     <li><a href="#changes-2008-06-10"><span class=secno>5.7. </span>Changes
       from 10 June 2008 to 12 February 2009</a>
 
-     <li><a href="#changes-2008-01-22"><span class=secno>5.7. </span>Changes
+     <li><a href="#changes-2008-01-22"><span class=secno>5.8. </span>Changes
       from 22 January 2008 to 10 June 2008</a>
     </ul>
 
@@ -549,6 +555,12 @@
 
    <li>
     <p><a
+     href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-bdi-element"><code>bdi</code></a>
+     represents a span of text that is to be isolated from its surroundings
+     for the purposes of bidirectional text formatting.
+
+   <li>
+    <p><a
      href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-wbr-element"><code>wbr</code></a>
      represents a line break opportunity.
 
@@ -745,6 +757,11 @@
      <code>datalist</code> element.
 
    <li>
+    <p>The <code>input</code> and <code>textarea</code> elements have a new
+     attribute named <code>dirname</code> that causes the directionality of
+     the control as set by the user to be submitted as well.
+
+   <li>
     <p>The <code>form</code> element has a <code>novalidate</code> attribute
      that can be used to disable form validation submission (i.e. the form
      can always be submitted).
@@ -818,8 +835,8 @@
     of HTML. The only requirement on these attributes is that they are not
     used for user agent extensions.
 
-   <li>The <code>draggable</code> attribute can be used together with the new
-    drag &amp; drop API.
+   <li>The <code>draggable</code> and <code>dropzone</code> attributes can be
+    used together with the new drag &amp; drop API.
 
    <li>The <code>hidden</code> attribute indicates that an element is not
     yet, or is no longer, relevant.
@@ -955,8 +972,6 @@
 
    <li><code>font</code>
 
-   <li><code>s</code>
-
    <li><code>strike</code>
 
    <li><code>tt</code>
@@ -1216,8 +1231,27 @@
   <p>The changes in the changelogs are in rough chronological order to ease
    editing this document.
 
-  <h3 id=changes-2010-06-24><span class=secno>5.1. </span>Changes since 24
-   June 2010</h3>
+  <h3 id=changes-2010-10-19><span class=secno>5.1. </span>Changes since 19
+   October 2010</h3>
+  <!-- rev 5643 - 5779 -->
+
+  <ul>
+   <li>Drag and drop model was refined.
+
+   <li>A new global <code>dropzone</code> attribute was added.
+
+   <li>A new <code>bdi</code> element was added to aid with user-generated
+    content that may have bidi implications.
+
+   <li>The <code>dir</code> attribute gained a new "<code>auto</code>" value.
+
+   <li>A <code>dirname</code> attribute was added to <code>input</code>
+    elements. When specified the directionality as specified by the user will
+    be submitted to the server as well.
+  </ul>
+
+  <h3 id=changes-2010-06-24><span class=secno>5.2. </span>Changes from 24
+   June 2010 to 19 October 2010</h3>
   <!-- rev 5108 - 5642 -->
 
   <ul>
@@ -1249,7 +1283,7 @@
 
   <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
+  <h3 id=changes-2010-03-04><span class=secno>5.3. </span>Changes from 4
    March 2010 to 24 June 2010</h3>
   <!-- rev 4647 - 5107 -->
 
@@ -1281,7 +1315,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.3. </span>Changes from 25
+  <h3 id=changes-2009-08-25><span class=secno>5.4. </span>Changes from 25
    August 2009 to 4 March 2010</h3>
   <!-- since rev 3673 -->
 
@@ -1347,7 +1381,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.4. </span>Changes from 23
+  <h3 id=changes-2009-04-23><span class=secno>5.5. </span>Changes from 23
    April 2009 to 25 August 2009</h3>
   <!-- since rev 2975 -->
 
@@ -1447,7 +1481,7 @@
    <li>Definition of Content-Type sniffing.
   </ul>
 
-  <h3 id=changes-2009-02-12><span class=secno>5.5. </span>Changes from 12
+  <h3 id=changes-2009-02-12><span class=secno>5.6. </span>Changes from 12
    February 2009 to 23 April 2009</h3>
 
   <ul>
@@ -1534,7 +1568,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.6. </span>Changes from 10
+  <h3 id=changes-2008-06-10><span class=secno>5.7. </span>Changes from 10
    June 2008 to 12 February 2009</h3>
 
   <ul>
@@ -1830,7 +1864,7 @@
     attribute.
   </ul>
 
-  <h3 id=changes-2008-01-22><span class=secno>5.7. </span>Changes from 22
+  <h3 id=changes-2008-01-22><span class=secno>5.8. </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.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- Overview.src.html	19 Oct 2010 14:48:06 -0000	1.91
+++ Overview.src.html	12 Jan 2011 12:35:10 -0000	1.92
@@ -32,6 +32,7 @@
         <dd><a href="http://dev.w3.org/html5/html4-differences/">http://dev.w3.org/html5/html4-differences/</a></dd>
 
         <dt>Previous Versions:</dt>
+        <dd><a href="http://www.w3.org/TR/2010/WD-html5-diff-20101019/">http://www.w3.org/TR/2010/WD-html5-diff-20101019/</a></dd>
         <dd><a href="http://www.w3.org/TR/2010/WD-html5-diff-20100624/">http://www.w3.org/TR/2010/WD-html5-diff-20100624/</a></dd>
         <dd><a href="http://www.w3.org/TR/2010/WD-html5-diff-20100304/">http://www.w3.org/TR/2010/WD-html5-diff-20100304/</a></dd>
         <dd><a href="http://www.w3.org/TR/2009/WD-html5-diff-20090825/">http://www.w3.org/TR/2009/WD-html5-diff-20090825/</a></dd>
@@ -421,7 +422,12 @@
       <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rp-element"><code>rp</code></a>
       allow for marking up ruby annotations.</p></li>
 
-      <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-wbr-element"><code>wbr</code></a> represents a line break opportunity.</p></li>
+      <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-bdi-element"><code>bdi</code></a>
+      represents a span of text that is to be isolated from its surroundings
+      for the purposes of bidirectional text formatting.</p></li>
+
+      <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-wbr-element"><code>wbr</code></a>
+      represents a line break opportunity.</p></li>
 
       <li><p><a href="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element"><code>canvas</code></a>
       is used for rendering dynamic bitmap graphics on the fly, such as
@@ -574,6 +580,11 @@
       <code>list</code> attribute which can be used together with the
       <code>datalist</code> element.
 
+      <li><p>The <code>input</code> and <code>textarea</code> elements have
+      a new attribute named <code>dirname</code> that causes the
+      directionality of the control as set by the user to be submitted as
+      well.
+
       <li><p>The <code>form</code> element has a <code>novalidate</code>
       attribute that can be used to disable form validation submission (i.e.
       the form can always be submitted).
@@ -639,8 +650,8 @@
       versions of HTML. The only requirement on these attributes is that
       they are not used for user agent extensions.
 
-      <li>The <code>draggable</code> attribute can be used together with the new
-      drag &amp; drop API.
+      <li>The <code>draggable</code> and <code>dropzone</code> attributes
+      can be used together with the new drag &amp; drop API.
 
       <li>The <code>hidden</code> attribute indicates that an element is not
       yet, or is no longer, relevant.
@@ -770,8 +781,6 @@
 
       <li><code>font</code>
 
-      <li><code>s</code>
-
       <li><code>strike</code>
 
       <li><code>tt</code>
@@ -1031,7 +1040,22 @@
     ease editing this document.</p>
 
 
-    <h3 id="changes-2010-06-24">Changes since 24 June 2010</h3> <!-- rev 5108 - 5642 -->
+    <h3 id="changes-2010-10-19">Changes since 19 October 2010</h3> <!-- rev 5643 - 5779 -->
+
+    <ul>
+     <li>Drag and drop model was refined.</li>
+     <li>A new global <code>dropzone</code> attribute was added.</li>
+     <li>A new <code>bdi</code> element was added to aid with user-generated
+     content that may have bidi implications.</li>
+     <li>The <code>dir</code> attribute gained a new "<code>auto</code>"
+     value.</li>
+     <li>A <code>dirname</code> attribute was added to <code>input</code>
+     elements. When specified the directionality as specified by the user
+     will be submitted to the server as well.</li>
+    </ul>
+
+
+    <h3 id="changes-2010-06-24">Changes from 24 June 2010 to 19 October 2010</h3> <!-- rev 5108 - 5642 -->
 
     <ul>
      <li>Numerous changes to the HTML parsing algorithm based on

Received on Wednesday, 12 January 2011 12:35:16 UTC