[html5] r6489 - [giow] (1) track implementations Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 17 12:48:22 PDT 2011
Author: ianh
Date: 2011-08-17 12:48:20 -0700 (Wed, 17 Aug 2011)
New Revision: 6489
Modified:
complete.html
index
source
Log:
[giow] (1) track implementations
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12780
Modified: complete.html
===================================================================
--- complete.html 2011-08-17 19:37:45 UTC (rev 6488)
+++ complete.html 2011-08-17 19:48:20 UTC (rev 6489)
@@ -50920,10 +50920,36 @@
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>
Modified: index
===================================================================
--- index 2011-08-17 19:37:45 UTC (rev 6488)
+++ index 2011-08-17 19:48:20 UTC (rev 6489)
@@ -50787,10 +50787,36 @@
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>
Modified: source
===================================================================
--- source 2011-08-17 19:37:45 UTC (rev 6488)
+++ source 2011-08-17 19:48:20 UTC (rev 6489)
@@ -57119,14 +57119,46 @@
title="dom-meter-value">value</code> content attribute must be set
to that string.</p>
- <p>The <dfn title="dom-meter-min"><code>min</code></dfn>, <dfn
- title="dom-meter-max"><code>max</code></dfn>, <dfn
- title="dom-meter-low"><code>low</code></dfn>, <dfn
- title="dom-meter-high"><code>high</code></dfn>, and <dfn
- title="dom-meter-optimum"><code>optimum</code></dfn> IDL attributes
- must <span>reflect</span> the respective content attributes of the
- same name.</p>
+ <p>The <dfn title="dom-meter-min"><code>min</code></dfn> IDL
+ attribute, on getting, must return the <span
+ title="concept-meter-minimum">minimum value</span>. On setting, the
+ given value must be converted to the <span>best representation of
+ the number as a floating point number</span> and then the <code
+ title="dom-meter-min">min</code> content attribute must be set to
+ that string.</p>
+ <p>The <dfn title="dom-meter-max"><code>max</code></dfn> IDL
+ attribute, on getting, must return the <span
+ title="concept-meter-maximum">maximum value</span>. On setting, the
+ given value must be converted to the <span>best representation of
+ the number as a floating point number</span> and then the <code
+ title="dom-meter-max">max</code> content attribute must be set to
+ that string.</p>
+
+ <p>The <dfn title="dom-meter-low"><code>low</code></dfn> IDL
+ attribute, on getting, must return the <span
+ title="concept-meter-low">low boundary</span>. On setting, the given
+ value must be converted to the <span>best representation of the
+ number as a floating point number</span> and then the <code
+ title="dom-meter-low">low</code> content attribute must be set to
+ that string.</p>
+
+ <p>The <dfn title="dom-meter-high"><code>high</code></dfn> IDL
+ attribute, on getting, must return the <span
+ title="concept-meter-high">high boundary</span>. On setting, the
+ given value must be converted to the <span>best representation of
+ the number as a floating point number</span> and then the <code
+ title="dom-meter-high">high</code> content attribute must be set to
+ that string.</p>
+
+ <p>The <dfn title="dom-meter-optimum"><code>optimum</code></dfn> IDL
+ attribute, on getting, must return the <span
+ title="concept-meter-optimum">optimum value</span>. On setting, the
+ given value must be converted to the <span>best representation of
+ the number as a floating point number</span> and then the <code
+ title="dom-meter-optimum">optimum</code> content attribute must be
+ set to that string.</p>
+
<p>The <code title="dom-lfe-labels">labels</code> attribute provides
a list of the element's <code>label</code>s.</p>
More information about the Commit-Watchers
mailing list