Skip to content

Commit 8074d6f

Browse files
committed
Sprinkle ignore for remaining dangling <var>s
1 parent 8b4f30b commit 8074d6f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ when it receives a particular <a>command</a>.
496496

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

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

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

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

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

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

70087008
<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:
70107010

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

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

0 commit comments

Comments
 (0)