Skip to content

Commit a3d850b

Browse files
committed
MIX: Drop the obsolete references to Fetch's 'frame type' and 'context'
Closes #465.
1 parent bbe52ec commit a3d850b

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

specs/mixedcontent/index.src.html

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h1>Mixed Content</h1>
4545
text: creating a new Document object; url: create-a-document-object
4646
text: navigated; url: navigate
4747
text: nested browsing context
48+
text: parent browsing context
4849
text: nested through; url: browsing-context-nested-through
4950
text: plugin document
5051
text: sandboxed origin browsing context flag
@@ -79,12 +80,6 @@ <h1>Mixed Content</h1>
7980
url: concept-request-client
8081
text: request client
8182
text: client
82-
url: concept-request-context
83-
text: request context
84-
text: context
85-
url: concept-request-context-frame-type
86-
text: request context frame type
87-
text: frame type
8883
url: concept-response-https-state
8984
text: response https state;
9085
text: https state
@@ -795,8 +790,6 @@ <h3 id="should-block-response">
795790
content?
796791
</h3>
797792

798-
ISSUE(w3c/webappsec#465): This still uses "context" and "frame type". Fix.
799-
800793
Note: <a href="#should-block-fetch">If a request proceeds</a>, we still
801794
might want to block the response based on the state of the connection
802795
that generated the response (e.g. because the request is <a>blockable</a>,
@@ -1064,14 +1057,14 @@ <h3 id="service-workers">Service Workers</h3>
10641057
To that end:
10651058

10661059
1. [[#should-block-fetch]] has some carve-outs for the <code>fetch</code>
1067-
request context, with the intent of allowing a Service Worker to copy
1068-
a request as part of its response to a Fetch event (e.g.
1060+
request <a>initiator</a>, with the intent of allowing a Service Worker
1061+
to copy a request as part of its response to a Fetch event (e.g.
10691062
<code>fetch(event.response)</code> should be executable inside the
10701063
event handler.
10711064

1072-
The <code>fetch</code> request context will continue to be treated as
1073-
<a>blockable</a> when executed outside the context of a Fetch event,
1074-
which of course includes document contexts.
1065+
<code>fetch</code> will continue to be treated as <a>blockable</a> when
1066+
executed outside the context of a Fetch event, which of course includes
1067+
document contexts.
10751068

10761069
2. [[#should-block-response]] verifies that the incoming response has the
10771070
same security characteristics that were allowed for the request. That

0 commit comments

Comments
 (0)