[html5] r7641 - [giow] (2) Consider <input type=range value=-1 max=2 step=3> Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 17 12:13:26 PST 2013
Author: ianh
Date: 2013-01-17 12:13:24 -0800 (Thu, 17 Jan 2013)
New Revision: 7641
Modified:
complete.html
index
source
Log:
[giow] (2) Consider <input type=range value=-1 max=2 step=3>
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-01-09 20:25:44 UTC (rev 7640)
+++ complete.html 2013-01-17 20:13:24 UTC (rev 7641)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 9 January 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 17 January 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -49585,15 +49585,12 @@
<div class=impl>
- <p>When the element is <a href=#suffering-from-a-step-mismatch>suffering from a step mismatch</a>,
- the user agent must round the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to the nearest number for
- which the element would not <a href=#suffering-from-a-step-mismatch title="suffering from a step
- mismatch">suffer from a step mismatch</a>, and which is greater
- than or equal to the <a href=#concept-input-min title=concept-input-min>minimum</a>,
- and, if the <a href=#concept-input-max title=concept-input-max>maximum</a> is not
- less than the <a href=#concept-input-min title=concept-input-min>minimum</a>, which
- is less than or equal to the <a href=#concept-input-max title=concept-input-max>maximum</a>. If two numbers match these
- constraints, then user agents must use the one nearest to positive
+ <p>When the element is <a href=#suffering-from-a-step-mismatch>suffering from a step mismatch</a>, the user agent must round the
+ element's <a href=#concept-fe-value title=concept-fe-value>value</a> to the nearest number for which the element
+ would not <a href=#suffering-from-a-step-mismatch title="suffering from a step mismatch">suffer from a step mismatch</a>, and
+ which is greater than or equal to the <a href=#concept-input-min title=concept-input-min>minimum</a>, and, if the
+ <a href=#concept-input-max title=concept-input-max>maximum</a> is not less than the <a href=#concept-input-min title=concept-input-min>minimum</a>, which is less than or equal to the <a href=#concept-input-max title=concept-input-max>maximum</a>, if there is a number that matches these constraints. If
+ two numbers match these constraints, then user agents must use the one nearest to positive
infinity.</p>
<p class=example>For example, the markup
@@ -105101,6 +105098,7 @@
Jonas Sicking,
Jonathan Cook,
Jonathan Rees,
+ Jonathan Watt,
Jonathan Worent,
Jonny Axelsson,
Jordan Tucker,
Modified: index
===================================================================
--- index 2013-01-09 20:25:44 UTC (rev 7640)
+++ index 2013-01-17 20:13:24 UTC (rev 7641)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 9 January 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 17 January 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -49585,15 +49585,12 @@
<div class=impl>
- <p>When the element is <a href=#suffering-from-a-step-mismatch>suffering from a step mismatch</a>,
- the user agent must round the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to the nearest number for
- which the element would not <a href=#suffering-from-a-step-mismatch title="suffering from a step
- mismatch">suffer from a step mismatch</a>, and which is greater
- than or equal to the <a href=#concept-input-min title=concept-input-min>minimum</a>,
- and, if the <a href=#concept-input-max title=concept-input-max>maximum</a> is not
- less than the <a href=#concept-input-min title=concept-input-min>minimum</a>, which
- is less than or equal to the <a href=#concept-input-max title=concept-input-max>maximum</a>. If two numbers match these
- constraints, then user agents must use the one nearest to positive
+ <p>When the element is <a href=#suffering-from-a-step-mismatch>suffering from a step mismatch</a>, the user agent must round the
+ element's <a href=#concept-fe-value title=concept-fe-value>value</a> to the nearest number for which the element
+ would not <a href=#suffering-from-a-step-mismatch title="suffering from a step mismatch">suffer from a step mismatch</a>, and
+ which is greater than or equal to the <a href=#concept-input-min title=concept-input-min>minimum</a>, and, if the
+ <a href=#concept-input-max title=concept-input-max>maximum</a> is not less than the <a href=#concept-input-min title=concept-input-min>minimum</a>, which is less than or equal to the <a href=#concept-input-max title=concept-input-max>maximum</a>, if there is a number that matches these constraints. If
+ two numbers match these constraints, then user agents must use the one nearest to positive
infinity.</p>
<p class=example>For example, the markup
@@ -105101,6 +105098,7 @@
Jonas Sicking,
Jonathan Cook,
Jonathan Rees,
+ Jonathan Watt,
Jonathan Worent,
Jonny Axelsson,
Jordan Tucker,
Modified: source
===================================================================
--- source 2013-01-09 20:25:44 UTC (rev 7640)
+++ source 2013-01-17 20:13:24 UTC (rev 7641)
@@ -57876,17 +57876,14 @@
<div class="impl">
- <p>When the element is <span>suffering from a step mismatch</span>,
- the user agent must round the element's <span
- title="concept-fe-value">value</span> to the nearest number for
- which the element would not <span title="suffering from a step
- mismatch">suffer from a step mismatch</span>, and which is greater
- than or equal to the <span title="concept-input-min">minimum</span>,
- and, if the <span title="concept-input-max">maximum</span> is not
- less than the <span title="concept-input-min">minimum</span>, which
- is less than or equal to the <span
- title="concept-input-max">maximum</span>. If two numbers match these
- constraints, then user agents must use the one nearest to positive
+ <p>When the element is <span>suffering from a step mismatch</span>, the user agent must round the
+ element's <span title="concept-fe-value">value</span> to the nearest number for which the element
+ would not <span title="suffering from a step mismatch">suffer from a step mismatch</span>, and
+ which is greater than or equal to the <span title="concept-input-min">minimum</span>, and, if the
+ <span title="concept-input-max">maximum</span> is not less than the <span
+ title="concept-input-min">minimum</span>, which is less than or equal to the <span
+ title="concept-input-max">maximum</span>, if there is a number that matches these constraints. If
+ two numbers match these constraints, then user agents must use the one nearest to positive
infinity.</p>
<p class="example">For example, the markup
@@ -123036,6 +123033,7 @@
Jonas Sicking,
Jonathan Cook,
Jonathan Rees,
+ Jonathan Watt,
Jonathan Worent,
Jonny Axelsson,
Jordan Tucker,
More information about the Commit-Watchers
mailing list