@@ -325,7 +325,7 @@ same" matching algorithm for origins are defined in {{RFC6454}}.
325
325
in Section 4.2.1 of {{RFC7231}}.
326
326
327
327
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
329
329
" effective top-level domains" (eTLDs). For example, `example.com`'s public
330
330
suffix is `com`. User agents SHOULD use an up-to-date public suffix list,
331
331
such as the one maintained by Mozilla at {{PSL}}.
@@ -979,7 +979,7 @@ document's "site for cookies" is the top-level site.
979
979
For documents which are displayed in nested browsing contexts, we need to audit
980
980
the origins of each of a document's ancestor browsing contexts' active documents
981
981
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
983
983
only if the document and each of its ancestor documents' origins have the same
984
984
registered domain as the top-level site. Otherwise its "site for cookies" is
985
985
the empty string.
@@ -1051,7 +1051,7 @@ Service Workers are more complicated, as they act as a completely separate
1051
1051
execution context with only tangential relationship to the Document which
1052
1052
registered them.
1053
1053
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
1055
1055
above : the request's client will be the Document or Worker which initiated the
1056
1056
request, and its "site for cookies" will be those defined in
1057
1057
{{document-requests}} and {{dedicated-and-shared-requests}}
0 commit comments