Skip to content

Commit

Permalink
[e] (0) Make the XML terminology a bit more precise.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22447
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8016 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 2, 2013
1 parent 86c013a commit 3a0dcc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -94137,8 +94137,8 @@ <h3 id=writing-xhtml-documents><span class=secno>13.1 </span>Writing XHTML docum

<p class=note>According to the XML specification, XML processors
are not guaranteed to process the external DTD subset referenced in
the DOCTYPE. This means, for example, that using entity references
for characters in XHTML documents is unsafe if they are defined in
the DOCTYPE. This means, for example, that using character references
in XHTML documents is unsafe if they are defined in
an external file (except for <code title="">&amp;lt;</code>, <code title="">&amp;gt;</code>, <code title="">&amp;amp;</code>, <code title="">&amp;quot;</code> and <code title="">&amp;apos;</code>).</p>


Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -94137,8 +94137,8 @@ document.body.appendChild(text);

<p class=note>According to the XML specification, XML processors
are not guaranteed to process the external DTD subset referenced in
the DOCTYPE. This means, for example, that using entity references
for characters in XHTML documents is unsafe if they are defined in
the DOCTYPE. This means, for example, that using character references
in XHTML documents is unsafe if they are defined in
an external file (except for <code title="">&amp;lt;</code>, <code title="">&amp;gt;</code>, <code title="">&amp;amp;</code>, <code title="">&amp;quot;</code> and <code title="">&amp;apos;</code>).</p>


Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -105198,8 +105198,8 @@ document.body.appendChild(text);

<p class="note">According to the XML specification, XML processors
are not guaranteed to process the external DTD subset referenced in
the DOCTYPE. This means, for example, that using entity references
for characters in XHTML documents is unsafe if they are defined in
the DOCTYPE. This means, for example, that using character references
in XHTML documents is unsafe if they are defined in
an external file (except for <code title="">&amp;lt;</code>, <code
title="">&amp;gt;</code>, <code title="">&amp;amp;</code>, <code
title="">&amp;quot;</code> and <code
Expand Down

0 comments on commit 3a0dcc6

Please sign in to comment.