: clarify that xml:space is XHTML-only

: clarify that xml:space is XHTML-only

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

===================================================================
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 18:01:27 UTC