|
8 | 8 | <meta content="Bikeshed version d113b2e81, updated Tue Jun 9 14:57:55 2026 -0700" name="generator"> |
9 | 9 | <link href="https://www.w3.org/TR/webdriver-bidi/" rel="canonical"> |
10 | 10 | <link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon"> |
11 | | - <meta content="d636c85720119ff2f7d5371c01e1ac63168e249f" name="revision"> |
| 11 | + <meta content="6fee9c9554eecad9790e86c302b247b1540b32f0" name="revision"> |
12 | 12 | <meta content="dark light" name="color-scheme"> |
13 | 13 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css"> |
14 | 14 | <style> |
|
657 | 657 | </p> |
658 | 658 | <h1 class="no-ref p-name" id="title">WebDriver BiDi</h1> |
659 | 659 | <p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, |
660 | | - <time class="dt-updated" datetime="2026-06-29">29 June 2026</time></p> |
| 660 | + <time class="dt-updated" datetime="2026-07-15">15 July 2026</time></p> |
661 | 661 | <details open> |
662 | 662 | <summary>More details about this document</summary> |
663 | 663 | <div data-fill-with="spec-metadata"> |
@@ -4652,8 +4652,8 @@ <h5 class="heading settled" data-level="7.3.3.2" id="command-browsingContext-cap |
4652 | 4652 | <p>Let <var>document</var> be <var>navigable</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document" id="ref-for-nav-document⑦">active document</a>.</p> |
4653 | 4653 | <li data-md> |
4654 | 4654 | <p>Immediately after the next invocation of the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#run-the-animation-frame-callbacks" id="ref-for-run-the-animation-frame-callbacks">run the animation frame callbacks</a> algorithm for <var>document</var>:</p> |
4655 | | - <p class="issue" id="issue-b2b83ca0"><a class="self-link" href="#issue-b2b83ca0"></a> This ought to be integrated into the update rendering algorithm in |
4656 | | - some more explicit way.</p> |
| 4655 | + <p class="issue" id="issue-b2b83ca0"><a class="self-link" href="#issue-b2b83ca0"></a> This ought to be integrated into the update |
| 4656 | + rendering algorithm in some more explicit way. <a href="https://github.com/w3c/webdriver-bidi/issues/1131">[w3c/webdriver-bidi Issue #1131]</a></p> |
4657 | 4657 | <li data-md> |
4658 | 4658 | <p>Let <var>origin</var> be the value of the <code>context</code> field of <var>command |
4659 | 4659 | parameters</var> if present, or "viewport" otherwise.</p> |
@@ -5616,8 +5616,8 @@ <h5 class="heading settled" data-level="7.3.3.9" id="command-browsingContext-pri |
5616 | 5616 | <p>Let <var>document</var> be <var>navigable</var>’s <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document" id="ref-for-nav-document①②">active document</a>.</p> |
5617 | 5617 | <li data-md> |
5618 | 5618 | <p>Immediately after the next invocation of the <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#run-the-animation-frame-callbacks" id="ref-for-run-the-animation-frame-callbacks①">run the animation frame callbacks</a> algorithm for <var>document</var>:</p> |
5619 | | - <p class="issue" id="issue-b2b83ca0①"><a class="self-link" href="#issue-b2b83ca0①"></a> This ought to be integrated into the update rendering algorithm |
5620 | | - in some more explicit way.</p> |
| 5619 | + <p class="issue" id="issue-b2b83ca0①"><a class="self-link" href="#issue-b2b83ca0①"></a> This ought to be integrated into the update |
| 5620 | + rendering algorithm in some more explicit way. <a href="https://github.com/w3c/webdriver-bidi/issues/1131">[w3c/webdriver-bidi Issue #1131]</a></p> |
5621 | 5621 | <ol> |
5622 | 5622 | <li data-md> |
5623 | 5623 | <p>Let <var>pdf data</var> be the result taking UA-specific steps to generate a |
@@ -24909,13 +24909,13 @@ <h2 class="heading no-num no-ref settled" id="issues-index"><span class="content |
24909 | 24909 | an error here? What error code do we want? Is there going to be a problem |
24910 | 24910 | where local ends parse the implementation-defined strings to figure out |
24911 | 24911 | what actually went wrong? <a class="issue-return" href="#issue-ceba1469" title="Jump to section">↵</a></div> |
24912 | | - <div class="issue"> This ought to be integrated into the update rendering algorithm in |
24913 | | - some more explicit way. <a class="issue-return" href="#issue-b2b83ca0" title="Jump to section">↵</a></div> |
| 24912 | + <div class="issue"> This ought to be integrated into the update |
| 24913 | + rendering algorithm in some more explicit way. <a href="https://github.com/w3c/webdriver-bidi/issues/1131">[w3c/webdriver-bidi Issue #1131]</a> <a class="issue-return" href="#issue-b2b83ca0" title="Jump to section">↵</a></div> |
24914 | 24914 | <div class="issue"> There is an open discussion about the behavior |
24915 | 24915 | when closing the last <a data-link-type="dfn" href="https://html.spec.whatwg.org/multipage/document-sequences.html#top-level-traversable">top-level traversable</a>. We could expect to close |
24916 | 24916 | the browser, close the session or leave this up to the implementation. <a href="https://github.com/w3c/webdriver-bidi/issues/170">[w3c/webdriver-bidi Issue #170]</a> <a class="issue-return" href="#issue-04e2b4be" title="Jump to section">↵</a></div> |
24917 | | - <div class="issue"> This ought to be integrated into the update rendering algorithm |
24918 | | - in some more explicit way. <a class="issue-return" href="#issue-b2b83ca0①" title="Jump to section">↵</a></div> |
| 24917 | + <div class="issue"> This ought to be integrated into the update |
| 24918 | + rendering algorithm in some more explicit way. <a href="https://github.com/w3c/webdriver-bidi/issues/1131">[w3c/webdriver-bidi Issue #1131]</a> <a class="issue-return" href="#issue-b2b83ca0①" title="Jump to section">↵</a></div> |
24919 | 24919 | <div class="issue"> There is a race condition in the algorithm as written because by the |
24920 | 24920 | time we try to navigate the target session history entry might not |
24921 | 24921 | exist. Once we support waiting for history to navigate we can handle this |
|
0 commit comments