Skip to content

Commit 706b986

Browse files
authored
Editorial: change instances of "zero" to 0
1 parent 335d7f4 commit 706b986

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

source

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6784,7 +6784,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
67846784
pointed to by <var>position</var>.</p></li>
67856785

67866786
<li>
6787-
<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
67886788
of below.)</p>
67896789

67906790
<p>Otherwise, if <var>next character</var> is an <span data-x="ASCII digits">ASCII
@@ -37279,7 +37279,7 @@ interface <dfn interface>MediaError</dfn> {
3727937279
<li><p>Set the <span>media element</span>'s <span>default playback
3728037280
start position</span> to zero.</p></li>
3728137281

37282-
<li><p>Let the <var>initial playback position</var> be zero.</p></li>
37282+
<li><p>Let the <var>initial playback position</var> be 0.</p></li>
3728337283

3728437284
<li>
3728537285
<p>If either the <span>media resource</span> or the <span>URL</span> of the <var>current
@@ -44368,11 +44368,11 @@ interface <dfn interface>HTMLTableCellElement</dfn> : <span>HTMLElement</span> {
4436844368

4436944369
<ol>
4437044370
<li>
44371-
<p>Let <var>x<sub>width</sub></var> be zero.</p>
44371+
<p>Let <var>x<sub>width</sub></var> be 0.</p>
4437244372
</li>
4437344373

4437444374
<li>
44375-
<p>Let <var>y<sub>height</sub></var> be zero.</p>
44375+
<p>Let <var>y<sub>height</sub></var> be 0.</p>
4437644376
</li>
4437744377

4437844378
<li>
@@ -44552,7 +44552,7 @@ interface <dfn interface>HTMLTableCellElement</dfn> : <span>HTMLElement</span> {
4455244552
</li>
4455344553

4455444554
<li>
44555-
<p>Let <var>y<sub>current</sub></var> be zero.</p>
44555+
<p>Let <var>y<sub>current</sub></var> be 0.</p>
4455644556
</li>
4455744557

4455844558
<li>
@@ -56075,7 +56075,7 @@ interface <dfn interface>HTMLMeterElement</dfn> : <span>HTMLElement</span> {
5607556075
<p>Let <var>value</var> be the <code data-x="attr-meter-value">value</code> attribute's
5607656076
number.</p>
5607756077

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>
5607956079

5608056080
<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>
5608156081

@@ -59397,9 +59397,9 @@ MIT Room 32-G524
5939759397
run the following steps:</p>
5939859398

5939959399
<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>
5940159401

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>
5940359403

5940459404
<li><p>Set the <span data-x="concept-textarea/input-selection">selection</span> of the text
5940559405
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>
6692666926
<var>subpath</var>, such that the start of the first line in the subpath is defined
6692766927
as coordinate 0, and the end of the last line in the subpath is defined as coordinate <var>subpath width</var>.</p></li>
6692866928

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>
6693066930

6693166931
<li><p>Let <var>index</var> be 0.</p></li>
6693266932

@@ -70705,10 +70705,10 @@ try {
7070570705

7070670706
<li>
7070770707
<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>
7070970709

7071070710
<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>
7071270712
</li>
7071370713

7071470714
<li>
@@ -117066,7 +117066,7 @@ interface <dfn interface>XMLSerializer</dfn> {
117066117066
<p>If the <span>surrounding agent</span>'s <span data-x="concept-agent-event-loop">event
117067117067
loop</span>'s <span>currently running task</span> is a task that was created by this algorithm,
117068117068
then let <var>nesting level</var> be the <span data-x="concept-task">task</span>'s <span>timer
117069-
nesting level</span>. Otherwise, let <var>nesting level</var> be zero.</p>
117069+
nesting level</span>. Otherwise, let <var>nesting level</var> be 0.</p>
117070117070

117071117071
<p class="note">The task's <span>timer nesting level</span> is used both for nested calls to
117072117072
<code data-x="dom-setTimeout">setTimeout()</code>, and for the repeating timers created by
@@ -138125,7 +138125,7 @@ legend[align=right i] {
138125138125
<span>'block-size'</span> is not 'auto', the space allocated for the <span>rendered
138126138126
legend</span>'s margin box that spills out past the border, if any, is expected to be
138127138127
subtracted from the <span>'block-size'</span>. If the content box's block-size would be
138128-
negative, then let the content box's block-size be zero instead.</p></li>
138128+
negative, then let the content box's block-size be 0 instead.</p></li>
138129138129

138130138130
<li><p>If the element has a <span>rendered legend</span>, then that element is expected to be
138131138131
the first child box.</p></li>

0 commit comments

Comments
 (0)