[html5] r8032 - [e] (0) Oops, reverse r8016. I misread the XML spec. Fixing https://www.w3.org/B [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 3 15:35:44 PDT 2013


Author: ianh
Date: 2013-07-03 15:35:42 -0700 (Wed, 03 Jul 2013)
New Revision: 8032

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, reverse r8016. I misread the XML spec.
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-03 21:42:12 UTC (rev 8031)
+++ complete.html	2013-07-03 22:35:42 UTC (rev 8032)
@@ -94149,8 +94149,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 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="">&lt;</code>, <code title="">&gt;</code>, <code title="">&amp;</code>, <code title="">&quot;</code> and <code title="">&apos;</code>).</p>
 
 

Modified: index
===================================================================
--- index	2013-07-03 21:42:12 UTC (rev 8031)
+++ index	2013-07-03 22:35:42 UTC (rev 8032)
@@ -94149,8 +94149,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 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="">&lt;</code>, <code title="">&gt;</code>, <code title="">&amp;</code>, <code title="">&quot;</code> and <code title="">&apos;</code>).</p>
 
 

Modified: source
===================================================================
--- source	2013-07-03 21:42:12 UTC (rev 8031)
+++ source	2013-07-03 22:35:42 UTC (rev 8032)
@@ -105214,8 +105214,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 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="">&lt;</code>, <code
   title="">&gt;</code>, <code title="">&amp;</code>, <code
   title="">&quot;</code> and <code




More information about the Commit-Watchers mailing list