Skip to content

Commit 85ed66d

Browse files
committed
Sprinkle ignore for remaining dangling <var>s
1 parent 36dea1b commit 85ed66d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.bs

+7-7
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ when it receives a particular <a>command</a>.
495495

496496
<p>When required to <dfn>send an error</dfn>,
497497
with <var>error code</var>
498-
and an optional <var>error data</var> dictionary,
498+
and an optional <var ignore>error data</var> dictionary,
499499
a <a>remote end</a> must run the following steps:</p>
500500

501501
<ol>
@@ -1351,7 +1351,7 @@ called just after a new session is created, and before the <a>new
13511351
session</a> response is sent to the <a>remote end</a>. These
13521352
algorithms are called with <var>session</var> representing the
13531353
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
13551355
to the <a>remote end</a>. It is permitted for such an algorithm to
13561356
modify any entry in the capabilities object with a name that's an
13571357
<a>additional WebDriver capability</a> defined by the same
@@ -4127,7 +4127,7 @@ argument <var>reference</var>, run the following steps:
41274127
it can be calculated this way:
41284128

41294129
<ol>
4130-
<li><p>Let <var>rectangle</var> be
4130+
<li><p>Let <var ignore>rectangle</var> be
41314131
the first <a>element</a> of the <a><code>DOMRect</code></a> sequence
41324132
returned by calling <a>getClientRects</a> on <a><var>element</var></a>.
41334133

@@ -5402,7 +5402,7 @@ an <a>element not interactable</a> <a>error</a> is returned.
54025402
<ol>
54035403
<li><p>Let <var>mouse</var> be a new <a>pointer input source</a>.
54045404

5405-
<li><p>Let <var>click point</var> be
5405+
<li><p>Let <var ignore>click point</var> be
54065406
the <var>element</var>’s <a>in-view center point</a>.
54075407

54085408
<li><p>Let <var>pointer move action</var> be an <a>action object</a>
@@ -7005,12 +7005,12 @@ is also removed.
70057005
describe the state associated with each <a>input source</a>.
70067006

70077007
<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:
70097009

70107010
<table class=simple>
70117011
<thead>
70127012
<tr>
7013-
<th><var>Action type</var>
7013+
<th><var ignore>Action type</var>
70147014
<th>Input state
70157015
</tr>
70167016
</thead>
@@ -9145,7 +9145,7 @@ that evaluates to false, the <a>element</a> will not be <a>scrolled into view</a
91459145
<p>The <a>remote end steps</a> are:
91469146

91479147
<ol>
9148-
<li><p>Let <var>scroll</var> be the result
9148+
<li><p>Let <var ignore>scroll</var> be the result
91499149
of <a>getting the property</a> <code>scroll</code> from
91509150
<var>parameters</var> if it is not <a>undefined</a>.
91519151
Otherwise let it be true.

0 commit comments

Comments
 (0)