html5/spec Overview.html,1.3724,1.3725

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31124

Modified Files:
	Overview.html 
Log Message:
s/close tag/end tag/ for consistency (whatwg r4671)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3724
retrieving revision 1.3725
diff -u -d -r1.3724 -r1.3725
--- Overview.html	6 Feb 2010 00:09:21 -0000	1.3724
+++ Overview.html	6 Feb 2010 00:12:42 -0000	1.3725
@@ -1054,7 +1054,7 @@
        <li><a href="#script-data-state"><span class="secno">8.2.4.6 </span>Script data state</a></li>
        <li><a href="#plaintext-state"><span class="secno">8.2.4.7 </span>PLAINTEXT state</a></li>
        <li><a href="#tag-open-state"><span class="secno">8.2.4.8 </span>Tag open state</a></li>
-       <li><a href="#close-tag-open-state"><span class="secno">8.2.4.9 </span>Close tag open state</a></li>
+       <li><a href="#end-tag-open-state"><span class="secno">8.2.4.9 </span>End tag open state</a></li>
        <li><a href="#tag-name-state"><span class="secno">8.2.4.10 </span>Tag name state</a></li>
        <li><a href="#rcdata-less-than-sign-state"><span class="secno">8.2.4.11 </span>RCDATA less-than sign state</a></li>
        <li><a href="#rcdata-end-tag-open-state"><span class="secno">8.2.4.12 </span>RCDATA end tag open state</a></li>
@@ -51706,7 +51706,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
@@ -51730,7 +51730,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">8.2.4.9 </span><dfn>Close tag open state</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  </dl><h5 id="end-tag-open-state"><span class="secno">8.2.4.9 </span><dfn>End tag open state</dfn></h5>
 
   <p>Consume the <a href="#next-input-character">next input character</a>:</p>
 

Received on Saturday, 6 February 2010 00:12:48 UTC