Skip to content

Commit 673e971

Browse files
annevkinikulin
authored andcommitted
Call out issues with source browsing context more explicitly
See whatwg#2591 for context.
1 parent 8f7b6c3 commit 673e971

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

source

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82059,6 +82059,10 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
8205982059
<p>Navigation always involves <dfn data-export="">source browsing context</dfn>, which is the
8206082060
browsing context which was responsible for starting the navigation.</p>
8206182061

82062+
<p class="&#x0058;&#x0058;&#x0058;">As explained in <a
82063+
href="https://github.com/whatwg/html/issues/1130">issue #1130</a> the use of a browsing context as
82064+
source might not be the correct architecture.</p>
82065+
8206282066
<!-- NAVIGATE <dfn>navigate</dfn> -->
8206382067
<!-- For places that _call_ this, as opposed to just referring to
8206482068
it, search for "DONAV" -->
@@ -82198,9 +82202,15 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
8219882202
below if either of the following are true:</p>
8219982203

8220082204
<ul>
82201-
<li><p>The <span>source browsing context</span>'s <span>active document</span>'s
82202-
<span>origin</span> is not the <span>same origin</span> as <var>browsingContext</var>'s
82203-
<span>active document</span>'s <span>origin</span>.</p></li>
82205+
<li>
82206+
<p>The <span>source browsing context</span>'s <span>active document</span>'s
82207+
<span>origin</span> is not the <span>same origin</span> as <var>browsingContext</var>'s
82208+
<span>active document</span>'s <span>origin</span>.</p>
82209+
82210+
<p class="&#x0058;&#x0058;&#x0058;">As explained in <a
82211+
href="https://github.com/whatwg/html/issues/2591">issue #2591</a> this step does not work
82212+
and presents a security issue.</p>
82213+
</li>
8220482214

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

0 commit comments

Comments
 (0)