Skip to content

Commit

Permalink
Fix “with with” typos that causes lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Aug 2, 2021
1 parent 5f17205 commit 6f9478b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -84728,7 +84728,7 @@ interface <dfn interface>History</dfn> {
the <var>specified entry</var>.</p></li>

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

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

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

0 comments on commit 6f9478b

Please sign in to comment.