Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix collected editorial mistakes. (credit: w)
git-svn-id: http://svn.whatwg.org/webapps@2707 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 24, 2009
1 parent 6a86d98 commit 808775c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 26 deletions.
24 changes: 11 additions & 13 deletions index
Expand Up @@ -47843,7 +47843,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<code><a href=#the-command>command</a></code>, <code><a href=#datagrid>datagrid</a></code>, <code><a href=#the-dd-element>dd</a></code>,
<code><a href=#the-details-element>details</a></code>, <code><a href=#the-dialog-element>dialog</a></code>, <code>dir</code>,
<code><a href=#the-div-element>div</a></code>, <code><a href=#the-dl-element>dl</a></code>, <code><a href=#the-dt-element>dt</a></code>,
<code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-eventsource-element>eventsource</a></code> <code><a href=#the-fieldset-element>fieldset</a></code>,
<code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-eventsource-element>eventsource</a></code>, <code><a href=#the-fieldset-element>fieldset</a></code>,
<code><a href=#the-figure-element>figure</a></code>, <code><a href=#the-footer-element>footer</a></code>, <code><a href=#the-form-element>form</a></code>,
<code>frame</code>, <code>frameset</code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>,
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h2</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h3</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h4</a></code>, <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h5</a></code>,
Expand Down Expand Up @@ -48877,7 +48877,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

</dl><h5 id=doctype-name-state><span class=secno>8.2.4.25 </span><dfn>DOCTYPE name state</dfn></h5>

<p>First, consume the <a href=#next-input-character>next input character</a>:</p>
<p>Consume the <a href=#next-input-character>next input character</a>:</p>

<dl class=switch><dt>U+0009 CHARACTER TABULATION</dt>
<dt>U+000A LINE FEED (LF)</dt>
Expand Down Expand Up @@ -49186,10 +49186,10 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {

<p>Consume every character up to the next occurrence of the three
character sequence U+005D RIGHT SQUARE BRACKET U+005D RIGHT SQUARE
BRACKET U+003E GREATER-THAN SIGN (<code title="">]]&gt;</code>), or
the end of the file (EOF), whichever comes first. Emit a series of
text tokens consisting of all the characters consumed except the
matching three character sequence at the end (if one was found
BRACKET U+003E GREATER-THAN SIGN (<code title="">]]&gt;</code>), or the
end of the file (EOF), whichever comes first. Emit a series of
character tokens consisting of all the characters consumed except
the matching three character sequence at the end (if one was found
before the end of the file).</p>

<p>Switch to the <a href=#data-state>data state</a>.</p>
Expand Down Expand Up @@ -49880,10 +49880,9 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<dt>Anything else</dt>
<dd>

<p>Create an <code><a href=#htmlelement>HTMLElement</a></code> node with the tag name
<code><a href=#the-html-element>html</a></code>, in the <a href=#html-namespace-0>HTML namespace</a>. Append it
to the <code>Document</code> object. Put this element in the
<a href=#stack-of-open-elements>stack of open elements</a>.</p>
<p>Create an <code><a href=#the-html-element>html</a></code> element. Append it to the
<code>Document</code> object. Put this element in the <a href=#stack-of-open-elements>stack
of open elements</a>.</p>

<p>If the <code>Document</code> is being loaded as part of <a href=#navigate title=navigate>navigation</a> of a <a href=#browsing-context>browsing
context</a>, then: run the <a href=#concept-appcache-init title=concept-appcache-init>application cache selection
Expand Down Expand Up @@ -50701,8 +50700,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<p>If the <a href=#stack-of-open-elements>stack of open elements</a> does not <a href=#has-an-element-in-scope title="has an element in scope">have an element in scope</a>
with the same tag name as that of the token, then this is a
<a href=#parse-error>parse error</a>; act as if a start tag with the tag name
<code><a href=#the-p-element>p</a></code> had been seen, then reprocess the current
token.</p>
"p" had been seen, then reprocess the current token.</p>

<p>Otherwise, run these steps:</p>

Expand Down Expand Up @@ -53111,7 +53109,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
serialize them --> <!-- XXX when we get around to it, add
eventsource -->

<p>If <var title="">current node</var> is a <code><a href=#the-pre-element>pre</a></code>
<p>If <var title="">current node</var> is a <code><a href=#the-pre-element>pre</a></code>,
<code><a href=#the-textarea-element>textarea</a></code>, or <code>listing</code> element, append
a U+000A LINE FEED (LF) character.</p>

Expand Down
24 changes: 11 additions & 13 deletions source
Expand Up @@ -54667,7 +54667,7 @@ interface <dfn>MessageChannel</dfn> {
<code>command</code>, <code>datagrid</code>, <code>dd</code>,
<code>details</code>, <code>dialog</code>, <code>dir</code>,
<code>div</code>, <code>dl</code>, <code>dt</code>,
<code>embed</code>, <code>eventsource</code> <code>fieldset</code>,
<code>embed</code>, <code>eventsource</code>, <code>fieldset</code>,
<code>figure</code>, <code>footer</code>, <code>form</code>,
<code>frame</code>, <code>frameset</code>, <code>h1</code>,
<code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>,
Expand Down Expand Up @@ -55839,7 +55839,7 @@ interface <dfn>MessageChannel</dfn> {

<h5><dfn>DOCTYPE name state</dfn></h5>

<p>First, consume the <span>next input character</span>:</p>
<p>Consume the <span>next input character</span>:</p>

<dl class="switch">

Expand Down Expand Up @@ -56203,10 +56203,10 @@ interface <dfn>MessageChannel</dfn> {

<p>Consume every character up to the next occurrence of the three
character sequence U+005D RIGHT SQUARE BRACKET U+005D RIGHT SQUARE
BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or
the end of the file (EOF), whichever comes first. Emit a series of
text tokens consisting of all the characters consumed except the
matching three character sequence at the end (if one was found
BRACKET U+003E GREATER-THAN SIGN (<code title="">]]></code>), or the
end of the file (EOF), whichever comes first. Emit a series of
character tokens consisting of all the characters consumed except
the matching three character sequence at the end (if one was found
before the end of the file).</p>

<p>Switch to the <span>data state</span>.</p>
Expand Down Expand Up @@ -56959,10 +56959,9 @@ interface <dfn>MessageChannel</dfn> {
<dt>Anything else</dt>
<dd>

<p>Create an <code>HTMLElement</code> node with the tag name
<code>html</code>, in the <span>HTML namespace</span>. Append it
to the <code>Document</code> object. Put this element in the
<span>stack of open elements</span>.</p>
<p>Create an <code>html</code> element. Append it to the
<code>Document</code> object. Put this element in the <span>stack
of open elements</span>.</p>

<p>If the <code>Document</code> is being loaded as part of <span
title="navigate">navigation</span> of a <span>browsing
Expand Down Expand Up @@ -57859,8 +57858,7 @@ interface <dfn>MessageChannel</dfn> {
title="has an element in scope">have an element in scope</span>
with the same tag name as that of the token, then this is a
<span>parse error</span>; act as if a start tag with the tag name
<code>p</code> had been seen, then reprocess the current
token.</p>
"p" had been seen, then reprocess the current token.</p>

<p>Otherwise, run these steps:</p>

Expand Down Expand Up @@ -60481,7 +60479,7 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
serialize them --> <!-- XXX when we get around to it, add
eventsource -->

<p>If <var title="">current node</var> is a <code>pre</code>
<p>If <var title="">current node</var> is a <code>pre</code>,
<code>textarea</code>, or <code>listing</code> element, append
a U+000A LINE FEED (LF) character.</p>

Expand Down

0 comments on commit 808775c

Please sign in to comment.