Skip to content

Commit

Permalink
Remove unused browsing context from navigable destroyed steps (#751)
Browse files Browse the repository at this point in the history
SHA: da20dfc
Reason: push, by OrKoN

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
OrKoN and github-actions[bot] committed Jul 18, 2024
1 parent ef83fe1 commit 779f813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://w3c.github.io/webdriver-bidi/" rel="canonical">
<meta content="712c17f59659878da3a0a350ecb2f63fe628ce05" name="document-revision">
<meta content="da20dfc8bfde67f921f61482dab021eb16813d04" name="document-revision">
<style>
var {
color: #cd5c5c
Expand Down Expand Up @@ -567,7 +567,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1 class="p-name no-ref" id="title">WebDriver BiDi</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-07-17">17 July 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2024-07-18">18 July 2024</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -4261,7 +4261,7 @@ <h5 class="heading settled" data-level="7.3.4.2" id="event-browsingContext-conte
The <a data-link-type="dfn" href="#event-remote-end-event-trigger" id="ref-for-event-remote-end-event-trigger①">remote end event trigger</a> is:
<div class="algorithm" data-algorithm="remote end event trigger for browsingContext.contexDestroyed">
<p>The <a data-link-type="dfn" href="#event-remote-end-event-trigger" id="ref-for-event-remote-end-event-trigger②">remote end event trigger</a> is
the <dfn data-dfn-type="dfn" data-export id="webdriver-bidi-navigable-destroyed">WebDriver BiDi navigable destroyed<a class="self-link" href="#webdriver-bidi-navigable-destroyed"></a></dfn> steps given <var>navigable</var> and <var>browsing context</var>:</p>
the <dfn data-dfn-type="dfn" data-export id="webdriver-bidi-navigable-destroyed">WebDriver BiDi navigable destroyed<a class="self-link" href="#webdriver-bidi-navigable-destroyed"></a></dfn> steps given <var>navigable</var>:</p>
<ol>
<li data-md>
<p>Let <var>params</var> be the result of <a data-link-type="dfn" href="#get-the-navigable-info" id="ref-for-get-the-navigable-info③">get the navigable info</a>, given <var>navigable</var>, null, and true.</p>
Expand Down

0 comments on commit 779f813

Please sign in to comment.