Skip to content

Commit

Permalink
chore: fix missing part (#739)
Browse files Browse the repository at this point in the history
SHA: 0c366b0
Reason: push, by Lightning00Blade

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Lightning00Blade and github-actions[bot] committed Jul 1, 2024
1 parent a7a96d9 commit bd3bdca
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="b449a2b86096e27f44c1cfa5b02b2b1e646ed6f3" name="document-revision">
<meta content="0c366b0c093f435fa9b71620f3241c5a216c2812" 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-06-28">28 June 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-01">1 July 2024</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -6073,7 +6073,7 @@ <h5 class="heading settled" data-level="7.4.4.2" id="command-network-continueReq
<li data-md>
<p>Let <var>cookie header</var> be an empty <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#byte-sequence" id="ref-for-byte-sequence⑤">byte sequence</a>.</p>
<li data-md>
<p>For each <var>cookie</var> in <var>command parameters</var>:</p>
<p>For each <var>cookie</var> in <var>command parameters</var>["<code>cookies</code>"]:</p>
<ol>
<li data-md>
<p>If <var>cookie header</var> is not empty, append `<code>;</code>` to <var>cookie
Expand Down

0 comments on commit bd3bdca

Please sign in to comment.