html5/html4-differences Overview.html,1.117,1.118 Overview.src.html,1.95,1.96

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
clarify that xml:space is XHTML-only

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Overview.html	30 Mar 2011 17:48:35 -0000	1.117
+++ Overview.html	30 Mar 2011 17:59:34 -0000	1.118
@@ -822,7 +822,7 @@
    <code>id</code>, <code>lang</code>, <code>style</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.
+   all elements in XHTML documents.
 
   <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.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- Overview.src.html	30 Mar 2011 17:48:35 -0000	1.95
+++ Overview.src.html	30 Mar 2011 17:59:34 -0000	1.96
@@ -637,7 +637,7 @@
     <code>id</code>, <code>lang</code>, <code>style</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>
+    on all elements in XHTML documents.</p>
 
     <p>There are also several new global attributes:</p>
 

Received on Wednesday, 30 March 2011 17:59:40 UTC