[html5] r5627 - [e] (0) Apply WG decision Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8806

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 14 01:53:50 PDT 2010


Author: ianh
Date: 2010-10-14 01:53:47 -0700 (Thu, 14 Oct 2010)
New Revision: 5627

Modified:
   complete.html
   index
   source
Log:
[e] (0) Apply WG decision
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8806

Modified: complete.html
===================================================================
--- complete.html	2010-10-14 08:49:23 UTC (rev 5626)
+++ complete.html	2010-10-14 08:53:47 UTC (rev 5627)
@@ -22153,8 +22153,11 @@
   embedding of content.</p>
 
   <p class=note>Due to restrictions of <span>the XML syntax</span>,
-  in XML a number of other characters need to be escaped also to
-  ensure correctness.</p>
+  in XML the U+003C LESS-THAN SIGN character (<) needs to be
+  escaped as well. In order to prevent <a href=http://www.w3.org/TR/REC-xml/#AVNormalize>attribute-value
+  normalization</a>, XML's whitespace characters — U+0009
+  CHARACTER TABULATION (HT), U+000A LINE FEED (LF), U+000D CARRIAGE
+  RETURN (CR) and U+0020 SPACE — also need to be escaped. <a href=#refsXML>[XML]</a></p>
 
   <hr><p>The <dfn id=attr-iframe-name title=attr-iframe-name><code>name</code></dfn>
   attribute, if present, must be a <a href=#valid-browsing-context-name>valid browsing context

Modified: index
===================================================================
--- index	2010-10-14 08:49:23 UTC (rev 5626)
+++ index	2010-10-14 08:53:47 UTC (rev 5627)
@@ -22130,8 +22130,11 @@
   embedding of content.</p>
 
   <p class=note>Due to restrictions of <span>the XML syntax</span>,
-  in XML a number of other characters need to be escaped also to
-  ensure correctness.</p>
+  in XML the U+003C LESS-THAN SIGN character (<) needs to be
+  escaped as well. In order to prevent <a href=http://www.w3.org/TR/REC-xml/#AVNormalize>attribute-value
+  normalization</a>, XML's whitespace characters — U+0009
+  CHARACTER TABULATION (HT), U+000A LINE FEED (LF), U+000D CARRIAGE
+  RETURN (CR) and U+0020 SPACE — also need to be escaped. <a href=#refsXML>[XML]</a></p>
 
   <hr><p>The <dfn id=attr-iframe-name title=attr-iframe-name><code>name</code></dfn>
   attribute, if present, must be a <a href=#valid-browsing-context-name>valid browsing context

Modified: source
===================================================================
--- source	2010-10-14 08:49:23 UTC (rev 5626)
+++ source	2010-10-14 08:53:47 UTC (rev 5627)
@@ -23681,8 +23681,13 @@
   embedding of content.</p>
 
   <p class="note">Due to restrictions of <span>the XML syntax</span>,
-  in XML a number of other characters need to be escaped also to
-  ensure correctness.</p>
+  in XML the U+003C LESS-THAN SIGN character (<) needs to be
+  escaped as well. In order to prevent <a
+  href="http://www.w3.org/TR/REC-xml/#AVNormalize">attribute-value
+  normalization</a>, XML's whitespace characters — U+0009
+  CHARACTER TABULATION (HT), U+000A LINE FEED (LF), U+000D CARRIAGE
+  RETURN (CR) and U+0020 SPACE — also need to be escaped. <a
+  href="#refsXML">[XML]</a></p>
 
   <hr>
 




More information about the Commit-Watchers mailing list