Skip to content

Commit

Permalink
[e] (0) more typos...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2245 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2008
1 parent 6be5c02 commit afb4cf1
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
57 changes: 29 additions & 28 deletions index
Expand Up @@ -30543,9 +30543,9 @@ rel="" on submit buttons?
title=attr-input-min><a href="#min2">min</a></code> attribute, and the
result of applying the <a href="#algorithm5"
title=concept-input-value-string-number>algorithm to convert a string to a
number</a> to the string given by the element's <span
title=concept-input-value>value</span> is a number, and the result of
applying the <a href="#algorithm5"
number</a> to the string given by the element's <a href="#value12"
title=concept-fe-value>value</a> is a number, and the result of applying
the <a href="#algorithm5"
title=concept-input-value-string-number>algorithm to convert a string to a
number</a> to the value of the <code title=attr-input-min><a
href="#min2">min</a></code> attribute is also a number, and the number
Expand All @@ -30556,9 +30556,9 @@ rel="" on submit buttons?
title=attr-input-max><a href="#max4">max</a></code> attribute, and the
result of applying the <a href="#algorithm5"
title=concept-input-value-string-number>algorithm to convert a string to a
number</a> to the string given by the element's <span
title=concept-input-value>value</span> is a number, and the result of
applying the <a href="#algorithm5"
number</a> to the string given by the element's <a href="#value12"
title=concept-fe-value>value</a> is a number, and the result of applying
the <a href="#algorithm5"
title=concept-input-value-string-number>algorithm to convert a string to a
number</a> to the value of the <code title=attr-input-max><a
href="#max4">max</a></code> attribute is also a number, and the number
Expand All @@ -30575,12 +30575,13 @@ rel="" on submit buttons?

<p>The <dfn id=step0 title=attr-input-step><code>step</code></dfn>
attribute indicates the granularity that is expected (and required) of the
<span title=concept-input-value>value</span>, by limiting the allowed
values. The section that defines the <code title=attr-input-type><a
href="#type14">type</a></code> attribute's current state also defines the
<dfn id=default2 title=concept-input-step-default>default step</dfn> and
the <dfn id=step- title=concept-input-step-scale>step scale factor</dfn>,
which are used in processing the attribute as described below.
<a href="#value12" title=concept-fe-value>value</a>, by limiting the
allowed values. The section that defines the <code
title=attr-input-type><a href="#type14">type</a></code> attribute's
current state also defines the <dfn id=default2
title=concept-input-step-default>default step</dfn> and the <dfn id=step-
title=concept-input-step-scale>step scale factor</dfn>, which are used in
processing the attribute as described below.

<p>The <code title=attr-input-step><a href="#step0">step</a></code>
attribute, if specified, must either have a value that is a <a
Expand Down Expand Up @@ -30635,10 +30636,10 @@ rel="" on submit buttons?
href="#allowed" title=concept-input-step>allowed value step</a>, and the
result of applying the <a href="#algorithm5"
title=concept-input-value-string-number>algorithm to convert a string to a
number</a> to the string given by the element's <span
title=concept-input-value>value</span> is a number, and that number
subtracted from the <a href="#step-base" title=concept-input-min-zero>step
base</a> is not an integral multiple of the <a href="#allowed"
number</a> to the string given by the element's <a href="#value12"
title=concept-fe-value>value</a> is a number, and that number subtracted
from the <a href="#step-base" title=concept-input-min-zero>step base</a>
is not an integral multiple of the <a href="#allowed"
title=concept-input-step>allowed value step</a>, the element is <a
href="#suffering3">suffering from a step mismatch</a>.

Expand Down Expand Up @@ -30680,13 +30681,13 @@ rel="" on submit buttons?
defined for the <code><a href="#input0">input</a></code> element's <code
title=attr-input-type><a href="#type14">type</a></code> attribute's
current state, then throw an <code>INVALID_ACCESS_ERR</code> exception;
otherwise, if the new value is null, then set the <span
title=concept-input-value>value</span> of the element to the empty string;
otherwise, if the new value is null, then set the <a href="#value12"
title=concept-fe-value>value</a> of the element to the empty string;
otherwise, run the <a href="#algorithm8"
title=concept-input-value-date-string>algorithm to convert a
<code>Date</code> object to a string</a>, as defined for that state, on
the new value, and set the <span title=concept-input-value>value</span> of
the element to resulting string.
the new value, and set the <a href="#value12"
title=concept-fe-value>value</a> of the element to resulting string.

<hr>

Expand All @@ -30712,8 +30713,9 @@ rel="" on submit buttons?
current state, then throw an <code>INVALID_ACCESS_ERR</code> exception;
otherwise, run the <a href="#algorithm6"
title=concept-input-value-number-string>algorithm to convert a number to a
string</a>, as defined for that state, on the new value, and set the <span
title=concept-input-value>value</span> of the element to resulting string.
string</a>, as defined for that state, on the new value, and set the <a
href="#value12" title=concept-fe-value>value</a> of the element to
resulting string.

<hr>

Expand All @@ -30740,9 +30742,9 @@ rel="" on submit buttons?
<li>
<p>If applying the <a href="#algorithm5"
title=concept-input-value-string-number>algorithm to convert a string to
a number</a> to the string given by the element's <span
title=concept-input-value>value</span> results in an error, then throw
an <code>INVALID_ACCESS_ERR</code> exception, and abort these steps;
a number</a> to the string given by the element's <a href="#value12"
title=concept-fe-value>value</a> results in an error, then throw an
<code>INVALID_ACCESS_ERR</code> exception, and abort these steps;
otherwise, let <var title="">value</var> be the result of that
algorithm.

Expand All @@ -30762,9 +30764,8 @@ rel="" on submit buttons?
a string</a>, as defined for the <code><a
href="#input0">input</a></code> element's <code title=attr-input-type><a
href="#type14">type</a></code> attribute's current state, on <var
title="">value</var>, and set the <span
title=concept-input-value>value</span> of the element to resulting
string.
title="">value</var>, and set the <a href="#value12"
title=concept-fe-value>value</a> of the element to the resulting string.
</ol>

<h6 id=others...><span class=secno>4.10.4.3.2. </span>Others...</h6>
Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -27039,7 +27039,7 @@ rel="" on submit buttons?
applying the <span
title="concept-input-value-string-number">algorithm to convert a
string to a number</span> to the string given by the element's <span
title="concept-input-value">value</span> is a number, and the result
title="concept-fe-value">value</span> is a number, and the result
of applying the <span
title="concept-input-value-string-number">algorithm to convert a
string to a number</span> to the value of the <code
Expand All @@ -27053,7 +27053,7 @@ rel="" on submit buttons?
applying the <span
title="concept-input-value-string-number">algorithm to convert a
string to a number</span> to the string given by the element's <span
title="concept-input-value">value</span> is a number, and the result
title="concept-fe-value">value</span> is a number, and the result
of applying the <span
title="concept-input-value-string-number">algorithm to convert a
string to a number</span> to the value of the <code
Expand All @@ -27071,7 +27071,7 @@ rel="" on submit buttons?

<p>The <dfn title="attr-input-step"><code>step</code></dfn>
attribute indicates the granularity that is expected (and required)
of the <span title="concept-input-value">value</span>, by limiting
of the <span title="concept-fe-value">value</span>, by limiting
the allowed values. The section that defines the <code
title="attr-input-type">type</code> attribute's current state also
defines the <dfn title="concept-input-step-default">default
Expand Down Expand Up @@ -27135,7 +27135,7 @@ rel="" on submit buttons?
result of applying the <span
title="concept-input-value-string-number">algorithm to convert a
string to a number</span> to the string given by the element's <span
title="concept-input-value">value</span> is a number, and that
title="concept-fe-value">value</span> is a number, and that
number subtracted from the <span title="concept-input-min-zero">step
base</span> is not an integral multiple of the <span
title="concept-input-step">allowed value step</span>, the element is
Expand Down Expand Up @@ -27183,12 +27183,12 @@ rel="" on submit buttons?
title="attr-input-type">type</code> attribute's current state, then
throw an <code>INVALID_ACCESS_ERR</code> exception; otherwise, if
the new value is null, then set the <span
title="concept-input-value">value</span> of the element to the empty
title="concept-fe-value">value</span> of the element to the empty
string; otherwise, run the <span
title="concept-input-value-date-string">algorithm to convert a
<code>Date</code> object to a string</span>, as defined for that
state, on the new value, and set the <span
title="concept-input-value">value</span> of the element to resulting
title="concept-fe-value">value</span> of the element to resulting
string.</p>

<hr>
Expand Down Expand Up @@ -27216,7 +27216,7 @@ rel="" on submit buttons?
the <span title="concept-input-value-number-string">algorithm to
convert a number to a string</span>, as defined for that state, on
the new value, and set the <span
title="concept-input-value">value</span> of the element to resulting
title="concept-fe-value">value</span> of the element to resulting
string.</p>

<hr>
Expand All @@ -27242,7 +27242,7 @@ rel="" on submit buttons?
<li><p>If applying the <span
title="concept-input-value-string-number">algorithm to convert a
string to a number</span> to the string given by the element's
<span title="concept-input-value">value</span> results in an error,
<span title="concept-fe-value">value</span> results in an error,
then throw an <code>INVALID_ACCESS_ERR</code> exception, and abort
these steps; otherwise, let <var title="">value</var> be the result
of that algorithm.</p></li>
Expand All @@ -27260,7 +27260,7 @@ rel="" on submit buttons?
number to a string</span>, as defined for the <code>input</code>
element's <code title="attr-input-type">type</code> attribute's
current state, on <var title="">value</var>, and set the <span
title="concept-input-value">value</span> of the element to
title="concept-fe-value">value</span> of the element to the
resulting string.</p></li>

</ol>
Expand Down

0 comments on commit afb4cf1

Please sign in to comment.