Skip to content

Commit

Permalink
editorial: export more definitions for extension modules (#593)
Browse files Browse the repository at this point in the history
SHA: 61ea9ac
Reason: push, by thiagowfx

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Thiago Perrotta and github-actions[bot] committed Nov 7, 2023
1 parent 2b40408 commit 8656bd0
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="d6066724cbf4fad00ba29077635840b01c9edab5" name="document-revision">
<meta content="61ea9aca62033fbdedd3f1f70b934181e76db07e" name="document-revision">
<style>
var {
color: #cd5c5c
Expand Down Expand Up @@ -899,7 +899,7 @@ <h2 class="heading settled" data-level="3" id="protocol"><span class="secno">3.
<p>This section defines the basic concepts of the WebDriver BiDi
protocol. These terms are distinct from their representation at the <a href="#transport">transport</a> layer.</p>
<p>The protocol is defined using a <a data-link-type="biblio" href="#biblio-rfc8610" title="Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures">CDDL</a> definition. For the
convenience of implementors two separate CDDL definitions are defined; the <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="remote-end-definition">remote end definition</dfn> which defines the format of messages produced
convenience of implementors two separate CDDL definitions are defined; the <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="remote-end-definition">remote end definition</dfn> which defines the format of messages produced
on the <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-local-ends" id="ref-for-dfn-local-ends">local end</a> and consumed on the <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-remote-ends" id="ref-for-dfn-remote-ends">remote end</a>, and the <dfn class="dfn-paneled" data-dfn-type="dfn" data-lt="local end definition" data-noexport id="local-end-definition">local end
definition</dfn> which defines the format of messages produced on the <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-remote-ends" id="ref-for-dfn-remote-ends①">remote end</a> and consumed on the <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-local-ends" id="ref-for-dfn-local-ends①">local end</a></p>
<h3 class="heading settled" data-level="3.1" id="protocol-definition"><span class="secno">3.1. </span><span class="content">Definition</span><a class="self-link" href="#protocol-definition"></a></h3>
Expand Down Expand Up @@ -2257,7 +2257,7 @@ <h5 class="heading settled" data-level="6.3.2.1" id="type-browsingContext-Browsi
associated WebDriver <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-window-handle" id="ref-for-dfn-window-handle">window handle</a> the <a data-link-type="dfn" href="#browsing-context-id" id="ref-for-browsing-context-id">browsing context id</a> must be the
same as the <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-window-handle" id="ref-for-dfn-window-handle①">window handle</a>.</p>
<div class="algorithm" data-algorithm="get a browsing context">
To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="get-a-browsing-context">get a browsing context</dfn> given <var>context id</var>:
To <dfn class="dfn-paneled" data-dfn-type="dfn" data-export id="get-a-browsing-context">get a browsing context</dfn> given <var>context id</var>:
<ol>
<li data-md>
<p>If <var>context id</var> is null, return <a data-link-type="dfn" href="https://w3c.github.io/webdriver/#dfn-success" id="ref-for-dfn-success①③">success</a> with data null.</p>
Expand Down

0 comments on commit 8656bd0

Please sign in to comment.