Skip to content

Commit

Permalink
[e] (0) this paragraph really shouldn't be in the spec in the first p…
Browse files Browse the repository at this point in the history
…lace, 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

git-svn-id: http://svn.whatwg.org/webapps@5777 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2011
1 parent 6d95353 commit adf7d7e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -22820,9 +22820,10 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
<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></p>
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></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
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -22799,9 +22799,10 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<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></p>
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></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
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -24428,10 +24428,10 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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></p>
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></p>

<hr>

Expand Down

0 comments on commit adf7d7e

Please sign in to comment.