@@ -51985,35 +51985,38 @@ and a height of <meter value=2>2cm</meter>.</p> <!-- <strong>BAD!</s
51985
51985
<p>The <dfn><code data-x="dom-meter-value">value</code></dfn> IDL attribute, on getting, must
51986
51986
return the <span data-x="concept-meter-actual">actual value</span>. On setting, the given value
51987
51987
must be converted to the <span>best representation of the number as a floating-point number</span>
51988
- and then the <code data-x="dom -meter-value">value</code> content attribute must be set to that
51988
+ and then the <code data-x="attr -meter-value">value</code> content attribute must be set to that
51989
51989
string.</p>
51990
51990
51991
51991
<p>The <dfn><code data-x="dom-meter-min">min</code></dfn> IDL attribute, on getting, must return
51992
51992
the <span data-x="concept-meter-minimum">minimum value</span>. On setting, the given value must be
51993
51993
converted to the <span>best representation of the number as a floating-point number</span> and
51994
- then the <code data-x="dom-meter-min">min</code> content attribute must be set to that string.</p>
51994
+ then the <code data-x="attr-meter-min">min</code> content attribute must be set to that
51995
+ string.</p>
51995
51996
51996
51997
<p>The <dfn><code data-x="dom-meter-max">max</code></dfn> IDL attribute, on getting, must return
51997
51998
the <span data-x="concept-meter-maximum">maximum value</span>. On setting, the given value must be
51998
51999
converted to the <span>best representation of the number as a floating-point number</span> and
51999
- then the <code data-x="dom-meter-max">max</code> content attribute must be set to that string.</p>
52000
+ then the <code data-x="attr-meter-max">max</code> content attribute must be set to that
52001
+ string.</p>
52000
52002
52001
52003
<p>The <dfn><code data-x="dom-meter-low">low</code></dfn> IDL attribute, on getting, must return
52002
52004
the <span data-x="concept-meter-low">low boundary</span>. On setting, the given value must be
52003
52005
converted to the <span>best representation of the number as a floating-point number</span> and
52004
- then the <code data-x="dom-meter-low">low</code> content attribute must be set to that string.</p>
52006
+ then the <code data-x="attr-meter-low">low</code> content attribute must be set to that
52007
+ string.</p>
52005
52008
52006
52009
<p>The <dfn><code data-x="dom-meter-high">high</code></dfn> IDL attribute, on getting, must return
52007
52010
the <span data-x="concept-meter-high">high boundary</span>. On setting, the given value must be
52008
52011
converted to the <span>best representation of the number as a floating-point number</span> and
52009
- then the <code data-x="dom -meter-high">high</code> content attribute must be set to that
52012
+ then the <code data-x="attr -meter-high">high</code> content attribute must be set to that
52010
52013
string.</p>
52011
52014
52012
52015
<p>The <dfn><code data-x="dom-meter-optimum">optimum</code></dfn> IDL attribute, on getting, must
52013
52016
return the <span data-x="concept-meter-optimum">optimum value</span>. On setting, the given value
52014
52017
must be converted to the <span>best representation of the number as a floating-point number</span>
52015
- and then the <code data-x="dom -meter-optimum">optimum</code> content attribute must be set to that
52016
- string.</p>
52018
+ and then the <code data-x="attr -meter-optimum">optimum</code> content attribute must be set to
52019
+ that string.</p>
52017
52020
52018
52021
<p>The <code data-x="dom-lfe-labels">labels</code> IDL attribute provides a list of the element's
52019
52022
<code>label</code>s.</p>
0 commit comments