@@ -12843,7 +12843,7 @@ this specification: the <abbr>WHATWG</abbr> and the
12843
12843
12844
12844
<dt>There are no numbers in the contents of the element, and the
12845
12845
<code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute is
12846
- specified. </dt>
12846
+ specified</dt>
12847
12847
12848
12848
<dd>
12849
12849
@@ -13034,8 +13034,10 @@ and a height of <meter>2cm</meter>.</p> <!-- <strong>BAD!</
13034
13034
boundary is that value. Otherwise, the low boundary is the same as
13035
13035
the minimum value.</p>
13036
13036
13037
- <p>If the above results in a low boundary that is less than the
13038
- minimum value, the low boundary is the minimum value.</p>
13037
+ <p>If the low boundary is then less than the minimum value, then
13038
+ the low boundary is actually the same as the minimum
13039
+ value. Similarly, if the low boundary is greater than the maximum
13040
+ value, then it is actually the maximum value instead.</p>
13039
13041
13040
13042
</dd>
13041
13043
@@ -13048,8 +13050,10 @@ and a height of <meter>2cm</meter>.</p> <!-- <strong>BAD!</
13048
13050
boundary is that value. Otherwise, the high boundary is the same
13049
13051
as the maximum value.</p>
13050
13052
13051
- <p>If the above results in a high boundary that is higher than the
13052
- maximum value, the high boundary is the maximum value.</p>
13053
+ <p>If the high boundary is then less than the low boundary, then
13054
+ the high boundary is actually the same as the low
13055
+ boundary. Similarly, if the high boundary is greater than the
13056
+ maximum value, then it is actually the maximum value instead.</p>
13053
13057
13054
13058
</dd>
13055
13059
@@ -13069,8 +13073,8 @@ and a height of <meter>2cm</meter>.</p> <!-- <strong>BAD!</
13069
13073
13070
13074
</dd>
13071
13075
13072
- </dl><p>All of which should result in the following inequalities all
13073
- being true:</p>
13076
+ </dl><p>All of which will result in the following inequalities all being
13077
+ true:</p>
13074
13078
13075
13079
<ul class=brief><li>minimum value ≤ actual value ≤ maximum value</li>
13076
13080
<li>minimum value ≤ low boundary ≤ high boundary ≤ maximum value</li>
0 commit comments