Skip to content

Commit

Permalink
[e] (0) Rename a state for consistency.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3851 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 15, 2009
1 parent 7dba73e commit fa1f052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions index
Expand Up @@ -905,7 +905,7 @@
<li><a href=#tokenization><span class=secno>9.2.4 </span>Tokenization</a>
<ol>
<li><a href=#data-state><span class=secno>9.2.4.1 </span>Data state</a></li>
<li><a href=#character-reference-data-state><span class=secno>9.2.4.2 </span>Character reference data state</a></li>
<li><a href=#character-reference-in-data-state><span class=secno>9.2.4.2 </span>Character reference in data state</a></li>
<li><a href=#tag-open-state><span class=secno>9.2.4.3 </span>Tag open state</a></li>
<li><a href=#close-tag-open-state><span class=secno>9.2.4.4 </span>Close tag open state</a></li>
<li><a href=#tag-name-state><span class=secno>9.2.4.5 </span>Tag name state</a></li>
Expand Down Expand Up @@ -62704,7 +62704,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<dl class=switch><dt>U+0026 AMPERSAND (&amp;)</dt>
<dd>When the <a href=#content-model-flag>content model flag</a> is set to one of the
PCDATA or RCDATA states and the <a href=#escape-flag>escape flag</a> is
false: switch to the <a href=#character-reference-data-state>character reference data
false: switch to the <a href=#character-reference-in-data-state>character reference in data
state</a>.</dd>
<dd>Otherwise: treat it as per the "anything else" entry
below.</dd>
Expand Down Expand Up @@ -62760,7 +62760,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<dd>Emit the input character as a character token. Stay in the
<a href=#data-state>data state</a>.</dd>

</dl><h5 id=character-reference-data-state><span class=secno>9.2.4.2 </span><dfn>Character reference data state</dfn></h5>
</dl><h5 id=character-reference-in-data-state><span class=secno>9.2.4.2 </span><dfn>Character reference in data state</dfn></h5>

<p><i>(This cannot happen if the <a href=#content-model-flag>content model flag</a>
is set to the RAWTEXT state.)</i></p>
Expand Down Expand Up @@ -63826,7 +63826,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<p>This section defines how to <dfn id=consume-a-character-reference>consume a character
reference</dfn>. This definition is used when parsing character
references <a href=#character-reference-data-state title="character reference data state">in
references <a href=#character-reference-in-data-state title="character reference in data state">in
text</a> and <a href=#character-reference-in-attribute-value-state title="character reference in attribute value
state">in attributes</a>.</p>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -77341,7 +77341,7 @@ interface <dfn>MessagePort</dfn> {
<dt>U+0026 AMPERSAND (&amp;)</dt>
<dd>When the <span>content model flag</span> is set to one of the
PCDATA or RCDATA states and the <span>escape flag</span> is
false: switch to the <span>character reference data
false: switch to the <span>character reference in data
state</span>.</dd>
<dd>Otherwise: treat it as per the "anything else" entry
below.</dd>
Expand Down Expand Up @@ -77400,7 +77400,7 @@ interface <dfn>MessagePort</dfn> {
</dl>


<h5><dfn>Character reference data state</dfn></h5>
<h5><dfn>Character reference in data state</dfn></h5>

<p><i>(This cannot happen if the <span>content model flag</span>
is set to the RAWTEXT state.)</i></p>
Expand Down Expand Up @@ -78633,7 +78633,7 @@ interface <dfn>MessagePort</dfn> {

<p>This section defines how to <dfn>consume a character
reference</dfn>. This definition is used when parsing character
references <span title="character reference data state">in
references <span title="character reference in data state">in
text</span> and <span title="character reference in attribute value
state">in attributes</span>.</p>

Expand Down

0 comments on commit fa1f052

Please sign in to comment.