Skip to content

Commit

Permalink
Editorial: add matching quotation mark (#531)
Browse files Browse the repository at this point in the history
SHA: 0f35200
Reason: push, by OrKoN

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jugglinmike and github-actions[bot] committed Sep 7, 2023
1 parent 0671122 commit e68fa89
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 6edc88947, updated Thu Aug 17 11:18:09 2023 -0700" name="generator">
<link href="https://w3c.github.io/webdriver-bidi/" rel="canonical">
<meta content="52129f47262c0e77674e2e3a5f004a587df1b17a" name="document-revision">
<meta content="0f35200e4734e97b3ac1bb7123e2dcdea06e413d" name="document-revision">
<style>
var {
color: #cd5c5c
Expand Down Expand Up @@ -544,7 +544,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="2023-09-06">6 September 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-09-07">7 September 2023</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -3940,7 +3940,7 @@ <h5 class="heading settled" data-level="6.4.3.5" id="type-network-Cookie"><span
otherwise.</p>
<li data-md>
<p>Let <var>same site</var> be "<code>none</code>" if <var>stored cookie</var>’s samesite-flag is
"<code>None</code>", "<code>lax</code>" if it is "<code>Lax</code>, or
"<code>None</code>", "<code>lax</code>" if it is "<code>Lax</code>", or
"<code>strict</code>" if it is "<code>Strict</code>".</p>
<li data-md>
<p>Return a map matching the <code>network.Cookie</code> production,
Expand Down

0 comments on commit e68fa89

Please sign in to comment.