Skip to content

Commit ccf9e0b

Browse files
Donovan Gloverannevk
authored andcommitted
Fix content attribute links for the meter element
Fixes whatwg#3356.
1 parent fc82f4f commit ccf9e0b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

source

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51985,35 +51985,38 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s
5198551985
<p>The <dfn><code data-x="dom-meter-value">value</code></dfn> IDL attribute, on getting, must
5198651986
return the <span data-x="concept-meter-actual">actual value</span>. On setting, the given value
5198751987
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
5198951989
string.</p>
5199051990

5199151991
<p>The <dfn><code data-x="dom-meter-min">min</code></dfn> IDL attribute, on getting, must return
5199251992
the <span data-x="concept-meter-minimum">minimum value</span>. On setting, the given value must be
5199351993
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>
5199551996

5199651997
<p>The <dfn><code data-x="dom-meter-max">max</code></dfn> IDL attribute, on getting, must return
5199751998
the <span data-x="concept-meter-maximum">maximum value</span>. On setting, the given value must be
5199851999
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>
5200052002

5200152003
<p>The <dfn><code data-x="dom-meter-low">low</code></dfn> IDL attribute, on getting, must return
5200252004
the <span data-x="concept-meter-low">low boundary</span>. On setting, the given value must be
5200352005
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>
5200552008

5200652009
<p>The <dfn><code data-x="dom-meter-high">high</code></dfn> IDL attribute, on getting, must return
5200752010
the <span data-x="concept-meter-high">high boundary</span>. On setting, the given value must be
5200852011
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
5201052013
string.</p>
5201152014

5201252015
<p>The <dfn><code data-x="dom-meter-optimum">optimum</code></dfn> IDL attribute, on getting, must
5201352016
return the <span data-x="concept-meter-optimum">optimum value</span>. On setting, the given value
5201452017
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>
5201752020

5201852021
<p>The <code data-x="dom-lfe-labels">labels</code> IDL attribute provides a list of the element's
5201952022
<code>label</code>s.</p>

0 commit comments

Comments
 (0)