- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 01:05:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7719 Modified Files: Overview.html Log Message: Make the tokeniser states into sections for easier navigation. (Bug 5881) (credit: as) (whatwg r1906) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1094 retrieving revision 1.1095 diff -u -d -r1.1094 -r1.1095 --- Overview.html 23 Jul 2008 00:58:26 -0000 1.1094 +++ Overview.html 23 Jul 2008 01:05:20 -0000 1.1095 @@ -1829,7 +1829,112 @@ <li><a href="#tokenization"><span class=secno>8.2.4 </span>Tokenization</a> <ul class=toc> - <li><a href="#tokenizing"><span class=secno>8.2.4.1. + <li><a href="#data-state"><span class=secno>8.2.4.1. </span>Data + state</a> + + <li><a href="#character1"><span class=secno>8.2.4.2. + </span>Character reference data state</a> + + <li><a href="#tag-open"><span class=secno>8.2.4.3. </span>Tag open [...3099 lines suppressed...] - <p>When the <span>insertion mode</span> is "<a href="#after7" + <p>When the <span>insertion mode</span> is "<a href="#after12" title="insertion mode: after after body">after after body</a>", tokens must be handled as follows: @@ -50837,11 +50915,11 @@ body</a>" and reprocess the token.</p> </dl> - <h5 id=the-after1><span class=secno>8.2.5.24. </span>The "<dfn id=after8 + <h5 id=the-after1><span class=secno>8.2.5.24. </span>The "<dfn id=after13 title="insertion mode: after after frameset">after after frameset</dfn>" insertion mode</h5> - <p>When the <span>insertion mode</span> is "<a href="#after8" + <p>When the <span>insertion mode</span> is "<a href="#after13" title="insertion mode: after after frameset">after after frameset</a>", tokens must be handled as follows:
Received on Wednesday, 23 July 2008 01:05:56 UTC