- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 20 Jul 2009 15:18:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src In directory hutz:/tmp/cvs-serv22916/src Modified Files: syntax.html Log Message: minor tweak for clarification, in language about escaping text spans in Syntax section Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/src/syntax.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- syntax.html 20 Jul 2009 14:56:54 -0000 1.58 +++ syntax.html 20 Jul 2009 15:18:32 -0000 1.59 @@ -833,17 +833,7 @@ that is not itself in an <a href="#syntax-escape">escaping text span</a>, and ends at the next - <a href="#syntax-escape-end">escaping text span end</a>. - There cannot be any - <a href="#syntax-charref">character references</a> - inside an - <a href="#syntax-escape">escaping text span</a>; - any sequences of characters within an - <a href="#syntax-escape">escaping text span</a> - that may look like - <a href="#syntax-charref">character references</a> - are in fact not - <a href="#syntax-charref">character references</a>.</p> + <a href="#syntax-escape-end">escaping text span end</a>.</p> <p>An <dfn id="syntax-escape-start">escaping text span start</dfn> is the @@ -876,6 +866,18 @@ <a href="#comment-end-delimiter">comment end delimiter</a>.</li> </ul> </div> + <p>There cannot be any + <a href="#syntax-charref">character references</a> + inside an + <a href="#syntax-escape">escaping text span</a>; + any sequences of characters within an + <a href="#syntax-escape">escaping text span</a> + that may look like + <a href="#syntax-charref">character references</a> + are in fact + <a href="#syntax-text">text</a>, + not + <a href="#syntax-charref">character references</a>.</p> <p>An <a href="#syntax-escape-start">escaping text span start</a> may share its
Received on Monday, 20 July 2009 15:18:43 UTC