Skip to content

Commit e5616b0

Browse files
committed
Sprinkle ignore for remaining dangling <var>s
1 parent 2ccd2bb commit e5616b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.bs

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

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

504504
<ol>
@@ -4114,7 +4114,7 @@ argument <var>reference</var>, run the following steps:
41144114
it can be calculated this way:
41154115

41164116
<ol>
4117-
<li><p>Let <var>rectangle</var> be
4117+
<li><p>Let <var ignore>rectangle</var> be
41184118
the first <a>element</a> of the <a><code>DOMRect</code></a> sequence
41194119
returned by calling <a>getClientRects</a> on <a><var>element</var></a>.
41204120

@@ -5389,7 +5389,7 @@ an <a>element not interactable</a> <a>error</a> is returned.
53895389
<ol>
53905390
<li><p>Let <var>mouse</var> be a new <a>pointer input source</a>.
53915391

5392-
<li><p>Let <var>click point</var> be
5392+
<li><p>Let <var ignore>click point</var> be
53935393
the <var>element</var>’s <a>in-view center point</a>.
53945394

53955395
<li><p>Let <var>pointer move action</var> be an <a>action object</a>
@@ -6992,12 +6992,12 @@ is also removed.
69926992
describe the state associated with each <a>input source</a>.
69936993

69946994
<p>The <dfn>corresponding <a>input source state</a> type</dfn>
6995-
for a label <var>action type</var> is given by the following table:
6995+
for a label <var ignore>action type</var> is given by the following table:
69966996

69976997
<table class=simple>
69986998
<thead>
69996999
<tr>
7000-
<th><var>Action type</var>
7000+
<th><var ignore>Action type</var>
70017001
<th>Input state
70027002
</tr>
70037003
</thead>
@@ -9132,7 +9132,7 @@ that evaluates to false, the <a>element</a> will not be <a>scrolled into view</a
91329132
<p>The <a>remote end steps</a> are:
91339133

91349134
<ol>
9135-
<li><p>Let <var>scroll</var> be the result
9135+
<li><p>Let <var ignore>scroll</var> be the result
91369136
of <a>getting the property</a> <code>scroll</code> from
91379137
<var>parameters</var> if it is not <a>undefined</a>.
91389138
Otherwise let it be true.

0 commit comments

Comments
 (0)