Skip to content

Commit 5338af7

Browse files
committed
MIX: Regenerating HTML.
1 parent 7aa83da commit 5338af7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

specs/mixedcontent/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<h1 class="p-name no-ref" id="title">Mixed Content</h1>
7272

7373
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
74-
<time class="dt-updated" datetime="2015-07-20">20 July 2015</time></span></h2>
74+
<time class="dt-updated" datetime="2015-07-22">22 July 2015</time></span></h2>
7575

7676
<div data-fill-with="spec-metadata">
7777
<dl>
@@ -1041,8 +1041,8 @@ <h3 class="heading settled" data-level="5.2" id="should-block-fetch"><span class
10411041

10421042

10431043
<li>
1044-
Otherwise, if <var>context</var> is an <a data-link-type="dfn" href="#optionally_blockable-request-contexts">optionally-blockable
1045-
request context</a>, return <strong>blocked</strong>.
1044+
Otherwise, if <var>context</var> is a <a data-link-type="dfn" href="#blockable-request-context">blockable request
1045+
context</a>, return <strong>blocked</strong>.
10461046

10471047

10481048

@@ -1065,8 +1065,7 @@ <h3 class="heading settled" data-level="5.2" id="should-block-fetch"><span class
10651065

10661066

10671067
<li>
1068-
Otherwise, <var>origin</var> is <a data-link-type="dfn" href="#potentially-secure-origin">potentially secure</a>, so
1069-
return <strong>allowed</strong>.
1068+
Return <strong>allowed</strong>.
10701069

10711070

10721071

@@ -1097,9 +1096,9 @@ <h3 class="heading settled" data-level="5.3" id="should-block-response"><span cl
10971096

10981097
<p class="note" role="note">Note: <a href="#should-block-fetch">If a request proceeds</a>, we still
10991098
might want to block the response based on the state of the connection
1100-
that generated the response (e.g. because the response is a <a data-link-type="dfn" href="#blockable">blockable</a>
1101-
<a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request">request</a>, but the connection is <a data-link-type="dfn" href="#insecure-origin">insecure</a>). This algorithm is
1102-
used to make that determination.</p>
1099+
that generated the response (e.g. because the request is <a data-link-type="dfn" href="#blockable">blockable</a>,
1100+
but the connection is <a data-link-type="dfn" href="#insecure-origin">insecure</a>). This algorithm is used to make
1101+
that determination.</p>
11031102

11041103

11051104

@@ -1416,8 +1415,9 @@ <h3 class="heading settled" data-level="7.5" id="service-workers"><span class="s
14161415
those requests were triggered from a document (which, presumably, ensures
14171416
that they’ll be used in an <a data-link-type="dfn" href="#optionally_blockable">optionally-blockable</a> context). Those
14181417
insecure results, however, cannot be exposed to the Service Worker, nor
1419-
should the Service Worker be allowed to launder <a data-link-type="dfn" href="#optionally_blockable">optionally-blockable</a>
1420-
requests into <a data-link-type="dfn" href="#blockable">blockable</a> responses.</p>
1418+
should the Service Worker be allowed to launder responses to
1419+
<a data-link-type="dfn" href="#optionally_blockable">optionally-blockable</a> requests into responses to <a data-link-type="dfn" href="#blockable">blockable</a>
1420+
requests.</p>
14211421

14221422

14231423

0 commit comments

Comments
 (0)