From e7d765be860d06791d82dc1cc6d9bf0d2df479ba Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 24 Feb 2021 12:24:09 -0500 Subject: [PATCH] Editorial: remove a reference to "responsible document" Part of https://github.com/whatwg/html/issues/4335. --- fetch.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 425716e36..33a1fc039 100644 --- a/fetch.bs +++ b/fetch.bs @@ -1449,8 +1449,8 @@ not always relevant and might require different behavior. submission algorithm.

CSP will also need to check request's client's - responsible document's - browsing context's ancestor browsing contexts for various CSP + global object's + browsing context's ancestor browsing contexts for various CSP directives.