html5/spec Overview.html,1.4639,1.4640

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5322

Modified Files:
	Overview.html 
Log Message:
this paragraph really shouldn't be in the spec in the first place, but since it's there, let's at least make it mostly correct (whatwg r5777)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4639
retrieving revision 1.4640
diff -u -d -r1.4639 -r1.4640
--- Overview.html	11 Jan 2011 23:24:36 -0000	1.4639
+++ Overview.html	11 Jan 2011 23:39:34 -0000	1.4640
@@ -19615,9 +19615,10 @@
   embedding of content.<p class="note">Due to restrictions of <span>the XML syntax</span>,
   in XML the U+003C LESS-THAN SIGN character (&lt;) 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 &mdash; U+0009
-  CHARACTER TABULATION (HT), U+000A LINE FEED (LF), U+000D CARRIAGE
-  RETURN (CR) and U+0020 SPACE &mdash; also need to be escaped. <a href="#refsXML">[XML]</a><hr><p>The <dfn id="attr-iframe-name" title="attr-iframe-name"><code>name</code></dfn>
+  normalization</a>, some of XML's whitespace characters &mdash;
+  specifically U+0009 CHARACTER TABULATION (HT), U+000A LINE FEED
+  (LF), and U+000D CARRIAGE RETURN (CR) &mdash; also need to be
+  escaped. <a href="#refsXML">[XML]</a><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
   name</a>. The given value is used to name the <a href="#nested-browsing-context">nested
   browsing context</a>. <span class="impl">When the browsing

Received on Tuesday, 11 January 2011 23:39:39 UTC