Skip to content

Commit

Permalink
[t] (0) character data doesn't include stuff in markup, oops
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7598

git-svn-id: http://svn.whatwg.org/webapps@4044 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent d736f54 commit 3559752
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -68552,9 +68552,9 @@ document.body.appendChild(text);
U+0020 SPACE character at the end of such comments.</p>

<p>If the XML API restricts allowed characters in character data,
the tool may replace any U+000C FORM FEED (FF) character with a
U+0020 SPACE character, and any other literal non-XML character with
a U+FFFD REPLACEMENT CHARACTER.</p>
attribute values, or comments, the tool may replace any U+000C FORM
FEED (FF) character with a U+0020 SPACE character, and any other
literal non-XML character with a U+FFFD REPLACEMENT CHARACTER.</p>

<p>If the tool has no way to convey out-of-band information, then
the tool may drop the following information:</p>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -84004,9 +84004,9 @@ document.body.appendChild(text);
U+0020 SPACE character at the end of such comments.</p>

<p>If the XML API restricts allowed characters in character data,
the tool may replace any U+000C FORM FEED (FF) character with a
U+0020 SPACE character, and any other literal non-XML character with
a U+FFFD REPLACEMENT CHARACTER.</p>
attribute values, or comments, the tool may replace any U+000C FORM
FEED (FF) character with a U+0020 SPACE character, and any other
literal non-XML character with a U+FFFD REPLACEMENT CHARACTER.</p>

<p>If the tool has no way to convey out-of-band information, then
the tool may drop the following information:</p>
Expand Down

0 comments on commit 3559752

Please sign in to comment.