[html5] r2511 - [e] (0) Explain(?) that entities inside escaping text spans don't have any effec [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 1 20:10:37 PST 2008


Author: ianh
Date: 2008-12-01 20:10:36 -0800 (Mon, 01 Dec 2008)
New Revision: 2511

Modified:
   index
   source
Log:
[e] (0) Explain(?) that entities inside escaping text spans don't have any effect. (credit: hs)

Modified: index
===================================================================
--- index	2008-12-02 04:07:28 UTC (rev 2510)
+++ index	2008-12-02 04:10:36 UTC (rev 2511)
@@ -44888,7 +44888,9 @@
   span</a>, and ends at the next <a href=#syntax-escape-end title=syntax-escape-end>escaping text span end</a>. There
   cannot be any <a href=#syntax-charref title=syntax-charref>character
   references</a> inside an <a href=#syntax-escape title=syntax-escape>escaping
-  text span</a>.</p>
+  text span</a> — sequences of characters that would look
+  like <a href=#syntax-charref title=syntax-charref>character references</a> do not
+  have special meaning.</p>
 
   <p>An <dfn id=syntax-escape-start title=syntax-escape-start>escaping text span
   start</dfn> is a part of <a href=#syntax-text title=syntax-text>text</a> that

Modified: source
===================================================================
--- source	2008-12-02 04:07:28 UTC (rev 2510)
+++ source	2008-12-02 04:10:36 UTC (rev 2511)
@@ -51221,7 +51221,9 @@
   title="syntax-escape-end">escaping text span end</span>. There
   cannot be any <span title="syntax-charref">character
   references</span> inside an <span title="syntax-escape">escaping
-  text span</span>.</p>
+  text span</span> — sequences of characters that would look
+  like <span title="syntax-charref">character references</span> do not
+  have special meaning.</p>
 
   <p>An <dfn title="syntax-escape-start">escaping text span
   start</dfn> is a part of <span title="syntax-text">text</span> that




More information about the Commit-Watchers mailing list