Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Typos: round 2. (credit: gb)
git-svn-id: http://svn.whatwg.org/webapps@2966 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 19, 2009
1 parent 0910d4b commit 004f5b0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 31 deletions.
31 changes: 17 additions & 14 deletions index
Expand Up @@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 18 April 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 19 April 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -33877,7 +33877,9 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
<div class=impl>

<p>The element has a <dfn id=concept-output-mode title=concept-output-mode>value mode
flag</dfn> which is either <i title=concept-output-mode-value>value</i> or <i title=concept-output-mode-default>default</i>. Initially the <a href=#concept-output-mode title=concept-output-mode>value mode flag</a> must be set to <i title=concept-output-mode-default>default</i>.</p>
flag</dfn> which is either <i title=concept-output-mode-value>value</i> or <i title=concept-output-mode-default>default</i>. Initially, the
<a href=#concept-output-mode title=concept-output-mode>value mode flag</a> must be set
to <i title=concept-output-mode-default>default</i>.</p>

<p>When the to <a href=#concept-output-mode title=concept-output-mode>value mode
flag</a> is in mode <i title=concept-output-mode-default>default</i>, the contents of the
Expand Down Expand Up @@ -36347,7 +36349,7 @@ interface <dfn id=renderingcontext2dcallback>RenderingContext2DCallback</dfn> {
</dl><p>The <code><a href=#datagrid>datagrid</a></code> itself also has a <dfn id=datagrid-child-count title="datagrid
child count">child count</dfn> and a <dfn id=datagrid-row-count title="datagrid row
count">row count</dfn>, which are analogous to the child counts and
row counts for rows. Initially these must be zero.</p>
row counts for rows. Initially, these must be zero.</p>

<hr><p>The <dfn id=datagrid-resort-steps><code>datagrid</code> resort steps</dfn>, which are
invoked when the sort order changes as described in the previous
Expand Down Expand Up @@ -37815,8 +37817,8 @@ interface <dfn id=renderingcontext2dcallback>RenderingContext2DCallback</dfn> {
<div class="impl">

<p>Each <code>datagrid</code> element must keep track of which rows
are currently selected. Initially no rows are selected, but this can
be changed via the methods described in this section.</p>
are currently selected. Initially, no rows are selected. This can be
changed using the methods described in this section.</p>

<p>The selection of a <code>datagrid</code> is represented by its
<dfn title="dom-datagrid-selection"><code>selection</code></dfn> DOM
Expand Down Expand Up @@ -39917,7 +39919,7 @@ explain that only direct children of the <menu> matter
contexts</a> can have a <dfn id=first-script>first script</dfn> which is used to
obtain, amongst other things, the <a href="#script's-base-url">script's base URL</a> to
<a href=#resolve-a-url title="resolve a url">resolve</a> relative <a href=#url title=URL>URLs</a> used in scripts running in that <a href=#unit-of-related-similar-origin-browsing-contexts>unit
of related similar-origin browsing contexts</a>. Initially there
of related similar-origin browsing contexts</a>. Initially, there
is no <a href=#first-script>first script</a>.</p>

</div>
Expand Down Expand Up @@ -43600,8 +43602,8 @@ style/default.css</pre>

<p>If there is no <a href=#application-cache-group>application cache group</a>
identified by <var title="">manifest URL</var>, then create a
new <a href=#application-cache-group>application cache group</a> identified by <var title="">manifest URL</var>. Initially it has no <a href=#application-cache title="application cache">application caches</a>, though
one will be created later in this algorithm.</p>
new <a href=#application-cache-group>application cache group</a> identified by <var title="">manifest URL</var>. Initially, it has no <a href=#application-cache title="application cache">application caches</a>. One will
be created later in this algorithm.</p>

</dd>

Expand Down Expand Up @@ -49445,7 +49447,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<p>In addition, there is also a <dfn id=current-drag-operation>current drag operation</dfn>,
which can take on the values "none", "copy", "link", and "move".
Initially it has the value "none". It is updated by the user agent
Initially, it has the value "none". It is updated by the user agent
as described in the steps below.</p>

<p>User agents must, every 350ms (&plusmn;200ms), perform the
Expand Down Expand Up @@ -52960,7 +52962,7 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p>The <dfn id=insertion-mode>insertion mode</dfn> is a flag that controls the primary
operation of the tree construction stage.</p>

<p>Initially the <a href=#insertion-mode>insertion mode</a> is "<a href=#the-initial-insertion-mode title="insertion mode: initial">initial</a>". It can change to
<p>Initially, the <a href=#insertion-mode>insertion mode</a> is "<a href=#the-initial-insertion-mode title="insertion mode: initial">initial</a>". It can change to
"<a href=#the-before-html-insertion-mode title="insertion mode: before html">before html</a>",
"<a href=#the-before-head-insertion-mode title="insertion mode: before head">before head</a>",
"<a href=#parsing-main-inhead title="insertion mode: in head">in head</a>", "<a href=#parsing-main-inheadnoscript title="insertion mode: in head noscript">in head noscript</a>",
Expand Down Expand Up @@ -53104,7 +53106,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

</ol><h5 id=the-stack-of-open-elements><span class=secno>8.2.3.2 </span>The stack of open elements</h5>

<p>Initially the <dfn id=stack-of-open-elements>stack of open elements</dfn> is empty. The
<p>Initially, the <dfn id=stack-of-open-elements>stack of open elements</dfn> is empty. The
stack grows downwards; the topmost node on the stack is the first
one added to the stack, and the bottommost node of the stack is the
most recently added node in the stack (notwithstanding when the
Expand Down Expand Up @@ -53252,7 +53254,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<h5 id=the-list-of-active-formatting-elements><span class=secno>8.2.3.3 </span>The list of active formatting elements</h5>

<p>Initially the <dfn id=list-of-active-formatting-elements>list of active formatting elements</dfn> is
<p>Initially, the <dfn id=list-of-active-formatting-elements>list of active formatting elements</dfn> is
empty. It is used to handle mis-nested <a href=#formatting title=formatting>formatting element tags</a>.</p>

<p>The list contains elements in the <a href=#formatting>formatting</a>
Expand Down Expand Up @@ -53344,7 +53346,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

</ol><h5 id=the-element-pointers><span class=secno>8.2.3.4 </span>The element pointers</h5>

<p>Initially the <dfn id=head-element-pointer><code title="">head</code> element
<p>Initially, the <dfn id=head-element-pointer><code title="">head</code> element
pointer</dfn> and the <dfn id=form-element-pointer><code title="">form</code> element
pointer</dfn> are both null.</p>

Expand Down Expand Up @@ -53383,7 +53385,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<p>The exact behavior of certain states depends on a <dfn id=content-model-flag>content
model flag</dfn> that is set after certain tokens are emitted. The
flag has several states: <i title="">PCDATA</i>, <i title="">RCDATA</i>, <i title="">CDATA</i>, and <i title="">PLAINTEXT</i>. Initially it must be in the PCDATA
flag has several states: <i title="">PCDATA</i>, <i title="">RCDATA</i>, <i title="">CDATA</i>, and <i title="">PLAINTEXT</i>. Initially, it must be in the PCDATA
state. In the RCDATA and CDATA states, a further <dfn id=escape-flag>escape
flag</dfn> is used to control the behavior of the tokenizer. It is
either true or false, and initially must be set to the false
Expand Down Expand Up @@ -63711,6 +63713,7 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
Geoffrey Garen,
Geoffrey Sneddon,
George Lund,
Greg Botten,
Greg Houston,
Grey,
Gytis Jakutonis,
Expand Down
35 changes: 18 additions & 17 deletions source
Expand Up @@ -38030,9 +38030,9 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<p>The element has a <dfn title="concept-output-mode">value mode
flag</dfn> which is either <i
title="concept-output-mode-value">value</i> or <i
title="concept-output-mode-default">default</i>. Initially the <span
title="concept-output-mode">value mode flag</span> must be set to <i
title="concept-output-mode-default">default</i>.</p>
title="concept-output-mode-default">default</i>. Initially, the
<span title="concept-output-mode">value mode flag</span> must be set
to <i title="concept-output-mode-default">default</i>.</p>

<p>When the to <span title="concept-output-mode">value mode
flag</span> is in mode <i
Expand Down Expand Up @@ -40988,7 +40988,7 @@ interface <dfn>RenderingContext2DCallback</dfn> {
<p>The <code>datagrid</code> itself also has a <dfn title="datagrid
child count">child count</dfn> and a <dfn title="datagrid row
count">row count</dfn>, which are analogous to the child counts and
row counts for rows. Initially these must be zero.</p>
row counts for rows. Initially, these must be zero.</p>

<hr>

Expand Down Expand Up @@ -42642,8 +42642,8 @@ interface <dfn>RenderingContext2DCallback</dfn> {
<div class="impl">

<p>Each <code>datagrid</code> element must keep track of which rows
are currently selected. Initially no rows are selected, but this can
be changed via the methods described in this section.</p>
are currently selected. Initially, no rows are selected. This can be
changed using the methods described in this section.</p>

<p>The selection of a <code>datagrid</code> is represented by its
<dfn title="dom-datagrid-selection"><code>selection</code></dfn> DOM
Expand Down Expand Up @@ -45103,7 +45103,7 @@ explain that only direct children of the <menu> matter
obtain, amongst other things, the <span>script's base URL</span> to
<span title="resolve a url">resolve</span> relative <span
title="URL">URLs</span> used in scripts running in that <span>unit
of related similar-origin browsing contexts</span>. Initially there
of related similar-origin browsing contexts</span>. Initially, there
is no <span>first script</span>.</p>

</div>
Expand Down Expand Up @@ -49369,9 +49369,9 @@ style/default.css</pre>
<p>If there is no <span>application cache group</span>
identified by <var title="">manifest URL</var>, then create a
new <span>application cache group</span> identified by <var
title="">manifest URL</var>. Initially it has no <span
title="application cache">application caches</span>, though
one will be created later in this algorithm.</p>
title="">manifest URL</var>. Initially, it has no <span
title="application cache">application caches</span>. One will
be created later in this algorithm.</p>

</dd>

Expand Down Expand Up @@ -57780,7 +57780,7 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<p>In addition, there is also a <dfn>current drag operation</dfn>,
which can take on the values "none", "copy", "link", and "move".
Initially it has the value "none". It is updated by the user agent
Initially, it has the value "none". It is updated by the user agent
as described in the steps below.</p>

<p>User agents must, every 350ms (&#xB1;200ms), perform the
Expand Down Expand Up @@ -61498,7 +61498,7 @@ stocks.onmessage = function (event) {
field, this time with no value, which resets the last event ID to
the empty string (meaning no <code title="">Last-Event-ID</code>
header will now be sent in the event of a reconnection being
attempted). Finally the last block just fires an event with the
attempted). Finally, the last block just fires an event with the
data "third event". Note that the last block doesn't have to end
with a blank line, the end of the stream is enough to trigger the
dispatch of the last event.</p>
Expand Down Expand Up @@ -65085,7 +65085,7 @@ interface <dfn>MessagePort</dfn> {
<p>The <dfn>insertion mode</dfn> is a flag that controls the primary
operation of the tree construction stage.</p>

<p>Initially the <span>insertion mode</span> is "<span
<p>Initially, the <span>insertion mode</span> is "<span
title="insertion mode: initial">initial</span>". It can change to
"<span title="insertion mode: before html">before html</span>",
"<span title="insertion mode: before head">before head</span>",
Expand Down Expand Up @@ -65259,7 +65259,7 @@ interface <dfn>MessagePort</dfn> {

<h5>The stack of open elements</h5>

<p>Initially the <dfn>stack of open elements</dfn> is empty. The
<p>Initially, the <dfn>stack of open elements</dfn> is empty. The
stack grows downwards; the topmost node on the stack is the first
one added to the stack, and the bottommost node of the stack is the
most recently added node in the stack (notwithstanding when the
Expand Down Expand Up @@ -65427,7 +65427,7 @@ interface <dfn>MessagePort</dfn> {

<h5>The list of active formatting elements</h5>

<p>Initially the <dfn>list of active formatting elements</dfn> is
<p>Initially, the <dfn>list of active formatting elements</dfn> is
empty. It is used to handle mis-nested <span
title="formatting">formatting element tags</span>.</p>

Expand Down Expand Up @@ -65530,7 +65530,7 @@ interface <dfn>MessagePort</dfn> {

<h5>The element pointers</h5>

<p>Initially the <dfn><code title="">head</code> element
<p>Initially, the <dfn><code title="">head</code> element
pointer</dfn> and the <dfn><code title="">form</code> element
pointer</dfn> are both null.</p>

Expand Down Expand Up @@ -65572,7 +65572,7 @@ interface <dfn>MessagePort</dfn> {
model flag</dfn> that is set after certain tokens are emitted. The
flag has several states: <i title="">PCDATA</i>, <i
title="">RCDATA</i>, <i title="">CDATA</i>, and <i
title="">PLAINTEXT</i>. Initially it must be in the PCDATA
title="">PLAINTEXT</i>. Initially, it must be in the PCDATA
state. In the RCDATA and CDATA states, a further <dfn>escape
flag</dfn> is used to control the behavior of the tokenizer. It is
either true or false, and initially must be set to the false
Expand Down Expand Up @@ -74712,6 +74712,7 @@ interface <dfn>TimeoutHandler</dfn> {
Geoffrey Garen,
Geoffrey Sneddon,
George Lund,
Greg Botten,
Greg Houston,
Grey,
Gytis Jakutonis,
Expand Down

0 comments on commit 004f5b0

Please sign in to comment.