- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:43:55 -0500
- To: public-html-diffs@w3.org
hixie: 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) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4639&r2=1.4640&f=h http://html5.org/tools/web-apps-tracker?from=5776&to=5777 =================================================================== 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 (<) 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> + normalization</a>, some of XML's whitespace characters — + specifically U+0009 CHARACTER TABULATION (HT), U+000A LINE FEED + (LF), and U+000D CARRIAGE RETURN (CR) — 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 Wednesday, 12 January 2011 02:43:57 UTC