Skip to content

Commit

Permalink
MIX: Changing wording around example 6's data: url.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Jan 15, 2015
1 parent 1f67394 commit 537aa36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion specs/mixedcontent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,8 @@ <h3 class="heading settled" data-level="5.1" id="categorize-settings-object"><sp
<code>https://a.com</code> frames a <code>data:</code> URL, which loads
<code>http://evil.com</code>. In this case, the insecure request to
<code>evil.com</code> will be blocked, as <code>a.com</code> was loaded
over a secure connection, even though the framed data URL was not.
over a secure connection, even though the framed <code>data:</code> URL
is <a data-link-type="dfn" href="#a-priori-insecure-origin"><em>a priori</em> insecure</a>.
</div>


Expand Down
3 changes: 2 additions & 1 deletion specs/mixedcontent/index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,8 @@ <h3 id="categorize-settings-object">
<code>https://a.com</code> frames a <code>data:</code> URL, which loads
<code>http://evil.com</code>. In this case, the insecure request to
<code>evil.com</code> will be blocked, as <code>a.com</code> was loaded
over a secure connection, even though the framed data URL was not.
over a secure connection, even though the framed <code>data:</code> URL
is <a><em>a priori</em> insecure</a>.
</div>
</div>
</section>
Expand Down

0 comments on commit 537aa36

Please sign in to comment.