Skip to content

Commit

Permalink
Call out issues with source browsing context more explicitly
Browse files Browse the repository at this point in the history
See #2591 for context.
  • Loading branch information
annevk authored and domenic committed Apr 27, 2017
1 parent 7d32012 commit a559e72
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions source
Expand Up @@ -82059,6 +82059,10 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
<p>Navigation always involves <dfn data-export="">source browsing context</dfn>, which is the
browsing context which was responsible for starting the navigation.</p>

<p class="&#x0058;&#x0058;&#x0058;">As explained in <a
href="https://github.com/whatwg/html/issues/1130">issue #1130</a> the use of a browsing context as
source might not be the correct architecture.</p>

<!-- NAVIGATE <dfn>navigate</dfn> -->
<!-- For places that _call_ this, as opposed to just referring to
it, search for "DONAV" -->
Expand Down Expand Up @@ -82198,9 +82202,15 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
below if either of the following are true:</p>

<ul>
<li><p>The <span>source browsing context</span>'s <span>active document</span>'s
<span>origin</span> is not the <span>same origin</span> as <var>browsingContext</var>'s
<span>active document</span>'s <span>origin</span>.</p></li>
<li>
<p>The <span>source browsing context</span>'s <span>active document</span>'s
<span>origin</span> is not the <span>same origin</span> as <var>browsingContext</var>'s
<span>active document</span>'s <span>origin</span>.</p>

<p class="&#x0058;&#x0058;&#x0058;">As explained in <a
href="https://github.com/whatwg/html/issues/2591">issue #2591</a> this step does not work
and presents a security issue.</p>
</li>

<li><p>The <span>Should navigation request of type from source in target be blocked by
Content Security Policy?</span> algorithm returns "<code data-x="">Blocked</code>" when
Expand Down

0 comments on commit a559e72

Please sign in to comment.