- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Mar 2011 17:48:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv15828
Modified Files:
Overview.html Overview.src.html
Log Message:
Mention xml:space. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10796
Index: Overview.html
===================================================================
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:48:39 UTC