Skip to content

Commit

Permalink
[a] (0) Woops, forgot to keep this section in sync. (credit: sp)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1680 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 23, 2008
1 parent 9345b20 commit 89f66fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -41383,7 +41383,9 @@ function receiver(e) {
href="#escaping0" title=syntax-escape-start>escaping text span start</a>
that is not itself in an <a href="#escaping" title=syntax-escape>escaping
text span</a>, and ends at the next <a href="#escaping1"
title=syntax-escape-end>escaping text span end</a>.
title=syntax-escape-end>escaping text span end</a>. There cannot be any <a
href="#character3" title=syntax-charref>character references</a> inside an
<a href="#escaping" title=syntax-escape>escaping text span</a>.

<p>An <dfn id=escaping0 title=syntax-escape-start>escaping text span
start</dfn> is a part of <a href="#text2" title=syntax-text>text</a> that
Expand Down
5 changes: 4 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -38988,7 +38988,10 @@ function receiver(e) {
title="syntax-escape-start">escaping text span start</span> that is
not itself in an <span title="syntax-escape">escaping text
span</span>, and ends at the next <span
title="syntax-escape-end">escaping text span end</span>.</p>
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>

<p>An <dfn title="syntax-escape-start">escaping text span
start</dfn> is a part of <span title="syntax-text">text</span> that
Expand Down

0 comments on commit 89f66fd

Please sign in to comment.