Skip to content

Commit 6f9478b

Browse files
Fix “with with” typos that causes lint failures
1 parent 5f17205 commit 6f9478b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84728,7 +84728,7 @@ interface <dfn interface>History</dfn> {
8472884728
the <var>specified entry</var>.</p></li>
8472984729

8473084730
<li><p>If <var>source browsing context</var> is not <span>allowed to navigate</span>
84731-
<var>specified browsing context</var>, then invoke <span>WebDriver BiDi navigation failed</span> with
84731+
<var>specified browsing context</var>, then invoke <span>WebDriver BiDi navigation failed</span>
8473284732
with <var>source browsing context</var>, and a <span>WebDriver BiDi navigation status</span> whose <span
8473384733
data-x="navigation-status-id">id</span> is <var>navigationId</var>, <span
8473484734
data-x="navigation-status-status">status</span> is "<code
@@ -84737,7 +84737,7 @@ interface <dfn interface>History</dfn> {
8473784737
data-x="concept-request-url">url</span>, then return.</p></li>
8473884738

8473984739
<li><p>If the <var>specified browsing context</var>'s <span>active document</span>'s <span>unload
84740-
counter</span> is greater than 0, then invoke <span>WebDriver BiDi navigation failed</span> with
84740+
counter</span> is greater than 0, then invoke <span>WebDriver BiDi navigation failed</span>
8474184741
with <var>source browsing context</var>, and a <span>WebDriver BiDi navigation status</span> whose <span
8474284742
data-x="navigation-status-id">id</span> is <var>navigationId</var>, <span
8474384743
data-x="navigation-status-status">status</span> is "<code
@@ -84767,7 +84767,7 @@ interface <dfn interface>History</dfn> {
8476784767
<ol>
8476884768
<li><p><span>Prompt to unload</span> the <span>active document</span> of the <var>specified
8476984769
browsing context</var>. If the user <span>refused to allow the document to be
84770-
unloaded</span>, , then invoke <span>WebDriver BiDi navigation failed</span> with
84770+
unloaded</span>, , then invoke <span>WebDriver BiDi navigation failed</span>
8477184771
with <var>source browsing context</var>, and a <span>WebDriver BiDi navigation status</span>
8477284772
whose <span data-x="navigation-status-id">id</span> is <var>navigationId</var>, <span
8477384773
data-x="navigation-status-status">status</span> is "<code
@@ -88229,7 +88229,7 @@ new PaymentRequest(&hellip;); // Allowed to use
8822988229
data-x="dom-PopStateEvent-state">state</code> attribute initialized to <var>state</var>.
8823088230
</p></li>
8823188231

88232-
<li><p>Invoke <span>WebDriver BiDi pop state</span> with with <var>newDocument</var>'s
88232+
<li><p>Invoke <span>WebDriver BiDi pop state</span> with <var>newDocument</var>'s
8823388233
<span data-x="concept-document-bc">browsing context</span>, and a new <span>WebDriver
8823488234
BiDi navigation status</span> whose <span data-x="navigation-status-id">id</span> is
8823588235
<var>navigationId</var>, <span data-x="navigation-status-url">url</span> is

0 commit comments

Comments
 (0)