Skip to content

Commit

Permalink
Editorial: add matching quotation mark (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike authored Sep 7, 2023
1 parent 52129f4 commit 0f35200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3872,7 +3872,7 @@ samesite-flag, which is from [[SAME-SITE-COOKIES]].
otherwise.

1. Let |same site| be "<code>none</code>" if |stored cookie|'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>".

1. Return a map matching the <code>network.Cookie</code> production,
Expand Down

0 comments on commit 0f35200

Please sign in to comment.