: Mention xml:space. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10796

: Mention xml:space. Fixing
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10796

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.116&r2=1.117&f=h

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Overview.html 28 Feb 2011 15:26:06 -0000 1.116
+++ Overview.html 30 Mar 2011 17:48:35 -0000 1.117
@@ -22,14 +22,13 @@
 
    <h1 id=html5-diff>HTML5 differences from HTML4</h1>
 
-   <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 28 February
-    2011</h2>
+   <h2 class="no-num no-toc" id=w3c-doctype>W3C Working Draft 30 March 2011</h2>
 
    <dl>
     <dt>This Version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/WD-html5-diff-20110228/">http://www.w3.org/TR/2011/WD-html5-diff-20110228/</a>
+     href="http://www.w3.org/TR/2011/WD-html5-diff-20110330/">http://www.w3.org/TR/2011/WD-html5-diff-20110330/</a>
 
     <dt>Latest Published Version:
 
@@ -114,7 +113,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 28 February 2011 W3C Working Draft produced by the <a
+  <p>This is the 30 March 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
@@ -821,7 +820,9 @@
   <p>Several attributes from HTML4 now apply to all elements. These are
    called global attributes: <code>class</code>, <code>dir</code>,
    <code>id</code>, <code>lang</code>, <code>style</code>,
-   <code>tabindex</code> and <code>title</code>.
+   <code>tabindex</code> and <code>title</code>. Additionally, XHTML 1.0 only
+   allowed <code>xml:space</code> on some elements, which is now allowed on
+   all elements.
 
   <p>There are also several new global attributes:
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- Overview.src.html 28 Feb 2011 15:26:06 -0000 1.94
+++ Overview.src.html 30 Mar 2011 17:48:35 -0000 1.95
@@ -635,7 +635,9 @@
     <p>Several attributes from HTML4 now apply to all elements. These
     are called global attributes: <code>class</code>, <code>dir</code>,
     <code>id</code>, <code>lang</code>, <code>style</code>,
-    <code>tabindex</code> and <code>title</code>.</p>
+    <code>tabindex</code> and <code>title</code>. Additionally, XHTML 1.0
+    only allowed <code>xml:space</code> on some elements, which is now allowed
+    on all elements.</p>
 
     <p>There are also several new global attributes:</p>

Received on Wednesday, 30 March 2011 17:52:11 UTC