Skip to content

Commit 7aa83da

Browse files
committed
MIX: Fixing typos.
Fixes #434. Thanks, @tyoshino
1 parent bb8099a commit 7aa83da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

specs/mixedcontent/index.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ <h3 id="should-block-fetch">
708708
</li>
709709
</ol>
710710
<li>
711-
Otherwise, if <var>context</var> is an <a>optionally-blockable
712-
request context</a>, return <strong>blocked</strong>.
711+
Otherwise, if <var>context</var> is a <a>blockable request
712+
context</a>, return <strong>blocked</strong>.
713713
</li>
714714
<li>
715715
If the user agent is configured to block <a>optionally-blockable</a>
@@ -723,8 +723,7 @@ <h3 id="should-block-fetch">
723723
</ol>
724724
</li>
725725
<li>
726-
Otherwise, <var>origin</var> is <a>potentially secure</a>, so
727-
return <strong>allowed</strong>.
726+
Return <strong>allowed</strong>.
728727
</li>
729728
</ol>
730729

@@ -745,9 +744,9 @@ <h3 id="should-block-response">
745744

746745
Note: <a href="#should-block-fetch">If a request proceeds</a>, we still
747746
might want to block the response based on the state of the connection
748-
that generated the response (e.g. because the response is a <a>blockable</a>
749-
<a>request</a>, but the connection is <a>insecure</a>). This algorithm is
750-
used to make that determination.
747+
that generated the response (e.g. because the request is <a>blockable</a>,
748+
but the connection is <a>insecure</a>). This algorithm is used to make
749+
that determination.
751750

752751
Given a <a>request</a> <var>request</var> and <a>response</a>
753752
<var>response</var>, the user agent determines what response should be
@@ -969,8 +968,9 @@ <h3 id="service-workers">Service Workers</h3>
969968
those requests were triggered from a document (which, presumably, ensures
970969
that they'll be used in an <a>optionally-blockable</a> context). Those
971970
insecure results, however, cannot be exposed to the Service Worker, nor
972-
should the Service Worker be allowed to launder <a>optionally-blockable</a>
973-
requests into <a>blockable</a> responses.
971+
should the Service Worker be allowed to launder responses to
972+
<a>optionally-blockable</a> requests into responses to <a>blockable</a>
973+
requests.
974974

975975
To that end:
976976

0 commit comments

Comments
 (0)