[html5] r8016 - [e] (0) Make the XML terminology a bit more precise. Fixing https://www.w3.org/B [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 2 16:10:16 PDT 2013
Author: ianh
Date: 2013-07-02 16:10:14 -0700 (Tue, 02 Jul 2013)
New Revision: 8016
Modified:
complete.html
index
source
Log:
[e] (0) Make the XML terminology a bit more precise.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22447
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2013-07-02 22:57:56 UTC (rev 8015)
+++ complete.html 2013-07-02 23:10:14 UTC (rev 8016)
@@ -94137,8 +94137,8 @@
<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=""><</code>, <code title="">></code>, <code title="">&</code>, <code title="">"</code> and <code title="">'</code>).</p>
Modified: index
===================================================================
--- index 2013-07-02 22:57:56 UTC (rev 8015)
+++ index 2013-07-02 23:10:14 UTC (rev 8016)
@@ -94137,8 +94137,8 @@
<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=""><</code>, <code title="">></code>, <code title="">&</code>, <code title="">"</code> and <code title="">'</code>).</p>
Modified: source
===================================================================
--- source 2013-07-02 22:57:56 UTC (rev 8015)
+++ source 2013-07-02 23:10:14 UTC (rev 8016)
@@ -105198,8 +105198,8 @@
<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=""><</code>, <code
title="">></code>, <code title="">&</code>, <code
title="">"</code> and <code
More information about the Commit-Watchers
mailing list