You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If <var>next character</var> is a U+002E FULL STOP character (.), then let <var>N</var> be zero. (Do not advance <var>position</var>. That is taken care
6787
+
<p>If <var>next character</var> is a U+002E FULL STOP character (.), then let <var>N</var> be 0. (Do not advance <var>position</var>. That is taken care
6788
6788
of below.)</p>
6789
6789
6790
6790
<p>Otherwise, if <var>next character</var> is an <span data-x="ASCII digits">ASCII
<p>Let <var>value</var> be the <code data-x="attr-meter-value">value</code> attribute's
56076
56076
number.</p>
56077
56077
56078
-
<p>If the <code data-x="attr-meter-min">min</code> attribute is specified, then let <var>minimum</var> be that attribute's value; otherwise, let it be zero.</p>
56078
+
<p>If the <code data-x="attr-meter-min">min</code> attribute is specified, then let <var>minimum</var> be that attribute's value; otherwise, let it be 0.</p>
56079
56079
56080
56080
<p>If the <code data-x="attr-meter-max">max</code> attribute is specified, then let <var>maximum</var> be that attribute's value; otherwise, let it be 1.0.</p>
56081
56081
@@ -59397,9 +59397,9 @@ MIT Room 32-G524
59397
59397
run the following steps:</p>
59398
59398
59399
59399
<ol>
59400
-
<li><p>If <var>start</var> is null, let <var>start</var> be zero.</p></li>
59400
+
<li><p>If <var>start</var> is null, let <var>start</var> be 0.</p></li>
59401
59401
59402
-
<li><p>If <var>end</var> is null, let <var>end</var> be zero.</p></li>
59402
+
<li><p>If <var>end</var> is null, let <var>end</var> be 0.</p></li>
59403
59403
59404
59404
<li><p>Set the <span data-x="concept-textarea/input-selection">selection</span> of the text
59405
59405
control to the sequence of <span data-x="code unit">code units</span> within the <span
@@ -66926,7 +66926,7 @@ context.fillRect(100,0,50,50); // only this square remains</code></pre>
66926
66926
<var>subpath</var>, such that the start of the first line in the subpath is defined
66927
66927
as coordinate 0, and the end of the last line in the subpath is defined as coordinate <var>subpath width</var>.</p></li>
66928
66928
66929
-
<li><p>Let <var>position</var> be zero minus <var>offset</var>.</p></li>
66929
+
<li><p>Let <var>position</var> be 0 minus <var>offset</var>.</p></li>
66930
66930
66931
66931
<li><p>Let <var>index</var> be 0.</p></li>
66932
66932
@@ -70705,10 +70705,10 @@ try {
70705
70705
70706
70706
<li>
70707
70707
<p>If <var>dirtyX</var> is negative, then let <var>dirtyWidth</var> be <span
70708
-
data-x=""><var>dirtyWidth</var>+<var>dirtyX</var></span>, and let <var>dirtyX</var> be zero.</p>
70708
+
data-x=""><var>dirtyWidth</var>+<var>dirtyX</var></span>, and let <var>dirtyX</var> be 0.</p>
70709
70709
70710
70710
<p>If <var>dirtyY</var> is negative, then let <var>dirtyHeight</var> be <span
70711
-
data-x=""><var>dirtyHeight</var>+<var>dirtyY</var></span>, and let <var>dirtyY</var> be zero.</p>
70711
+
data-x=""><var>dirtyHeight</var>+<var>dirtyY</var></span>, and let <var>dirtyY</var> be 0.</p>
0 commit comments