html5/spec Overview.html,1.3323,1.3324

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

Modified Files:
	Overview.html 
Log Message:
Remove the 'content model flag' and expand it into separate states instead. This edit *should* have no effect on black-box conformance requirements. Please report any changes you find. (whatwg r4177)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3323
retrieving revision 1.3324
diff -u -d -r1.3323 -r1.3324
--- Overview.html	19 Oct 2009 05:39:59 -0000	1.3323
+++ Overview.html	19 Oct 2009 10:48:09 -0000	1.3324
@@ -1028,47 +1028,65 @@
      <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-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>
-       <li><a href="#before-attribute-name-state"><span class="secno">9.2.4.6 </span>Before attribute name state</a></li>
-       <li><a href="#attribute-name-state"><span class="secno">9.2.4.7 </span>Attribute name state</a></li>
-       <li><a href="#after-attribute-name-state"><span class="secno">9.2.4.8 </span>After attribute name state</a></li>
-       <li><a href="#before-attribute-value-state"><span class="secno">9.2.4.9 </span>Before attribute value state</a></li>
[...1480 lines suppressed...]
+       tokenizer to the <a href="#rawtext-state">RAWTEXT state</a>.  Otherwise,
+       leave the tokenizer in the <a href="#data-state">data state</a>.</dd>
 
 
        <dt>If it is a <code><a href="#plaintext">plaintext</a></code> element</dt>
 
-       <dd>Set the <a href="#content-model-flag">content model flag</a> to
-       PLAINTEXT.</dd>
+       <dd>Switch the tokenizer to the <a href="#plaintext-state">PLAINTEXT
+       state</a>.</dd>
 
 
        <dt>Otherwise</dt>
 
-       <dd>Leave the <a href="#content-model-flag">content model flag</a> in the PCDATA
-       state.</dd>
+       <dd>Leave the tokenizer in the <a href="#data-state">data state</a>.</dd>
 
       </dl></li>
 

Received on Monday, 19 October 2009 10:48:14 UTC