Skip to content

Commit 6a1bc67

Browse files
committed
Merged in Eric Law's typo fixes from #395. They were originally done in draft-ietf-httpbis-cookie-same-site.md which is now archived.
1 parent e54fe69 commit 6a1bc67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-ietf-httpbis-rfc6265bis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ same" matching algorithm for origins are defined in {{RFC6454}}.
325325
in Section 4.2.1 of {{RFC7231}}.
326326

327327
The term "public suffix" is defined in a note in Section 5.3 of {{RFC6265}} as
328-
"a domain that is controlled by a public registry", and are also know as
328+
"a domain that is controlled by a public registry", and are also known as
329329
"effective top-level domains" (eTLDs). For example, `example.com`'s public
330330
suffix is `com`. User agents SHOULD use an up-to-date public suffix list,
331331
such as the one maintained by Mozilla at {{PSL}}.
@@ -979,7 +979,7 @@ document's "site for cookies" is the top-level site.
979979
For documents which are displayed in nested browsing contexts, we need to audit
980980
the origins of each of a document's ancestor browsing contexts' active documents
981981
in order to account for the "multiple-nested scenarios" described in Section 4
982-
of {{RFC7034}}. These document's "site for cookies" is the top-level site if and
982+
of {{RFC7034}}. A document's "site for cookies" is the top-level site if and
983983
only if the document and each of its ancestor documents' origins have the same
984984
registered domain as the top-level site. Otherwise its "site for cookies" is
985985
the empty string.
@@ -1051,7 +1051,7 @@ Service Workers are more complicated, as they act as a completely separate
10511051
execution context with only tangential relationship to the Document which
10521052
registered them.
10531053

1054-
Requests which simply pass through a service worker will be handled as described
1054+
Requests which simply pass through a Service Worker will be handled as described
10551055
above: the request's client will be the Document or Worker which initiated the
10561056
request, and its "site for cookies" will be those defined in
10571057
{{document-requests}} and {{dedicated-and-shared-requests}}

0 commit comments

Comments
 (0)