- From: poot <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 19:56:53 +0900 (JST)
- To: public-html-diffs@w3.org
Make the tokeniser states into sections for easier navigation. (Bug 5881) (credit: as) (whatwg r1906) (changed by: Ian Hickson) http://www.w3.org/Bugs/Public/show_bug.cgi?id=5881 Diffs for this change per section: 8.2.5.23. The "after after body" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1095.html#the-after0 8.2.5.24. The "after after frameset" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1095.html#the-after1 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#the-after0 http://dev.w3.org/html5/spec/Overview.html#the-after1 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-after0 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#the-after1 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1094&r2=1.1095&f=h http://html5.org/tools/web-apps-tracker?from=1905&to=1906 =================================================================== 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 10:57:34 UTC