html5/spec Overview.html,1.5190,1.5191

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10686

Modified Files:
	Overview.html 
Log Message:
track implementations (whatwg r6489)

Index: Overview.html
===================================================================
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:01 UTC