Skip to content

Commit

Permalink
[e] (0) Oops, reverse r8016. I misread the XML spec.
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@8032 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 3, 2013
1 parent 7f397f6 commit af9ba6e
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 @@ -94149,8 +94149,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 character references
in XHTML documents is unsafe if they are defined in
the DOCTYPE. This means, for example, that using entity references
for characters 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 @@ -94149,8 +94149,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 character references
in XHTML documents is unsafe if they are defined in
the DOCTYPE. This means, for example, that using entity references
for characters 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 @@ -105214,8 +105214,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 character references
in XHTML documents is unsafe if they are defined in
the DOCTYPE. This means, for example, that using entity references
for characters 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 af9ba6e

Please sign in to comment.