- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Aug 2011 15:49:08 -0400
- To: public-html-diffs@w3.org
hixie: track implementations (whatwg r6489) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5190&r2=1.5191&f=h http://html5.org/tools/web-apps-tracker?from=6488&to=6489 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5190 retrieving revision 1.5191 diff -u -d -r1.5190 -r1.5191 --- Overview.html 17 Aug 2011 19:38:18 -0000 1.5190 +++ Overview.html 17 Aug 2011 19:48:52 -0000 1.5191 @@ -38645,9 +38645,35 @@ the number as a floating point number</a> and then the <code title="dom-meter-value"><a href="#dom-meter-value">value</a></code> content attribute must be set to that string.</p> - <p>The <dfn id="dom-meter-min" title="dom-meter-min"><code>min</code></dfn>, <dfn id="dom-meter-max" title="dom-meter-max"><code>max</code></dfn>, <dfn id="dom-meter-low" title="dom-meter-low"><code>low</code></dfn>, <dfn id="dom-meter-high" title="dom-meter-high"><code>high</code></dfn>, and <dfn id="dom-meter-optimum" title="dom-meter-optimum"><code>optimum</code></dfn> IDL attributes - must <a href="#reflect">reflect</a> the respective content attributes of the - same name.</p> + <p>The <dfn id="dom-meter-min" title="dom-meter-min"><code>min</code></dfn> IDL + attribute, on getting, must return the <a href="#concept-meter-minimum" title="concept-meter-minimum">minimum value</a>. On setting, the + given value must be converted to the <a href="#best-representation-of-the-number-as-a-floating-point-number">best representation of + the number as a floating point number</a> and then the <code title="dom-meter-min"><a href="#dom-meter-min">min</a></code> content attribute must be set to + that string.</p> + + <p>The <dfn id="dom-meter-max" title="dom-meter-max"><code>max</code></dfn> IDL + attribute, on getting, must return the <a href="#concept-meter-maximum" title="concept-meter-maximum">maximum value</a>. On setting, the + given value must be converted to the <a href="#best-representation-of-the-number-as-a-floating-point-number">best representation of + the number as a floating point number</a> and then the <code title="dom-meter-max"><a href="#dom-meter-max">max</a></code> content attribute must be set to + that string.</p> + + <p>The <dfn id="dom-meter-low" title="dom-meter-low"><code>low</code></dfn> IDL + attribute, on getting, must return the <a href="#concept-meter-low" title="concept-meter-low">low boundary</a>. On setting, the given + value must be converted to the <a href="#best-representation-of-the-number-as-a-floating-point-number">best representation of the + number as a floating point number</a> and then the <code title="dom-meter-low"><a href="#dom-meter-low">low</a></code> content attribute must be set to + that string.</p> + + <p>The <dfn id="dom-meter-high" title="dom-meter-high"><code>high</code></dfn> IDL + attribute, on getting, must return the <a href="#concept-meter-high" title="concept-meter-high">high boundary</a>. On setting, the + given value must be converted to the <a href="#best-representation-of-the-number-as-a-floating-point-number">best representation of + the number as a floating point number</a> and then the <code title="dom-meter-high"><a href="#dom-meter-high">high</a></code> content attribute must be set to + that string.</p> + + <p>The <dfn id="dom-meter-optimum" title="dom-meter-optimum"><code>optimum</code></dfn> IDL + attribute, on getting, must return the <a href="#concept-meter-optimum" title="concept-meter-optimum">optimum value</a>. On setting, the + given value must be converted to the <a href="#best-representation-of-the-number-as-a-floating-point-number">best representation of + the number as a floating point number</a> and then the <code title="dom-meter-optimum"><a href="#dom-meter-optimum">optimum</a></code> content attribute must be + set to that string.</p> <p>The <code title="dom-lfe-labels"><a href="#dom-lfe-labels">labels</a></code> attribute provides a list of the element's <code><a href="#the-label-element">label</a></code>s.</p>
Received on Wednesday, 17 August 2011 19:49:14 UTC