Skip to content

Commit

Permalink
MIX: 'not optionally blockable' vs 'is blockable'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Nov 14, 2014
1 parent 23a69e1 commit 10b0ac7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specs/mixedcontent/index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -907,8 +907,8 @@ <h3 id="should-block-fetch">
<strong>blocked</strong>.
</li>
<li>
If <var>context</var> is a <a>blockable request context</a>, return
<strong>blocked</strong>.
If <var>context</var> is not an <a>optionally-blockable request
context</a>, return <strong>blocked</strong>.
</li>
<li>
If the user agent is configured to block <a>optionally-blockable</a>
Expand Down Expand Up @@ -949,9 +949,9 @@ <h3 id="should-block-response">
<var>request</var>.
</li>
<li>
If <var>context</var> is an <a>blockable request context</a> or the
user agent is configured to block <a>optionally-blockable</a> mixed
content:
If <var>context</var> is not an <a>optionally-blockable request
context</a> or the user agent is configured to block
<a>optionally-blockable</a> mixed content:

<ol>
<li>
Expand Down

0 comments on commit 10b0ac7

Please sign in to comment.