- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Sep 2008 03:30:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7997
Modified Files:
Overview.html
Log Message:
more typos... (whatwg r2245)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1417
retrieving revision 1.1418
diff -u -d -r1.1417 -r1.1418
--- Overview.html 30 Sep 2008 03:18:47 -0000 1.1417
+++ Overview.html 30 Sep 2008 03:30:11 -0000 1.1418
@@ -30550,9 +30550,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
@@ -30563,9 +30563,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
@@ -30582,12 +30582,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
@@ -30642,10 +30643,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>.
@@ -30687,13 +30688,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>
@@ -30719,8 +30720,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>
@@ -30747,9 +30749,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.
@@ -30769,9 +30771,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>
Received on Tuesday, 30 September 2008 03:30:52 UTC