@@ -496,7 +496,7 @@ when it receives a particular <a>command</a>.
496
496
497
497
<p> When required to <dfn>send an error</dfn> ,
498
498
with <var> error code</var>
499
- and an optional <var> error data</var> dictionary,
499
+ and an optional <var ignore > error data</var> dictionary,
500
500
a <a>remote end</a> must run the following steps:</p>
501
501
502
502
<ol>
@@ -1352,7 +1352,7 @@ called just after a new session is created, and before the <a>new
1352
1352
session</a> response is sent to the <a>remote end</a> . These
1353
1353
algorithms are called with <var> session</var> representing the
1354
1354
WebDriver session that will be established, and
1355
- <var> capabilites</var> , the capabilities object that will be returned
1355
+ <var ignore > capabilites</var> , the capabilities object that will be returned
1356
1356
to the <a>remote end</a> . It is permitted for such an algorithm to
1357
1357
modify any entry in the capabilities object with a name that's an
1358
1358
<a>additional WebDriver capability</a> defined by the same
@@ -4128,7 +4128,7 @@ argument <var>reference</var>, run the following steps:
4128
4128
it can be calculated this way:
4129
4129
4130
4130
<ol>
4131
- <li><p> Let <var> rectangle</var> be
4131
+ <li><p> Let <var ignore > rectangle</var> be
4132
4132
the first <a>element</a> of the <a><code>DOMRect</code></a> sequence
4133
4133
returned by calling <a>getClientRects</a> on <a><var>element</var></a> .
4134
4134
@@ -5403,7 +5403,7 @@ an <a>element not interactable</a> <a>error</a> is returned.
5403
5403
<ol>
5404
5404
<li><p> Let <var> mouse</var> be a new <a>pointer input source</a> .
5405
5405
5406
- <li><p> Let <var> click point</var> be
5406
+ <li><p> Let <var ignore > click point</var> be
5407
5407
the <var> element</var> ’s <a>in-view center point</a> .
5408
5408
5409
5409
<li><p> Let <var> pointer move action</var> be an <a>action object</a>
@@ -7006,12 +7006,12 @@ is also removed.
7006
7006
describe the state associated with each <a>input source</a> .
7007
7007
7008
7008
<p> The <dfn>corresponding <a>input source state</a> type</dfn>
7009
- for a label <var> action type</var> is given by the following table:
7009
+ for a label <var ignore > action type</var> is given by the following table:
7010
7010
7011
7011
<table class=simple>
7012
7012
<thead>
7013
7013
<tr>
7014
- <th><var> Action type</var>
7014
+ <th><var ignore > Action type</var>
7015
7015
<th> Input state
7016
7016
</tr>
7017
7017
</thead>
@@ -9146,7 +9146,7 @@ that evaluates to false, the <a>element</a> will not be <a>scrolled into view</a
9146
9146
<p> The <a>remote end steps</a> are:
9147
9147
9148
9148
<ol>
9149
- <li><p> Let <var> scroll</var> be the result
9149
+ <li><p> Let <var ignore > scroll</var> be the result
9150
9150
of <a>getting the property</a> <code> scroll</code> from
9151
9151
<var> parameters</var> if it is not <a>undefined</a> .
9152
9152
Otherwise let it be true.
0 commit comments