[html5] r2245 - [e] (0) more typos...
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 29 20:30:05 PDT 2008
Author: ianh
Date: 2008-09-29 20:30:00 -0700 (Mon, 29 Sep 2008)
New Revision: 2245
Modified:
index
source
Log:
[e] (0) more typos...
Modified: index
===================================================================
--- index 2008-09-30 03:18:37 UTC (rev 2244)
+++ index 2008-09-30 03:30:00 UTC (rev 2245)
@@ -30543,9 +30543,9 @@
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
@@ -30556,9 +30556,9 @@
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
@@ -30575,12 +30575,13 @@
<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
@@ -30635,10 +30636,10 @@
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>.
@@ -30680,13 +30681,13 @@
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>
@@ -30712,8 +30713,9 @@
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>
@@ -30740,9 +30742,9 @@
<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.
@@ -30762,9 +30764,8 @@
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>
Modified: source
===================================================================
--- source 2008-09-30 03:18:37 UTC (rev 2244)
+++ source 2008-09-30 03:30:00 UTC (rev 2245)
@@ -27039,7 +27039,7 @@
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
@@ -27053,7 +27053,7 @@
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
@@ -27071,7 +27071,7 @@
<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
@@ -27135,7 +27135,7 @@
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
@@ -27183,12 +27183,12 @@
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>
@@ -27216,7 +27216,7 @@
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>
@@ -27242,7 +27242,7 @@
<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>
@@ -27260,7 +27260,7 @@
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>
More information about the Commit-Watchers
mailing list