[html5] r1465 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri Apr 18 23:33:42 PDT 2008
Author: ianh
Date: 2008-04-18 23:33:42 -0700 (Fri, 18 Apr 2008)
New Revision: 1465
Modified:
index
source
Log:
[] (0) Fix the attributes on <meter> to be floats, not longs; and add mike to the acks (totally unrelated)
Modified: index
===================================================================
--- index 2008-04-19 06:28:29 UTC (rev 1464)
+++ index 2008-04-19 06:33:42 UTC (rev 1465)
@@ -11648,12 +11648,12 @@
<dd>
<pre
class=idl>interface <dfn id=htmlmeterelement>HTMLMeterElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
- attribute long <a href="#value4" title=dom-meter-value>value</a>;
- attribute long <a href="#min0" title=dom-meter-min>min</a>;
- attribute long <a href="#max2" title=dom-meter-max>max</a>;
- attribute long <a href="#low0" title=dom-meter-low>low</a>;
- attribute long <a href="#high0" title=dom-meter-high>high</a>;
- attribute long <a href="#optimum0" title=dom-meter-optimum>optimum</a>;
+ attribute float <a href="#value4" title=dom-meter-value>value</a>;
+ attribute float <a href="#min0" title=dom-meter-min>min</a>;
+ attribute float <a href="#max2" title=dom-meter-max>max</a>;
+ attribute float <a href="#low0" title=dom-meter-low>low</a>;
+ attribute float <a href="#high0" title=dom-meter-high>high</a>;
+ attribute float <a href="#optimum0" title=dom-meter-optimum>optimum</a>;
};</pre>
</dl>
@@ -48629,12 +48629,12 @@
Atkins, Martin Dürst, Martin Honnen, Mathieu Henri, Matthew
Mastracci, Matthew Raymond, Matthew Thomas, Mattias Waldau, Max
Romantschuk, Michael 'Ratt' Iannarelli, Michael A. Nachbaur, Michael A.
- Puls II<!--Shadow2531-->, Michael Gratton, Michael Powers, Michel Fortin,
- Michiel van der Blonk, Mihai Şucan<!-- from ROBO Design -->, Mike
- Brown, Mike Dierken<!--
- S. Mike Dierken -->, Mike Dixon, Mike Schinkel,
- Mike Shaver, Mike Smith, Mikko Rantalainen, Neil Deakin, Neil Soiffer,
- Olav Junker Kjær, Oliver Hunt, Peter Kasting, Philip Taylor, Philip
+ Puls II<!--Shadow2531-->, Michael Gratton, Michael Powers, Michael Smith,
+ Michel Fortin, Michiel van der Blonk, Mihai
+ Şucan<!-- from ROBO Design -->, Mike Brown, Mike
+ Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
+ Mike Smith, Mikko Rantalainen, Neil Deakin, Neil Soiffer, Olav Junker
+ Kjær, Oliver Hunt, Peter Kasting, Philip Taylor, Philip
TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf Stoltze,
Ralph Giles, Raphael Champeimont, Richard Ishida, Rimantas Liubertas,
Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby,
Modified: source
===================================================================
--- source 2008-04-19 06:28:29 UTC (rev 1464)
+++ source 2008-04-19 06:33:42 UTC (rev 1465)
@@ -9743,12 +9743,12 @@
<dt>DOM interface:</dt>
<dd>
<pre class="idl">interface <dfn>HTMLMeterElement</dfn> : <span>HTMLElement</span> {
- attribute long <span title="dom-meter-value">value</span>;
- attribute long <span title="dom-meter-min">min</span>;
- attribute long <span title="dom-meter-max">max</span>;
- attribute long <span title="dom-meter-low">low</span>;
- attribute long <span title="dom-meter-high">high</span>;
- attribute long <span title="dom-meter-optimum">optimum</span>;
+ attribute float <span title="dom-meter-value">value</span>;
+ attribute float <span title="dom-meter-min">min</span>;
+ attribute float <span title="dom-meter-max">max</span>;
+ attribute float <span title="dom-meter-low">low</span>;
+ attribute float <span title="dom-meter-high">high</span>;
+ attribute float <span title="dom-meter-optimum">optimum</span>;
};</pre>
</dd>
</dl>
@@ -43777,17 +43777,17 @@
Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew Thomas,
Mattias Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli, Michael
A. Nachbaur, Michael A. Puls II<!--Shadow2531-->, Michael Gratton,
- Michael Powers, Michel Fortin, Michiel van der Blonk, Mihai
- Şucan<!-- from ROBO Design -->, Mike Brown, Mike Dierken<!--
- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver, Mike
- Smith, Mikko Rantalainen, Neil Deakin, Neil Soiffer, Olav Junker
- Kjær, Oliver Hunt, Peter Kasting, Philip Taylor, Philip
- TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf
- Stoltze, Ralph Giles, Raphael Champeimont, Richard Ishida, Rimantas
- Liubertas, Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike
- Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman,
- Silvia Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve
- Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
+ Michael Powers, Michael Smith, Michel Fortin, Michiel van der Blonk,
+ Mihai Şucan<!-- from ROBO Design -->, Mike Brown, Mike
+ Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike
+ Shaver, Mike Smith, Mikko Rantalainen, Neil Deakin, Neil Soiffer,
+ Olav Junker Kjær, Oliver Hunt, Peter Kasting, Philip Taylor,
+ Philip TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka,
+ Ralf Stoltze, Ralph Giles, Raphael Champeimont, Richard Ishida,
+ Rimantas Liubertas, Robert O'Callahan, Robert Sayre, Roman Ivanov,
+ S. Mike Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun
+ Inman, Silvia Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma,
+ Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
Parmenter, Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas
O'Connor, Tim Altman, Tyler Close, Vladimir Vukićević,
Wakaba, William Swanson, and Øistein E. Andersen, for their
More information about the Commit-Watchers
mailing list