[html5] r1920 - / images
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 23 16:39:02 PDT 2008
Author: ianh
Date: 2008-07-23 16:39:01 -0700 (Wed, 23 Jul 2008)
New Revision: 1920
Added:
images/sample-makeapp.png
Modified:
index
source
Log:
[e] (0) fix markup errors, add images that had been forgotten
Added: images/sample-makeapp.png
===================================================================
(Binary files differ)
Property changes on: images/sample-makeapp.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: index
===================================================================
--- index 2008-07-23 23:31:40 UTC (rev 1919)
+++ index 2008-07-23 23:39:01 UTC (rev 1920)
@@ -1830,54 +1830,57 @@
start dash state</a>
<li><a href="#comment2"><span class=secno>8.2.4.20. </span>Comment
+ state</a>
+
+ <li><a href="#comment3"><span class=secno>8.2.4.21. </span>Comment
end dash state</a>
- <li><a href="#comment3"><span class=secno>8.2.4.21. </span>Comment
+ <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>
@@ -2293,9 +2296,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>
@@ -46265,7 +46268,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
@@ -46289,7 +46292,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>:
@@ -46297,7 +46300,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 (>)
@@ -46315,7 +46318,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>:
@@ -46323,7 +46326,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 (>)
@@ -46342,16 +46345,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
@@ -46369,7 +46371,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>:
@@ -46377,7 +46379,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
@@ -46396,7 +46398,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>:
@@ -46411,7 +46413,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
@@ -46430,7 +46432,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>:
@@ -46453,7 +46455,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>:
@@ -46488,7 +46490,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>:
@@ -46522,7 +46524,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>:
@@ -46568,7 +46570,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>:
@@ -46617,7 +46619,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>:
@@ -46647,7 +46649,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>:
@@ -46677,7 +46679,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>:
@@ -46725,7 +46727,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>:
@@ -46774,7 +46776,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>:
@@ -46804,7 +46806,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>:
@@ -46834,7 +46836,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>:
@@ -46870,7 +46872,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>:
@@ -46891,7 +46893,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
@@ -46909,7 +46911,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
Modified: source
===================================================================
--- source 2008-07-23 23:31:40 UTC (rev 1919)
+++ source 2008-07-23 23:39:01 UTC (rev 1920)
@@ -319,7 +319,7 @@
<p>Variables are marked up like <var title="">this</var>.</p>
- <pre class="idl">interface <dfn title="">Example {
+ <pre class="idl">interface <dfn title="">Example</dfn> {
// this is an IDL definition
};</pre>
@@ -43754,9 +43754,8 @@
</dl>
- <dt><dfn id="comment">Comment state</dfn></dt>
+ <h5><dfn id="comment">Comment state</dfn></h5>
-
<p>Consume the <span>next input character</span>:</p>
<dl class="switch">
More information about the Commit-Watchers
mailing list