[html5] r4671 - [e] (0) s/close tag/end tag/ for consistency Fixing http://www.w3.org/Bugs/Publi [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 5 16:12:39 PST 2010


Author: ianh
Date: 2010-02-05 16:12:37 -0800 (Fri, 05 Feb 2010)
New Revision: 4671

Modified:
   complete.html
   index
   source
Log:
[e] (0) s/close tag/end tag/ for consistency
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8696

Modified: complete.html
===================================================================
--- complete.html	2010-02-06 00:09:16 UTC (rev 4670)
+++ complete.html	2010-02-06 00:12:37 UTC (rev 4671)
@@ -1025,7 +1025,7 @@
        <li><a href=#script-data-state><span class=secno>12.2.4.6 </span>Script data state</a></li>
        <li><a href=#plaintext-state><span class=secno>12.2.4.7 </span>PLAINTEXT state</a></li>
        <li><a href=#tag-open-state><span class=secno>12.2.4.8 </span>Tag open state</a></li>
-       <li><a href=#close-tag-open-state><span class=secno>12.2.4.9 </span>Close tag open state</a></li>
+       <li><a href=#end-tag-open-state><span class=secno>12.2.4.9 </span>End tag open state</a></li>
        <li><a href=#tag-name-state><span class=secno>12.2.4.10 </span>Tag name state</a></li>
        <li><a href=#rcdata-less-than-sign-state><span class=secno>12.2.4.11 </span>RCDATA less-than sign state</a></li>
        <li><a href=#rcdata-end-tag-open-state><span class=secno>12.2.4.12 </span>RCDATA end tag open state</a></li>
@@ -71824,7 +71824,7 @@
    <dd>Switch to the <a href=#markup-declaration-open-state>markup declaration open state</a>.</dd>
 
    <dt>U+002F SOLIDUS (/)</dt>
-   <dd>Switch to the <a href=#close-tag-open-state>close tag open state</a>.</dd>
+   <dd>Switch to the <a href=#end-tag-open-state>end tag open state</a>.</dd>
 
    <dt>U+0041 LATIN CAPITAL LETTER A through to U+005A LATIN CAPITAL LETTER Z</dt>
    <dd>Create a new start tag token, set its tag name to the
@@ -71848,7 +71848,7 @@
    character token and reconsume the <a href=#current-input-character>current input
    character</a> in the <a href=#data-state>data state</a>.</dd>
 
-  </dl><h5 id=close-tag-open-state><span class=secno>12.2.4.9 </span><dfn>Close tag open state</dfn></h5>
+  </dl><h5 id=end-tag-open-state><span class=secno>12.2.4.9 </span><dfn>End tag open state</dfn></h5>
 
   <p>Consume the <a href=#next-input-character>next input character</a>:</p>
 

Modified: index
===================================================================
--- index	2010-02-06 00:09:16 UTC (rev 4670)
+++ index	2010-02-06 00:12:37 UTC (rev 4671)
@@ -902,7 +902,7 @@
        <li><a href=#script-data-state><span class=secno>10.2.4.6 </span>Script data state</a></li>
        <li><a href=#plaintext-state><span class=secno>10.2.4.7 </span>PLAINTEXT state</a></li>
        <li><a href=#tag-open-state><span class=secno>10.2.4.8 </span>Tag open state</a></li>
-       <li><a href=#close-tag-open-state><span class=secno>10.2.4.9 </span>Close tag open state</a></li>
+       <li><a href=#end-tag-open-state><span class=secno>10.2.4.9 </span>End tag open state</a></li>
        <li><a href=#tag-name-state><span class=secno>10.2.4.10 </span>Tag name state</a></li>
        <li><a href=#rcdata-less-than-sign-state><span class=secno>10.2.4.11 </span>RCDATA less-than sign state</a></li>
        <li><a href=#rcdata-end-tag-open-state><span class=secno>10.2.4.12 </span>RCDATA end tag open state</a></li>
@@ -66119,7 +66119,7 @@
    <dd>Switch to the <a href=#markup-declaration-open-state>markup declaration open state</a>.</dd>
 
    <dt>U+002F SOLIDUS (/)</dt>
-   <dd>Switch to the <a href=#close-tag-open-state>close tag open state</a>.</dd>
+   <dd>Switch to the <a href=#end-tag-open-state>end tag open state</a>.</dd>
 
    <dt>U+0041 LATIN CAPITAL LETTER A through to U+005A LATIN CAPITAL LETTER Z</dt>
    <dd>Create a new start tag token, set its tag name to the
@@ -66143,7 +66143,7 @@
    character token and reconsume the <a href=#current-input-character>current input
    character</a> in the <a href=#data-state>data state</a>.</dd>
 
-  </dl><h5 id=close-tag-open-state><span class=secno>10.2.4.9 </span><dfn>Close tag open state</dfn></h5>
+  </dl><h5 id=end-tag-open-state><span class=secno>10.2.4.9 </span><dfn>End tag open state</dfn></h5>
 
   <p>Consume the <a href=#next-input-character>next input character</a>:</p>
 

Modified: source
===================================================================
--- source	2010-02-06 00:09:16 UTC (rev 4670)
+++ source	2010-02-06 00:12:37 UTC (rev 4671)
@@ -82063,7 +82063,7 @@
    <dd>Switch to the <span>markup declaration open state</span>.</dd>
 
    <dt>U+002F SOLIDUS (/)</dt>
-   <dd>Switch to the <span>close tag open state</span>.</dd>
+   <dd>Switch to the <span>end tag open state</span>.</dd>
 
    <dt>U+0041 LATIN CAPITAL LETTER A through to U+005A LATIN CAPITAL LETTER Z</dt>
    <dd>Create a new start tag token, set its tag name to the
@@ -82090,7 +82090,7 @@
   </dl>
 
 
-  <h5><dfn>Close tag open state</dfn></h5>
+  <h5><dfn>End tag open state</dfn></h5>
 
   <p>Consume the <span>next input character</span>:</p>
 




More information about the Commit-Watchers mailing list