Skip to content

Commit

Permalink
[e] (0) fix markup errors, add images that had been forgotten
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1920 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2008
1 parent 9e6a676 commit 4977c79
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 49 deletions.
Binary file added images/sample-makeapp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 48 additions & 46 deletions index
Expand Up @@ -1830,54 +1830,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>

Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -46265,7 +46268,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<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
Expand All @@ -46289,15 +46292,15 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:

<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 (&gt;)

Expand All @@ -46315,15 +46318,15 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<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>:

<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 (&gt;)

Expand All @@ -46342,16 +46345,15 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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

Expand All @@ -46369,15 +46371,15 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:

<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

Expand All @@ -46396,7 +46398,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand All @@ -46411,7 +46413,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<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

Expand All @@ -46430,7 +46432,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand All @@ -46453,7 +46455,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46488,7 +46490,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46522,7 +46524,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46568,7 +46570,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46617,7 +46619,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46647,7 +46649,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46677,7 +46679,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46725,7 +46727,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46774,7 +46776,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46804,7 +46806,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46834,7 +46836,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand Down Expand Up @@ -46870,7 +46872,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
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>:
Expand All @@ -46891,7 +46893,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<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
Expand All @@ -46909,7 +46911,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<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
Expand Down
5 changes: 2 additions & 3 deletions source
Expand Up @@ -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>

Expand Down Expand Up @@ -43754,8 +43754,7 @@ interface <dfn>MessageChannel</dfn> {
</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>

Expand Down

0 comments on commit 4977c79

Please sign in to comment.