[html5] r3851 - [e] (0) Rename a state for consistency.

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 14 18:42:19 PDT 2009


Author: ianh
Date: 2009-09-14 18:42:18 -0700 (Mon, 14 Sep 2009)
New Revision: 3851

Modified:
   index
   source
Log:
[e] (0) Rename a state for consistency.

Modified: index
===================================================================
--- index	2009-09-15 01:34:58 UTC (rev 3850)
+++ index	2009-09-15 01:42:18 UTC (rev 3851)
@@ -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>
@@ -62704,7 +62704,7 @@
   <dl class=switch><dt>U+0026 AMPERSAND (&)</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>
@@ -62760,7 +62760,7 @@
    <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>
@@ -63826,7 +63826,7 @@
 
   <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>
 

Modified: source
===================================================================
--- source	2009-09-15 01:34:58 UTC (rev 3850)
+++ source	2009-09-15 01:42:18 UTC (rev 3851)
@@ -77341,7 +77341,7 @@
    <dt>U+0026 AMPERSAND (&)</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>
@@ -77400,7 +77400,7 @@
   </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>
@@ -78633,7 +78633,7 @@
 
   <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>
 




More information about the Commit-Watchers mailing list