[html5] r5777 - [e] (0) this paragraph really shouldn't be in the spec in the first place, but s [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 11 15:39:29 PST 2011
Author: ianh
Date: 2011-01-11 15:39:28 -0800 (Tue, 11 Jan 2011)
New Revision: 5777
Modified:
complete.html
index
source
Log:
[e] (0) 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
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11045
Modified: complete.html
===================================================================
--- complete.html 2011-01-11 23:24:29 UTC (rev 5776)
+++ complete.html 2011-01-11 23:39:28 UTC (rev 5777)
@@ -22820,9 +22820,10 @@
<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></p>
+ 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></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 2011-01-11 23:24:29 UTC (rev 5776)
+++ index 2011-01-11 23:39:28 UTC (rev 5777)
@@ -22799,9 +22799,10 @@
<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></p>
+ 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></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 2011-01-11 23:24:29 UTC (rev 5776)
+++ source 2011-01-11 23:39:28 UTC (rev 5777)
@@ -24428,10 +24428,10 @@
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>
+ 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></p>
<hr>
More information about the Commit-Watchers
mailing list