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