- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Jul 2008 23:39:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2737 Modified Files: Overview.html Log Message: fix markup errors, add images that had been forgotten (whatwg r1920) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1109 retrieving revision 1.1110 diff -u -d -r1.1109 -r1.1110 --- Overview.html 23 Jul 2008 23:33:44 -0000 1.1109 +++ Overview.html 23 Jul 2008 23:39:35 -0000 1.1110 @@ -1901,54 +1901,57 @@ start dash state</a> <li><a href="#comment2"><span class=secno>8.2.4.20. </span>Comment - end dash state</a> + state</a> <li><a href="#comment3"><span class=secno>8.2.4.21. </span>Comment + end dash state</a> + + <li><a href="#comment4"><span class=secno>8.2.4.22. </span>Comment end state</a> - <li><a href="#doctype"><span class=secno>8.2.4.22. </span>DOCTYPE + <li><a href="#doctype"><span class=secno>8.2.4.23. </span>DOCTYPE state</a> - <li><a href="#before1"><span class=secno>8.2.4.23. </span>Before + <li><a href="#before1"><span class=secno>8.2.4.24. </span>Before DOCTYPE name state</a> - <li><a href="#doctype0"><span class=secno>8.2.4.24. </span>DOCTYPE + <li><a href="#doctype0"><span class=secno>8.2.4.25. </span>DOCTYPE name state</a> - <li><a href="#after1"><span class=secno>8.2.4.25. </span>After + <li><a href="#after1"><span class=secno>8.2.4.26. </span>After DOCTYPE name state</a> - <li><a href="#before2"><span class=secno>8.2.4.26. </span>Before + <li><a href="#before2"><span class=secno>8.2.4.27. </span>Before DOCTYPE public identifier state</a> - <li><a href="#doctype1"><span class=secno>8.2.4.27. </span>DOCTYPE + <li><a href="#doctype1"><span class=secno>8.2.4.28. </span>DOCTYPE public identifier (double-quoted) state</a> - <li><a href="#doctype2"><span class=secno>8.2.4.28. </span>DOCTYPE + <li><a href="#doctype2"><span class=secno>8.2.4.29. </span>DOCTYPE public identifier (single-quoted) state</a> - <li><a href="#after2"><span class=secno>8.2.4.29. </span>After + <li><a href="#after2"><span class=secno>8.2.4.30. </span>After DOCTYPE public identifier state</a> - <li><a href="#before3"><span class=secno>8.2.4.30. </span>Before + <li><a href="#before3"><span class=secno>8.2.4.31. </span>Before DOCTYPE system identifier state</a> - <li><a href="#doctype3"><span class=secno>8.2.4.31. </span>DOCTYPE + <li><a href="#doctype3"><span class=secno>8.2.4.32. </span>DOCTYPE system identifier (double-quoted) state</a> - <li><a href="#doctype4"><span class=secno>8.2.4.32. </span>DOCTYPE + <li><a href="#doctype4"><span class=secno>8.2.4.33. </span>DOCTYPE system identifier (single-quoted) state</a> - <li><a href="#after3"><span class=secno>8.2.4.33. </span>After + <li><a href="#after3"><span class=secno>8.2.4.34. </span>After DOCTYPE system identifier state</a> - <li><a href="#bogus0"><span class=secno>8.2.4.34. </span>Bogus + <li><a href="#bogus0"><span class=secno>8.2.4.35. </span>Bogus DOCTYPE state</a> - <li><a href="#cdata0"><span class=secno>8.2.4.35. </span>CDATA + <li><a href="#cdata0"><span class=secno>8.2.4.36. </span>CDATA section state</a> - <li><a href="#tokenizing"><span class=secno>8.2.4.36. + <li><a href="#tokenizing"><span class=secno>8.2.4.37. </span>Tokenizing character references</a> </ul> @@ -2364,9 +2367,9 @@ <p>Variables are marked up like <var title="">this</var>. - <pre class=idl>interface <dfn id=example title="">Example { + <pre class=idl>interface <dfn id=example title="">Example</dfn> { // this is an IDL definition -};</dfn></pre> +};</pre> <h2 id=infrastructure><span class=secno>2. </span>Common infrastructure</h2> @@ -46336,7 +46339,7 @@ <p>If the next two characters are both U+002D HYPHEN-MINUS (-) characters, consume those two characters, create a comment token whose data is the - empty string, and switch to the <a href="#comment4">comment start + empty string, and switch to the <a href="#comment5">comment start state</a>. <p>Otherwise, if the next seven characters are a @@ -46360,7 +46363,7 @@ href="#bogus1">bogus comment state</a>. The next character that is consumed, if any, is the first character that will be in the comment. - <h5 id=comment0><span class=secno>8.2.4.18. </span><dfn id=comment4>Comment + <h5 id=comment0><span class=secno>8.2.4.18. </span><dfn id=comment5>Comment start state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46368,7 +46371,7 @@ <dl class=switch> <dt>U+002D HYPHEN-MINUS (-) - <dd>Switch to the <a href="#comment5">comment start dash state</a>. + <dd>Switch to the <a href="#comment6">comment start dash state</a>. <dt>U+003E GREATER-THAN SIGN (>) @@ -46386,7 +46389,7 @@ <a href="#comment">comment state</a>. </dl> - <h5 id=comment1><span class=secno>8.2.4.19. </span><dfn id=comment5>Comment + <h5 id=comment1><span class=secno>8.2.4.19. </span><dfn id=comment6>Comment start dash state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46394,7 +46397,7 @@ <dl class=switch> <dt>U+002D HYPHEN-MINUS (-) - <dd>Switch to the <a href="#comment7">comment end state</a> + <dd>Switch to the <a href="#comment8">comment end state</a> <dt>U+003E GREATER-THAN SIGN (>) @@ -46413,16 +46416,15 @@ state</a>. </dl> - <dl> - <dt><dfn id=comment>Comment state</dfn> - </dl> + <h5 id=comment2><span class=secno>8.2.4.20. </span><dfn id=comment>Comment + state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: <dl class=switch> <dt>U+002D HYPHEN-MINUS (-) - <dd>Switch to the <a href="#comment6">comment end dash state</a> + <dd>Switch to the <a href="#comment7">comment end dash state</a> <dt>EOF @@ -46440,7 +46442,7 @@ href="#comment">comment state</a>. </dl> - <h5 id=comment2><span class=secno>8.2.4.20. </span><dfn id=comment6>Comment + <h5 id=comment3><span class=secno>8.2.4.21. </span><dfn id=comment7>Comment end dash state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46448,7 +46450,7 @@ <dl class=switch> <dt>U+002D HYPHEN-MINUS (-) - <dd>Switch to the <a href="#comment7">comment end state</a> + <dd>Switch to the <a href="#comment8">comment end state</a> <dt>EOF @@ -46467,7 +46469,7 @@ state</a>. </dl> - <h5 id=comment3><span class=secno>8.2.4.21. </span><dfn id=comment7>Comment + <h5 id=comment4><span class=secno>8.2.4.22. </span><dfn id=comment8>Comment end state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46482,7 +46484,7 @@ <dd><a href="#parse2">Parse error</a>. Append a U+002D HYPHEN-MINUS (-) character to the comment token's data. Stay in the <a - href="#comment7">comment end state</a>. + href="#comment8">comment end state</a>. <dt>EOF @@ -46501,7 +46503,7 @@ the <a href="#comment">comment state</a>. </dl> - <h5 id=doctype><span class=secno>8.2.4.22. </span><dfn id=doctype6>DOCTYPE + <h5 id=doctype><span class=secno>8.2.4.23. </span><dfn id=doctype6>DOCTYPE state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46524,7 +46526,7 @@ the <a href="#before6">before DOCTYPE name state</a>. </dl> - <h5 id=before1><span class=secno>8.2.4.23. </span><dfn id=before6>Before + <h5 id=before1><span class=secno>8.2.4.24. </span><dfn id=before6>Before DOCTYPE name state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46559,7 +46561,7 @@ character. Switch to the <a href="#doctype7">DOCTYPE name state</a>. </dl> - <h5 id=doctype0><span class=secno>8.2.4.24. </span><dfn id=doctype7>DOCTYPE + <h5 id=doctype0><span class=secno>8.2.4.25. </span><dfn id=doctype7>DOCTYPE name state</dfn></h5> <p>First, consume the <a href="#next-input">next input character</a>: @@ -46593,7 +46595,7 @@ name. Stay in the <a href="#doctype7">DOCTYPE name state</a>. </dl> - <h5 id=after1><span class=secno>8.2.4.25. </span><dfn id=after6>After + <h5 id=after1><span class=secno>8.2.4.26. </span><dfn id=after6>After DOCTYPE name state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46639,7 +46641,7 @@ href="#bogus2">bogus DOCTYPE state</a>.</p> </dl> - <h5 id=before2><span class=secno>8.2.4.26. </span><dfn id=before7>Before + <h5 id=before2><span class=secno>8.2.4.27. </span><dfn id=before7>Before DOCTYPE public identifier state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46688,7 +46690,7 @@ href="#bogus2">bogus DOCTYPE state</a>. </dl> - <h5 id=doctype1><span class=secno>8.2.4.27. </span><dfn id=doctype8>DOCTYPE + <h5 id=doctype1><span class=secno>8.2.4.28. </span><dfn id=doctype8>DOCTYPE public identifier (double-quoted) state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46718,7 +46720,7 @@ identifier (double-quoted) state</a>. </dl> - <h5 id=doctype2><span class=secno>8.2.4.28. </span><dfn id=doctype9>DOCTYPE + <h5 id=doctype2><span class=secno>8.2.4.29. </span><dfn id=doctype9>DOCTYPE public identifier (single-quoted) state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46748,7 +46750,7 @@ identifier (single-quoted) state</a>. </dl> - <h5 id=after2><span class=secno>8.2.4.29. </span><dfn id=after7>After + <h5 id=after2><span class=secno>8.2.4.30. </span><dfn id=after7>After DOCTYPE public identifier state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46796,7 +46798,7 @@ href="#bogus2">bogus DOCTYPE state</a>. </dl> - <h5 id=before3><span class=secno>8.2.4.30. </span><dfn id=before8>Before + <h5 id=before3><span class=secno>8.2.4.31. </span><dfn id=before8>Before DOCTYPE system identifier state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46845,7 +46847,7 @@ href="#bogus2">bogus DOCTYPE state</a>. </dl> - <h5 id=doctype3><span class=secno>8.2.4.31. </span><dfn + <h5 id=doctype3><span class=secno>8.2.4.32. </span><dfn id=doctype10>DOCTYPE system identifier (double-quoted) state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46875,7 +46877,7 @@ identifier (double-quoted) state</a>. </dl> - <h5 id=doctype4><span class=secno>8.2.4.32. </span><dfn + <h5 id=doctype4><span class=secno>8.2.4.33. </span><dfn id=doctype11>DOCTYPE system identifier (single-quoted) state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46905,7 +46907,7 @@ identifier (single-quoted) state</a>. </dl> - <h5 id=after3><span class=secno>8.2.4.33. </span><dfn id=after8>After + <h5 id=after3><span class=secno>8.2.4.34. </span><dfn id=after8>After DOCTYPE system identifier state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46941,7 +46943,7 @@ DOCTYPE token's <i>force-quirks flag</i> to <i>on</i>.) </dl> - <h5 id=bogus0><span class=secno>8.2.4.34. </span><dfn id=bogus2>Bogus + <h5 id=bogus0><span class=secno>8.2.4.35. </span><dfn id=bogus2>Bogus DOCTYPE state</dfn></h5> <p>Consume the <a href="#next-input">next input character</a>: @@ -46962,7 +46964,7 @@ <dd>Stay in the <a href="#bogus2">bogus DOCTYPE state</a>. </dl> - <h5 id=cdata0><span class=secno>8.2.4.35. </span><dfn id=cdata2>CDATA + <h5 id=cdata0><span class=secno>8.2.4.36. </span><dfn id=cdata2>CDATA section state</dfn></h5> <p><em>(This can only happen if the <a href="#content3">content model @@ -46980,7 +46982,7 @@ <p>If the end of the file was reached, reconsume the EOF character. - <h5 id=tokenizing><span class=secno>8.2.4.36. </span>Tokenizing character + <h5 id=tokenizing><span class=secno>8.2.4.37. </span>Tokenizing character references</h5> <p>This section defines how to <dfn id=consume>consume a character
Received on Wednesday, 23 July 2008 23:40:19 UTC