- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Oct 2010 08:53:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23538
Modified Files:
Overview.html
Log Message:
Apply WG decision (whatwg r5627)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4502
retrieving revision 1.4503
diff -u -d -r1.4502 -r1.4503
--- Overview.html 14 Oct 2010 08:49:34 -0000 1.4502
+++ Overview.html 14 Oct 2010 08:53:55 -0000 1.4503
@@ -19111,8 +19111,11 @@
attribute contents and then to escape all U+0022 QUOTATION MARK (")
and U+0026 AMPERSAND (&) characters, and to specify the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute, to ensure safe
embedding of content.<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.<hr><p>The <dfn id="attr-iframe-name" title="attr-iframe-name"><code>name</code></dfn>
+ 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><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 Thursday, 14 October 2010 08:54:00 UTC