@@ -82059,6 +82059,10 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
82059
82059
<p>Navigation always involves <dfn data-export="">source browsing context</dfn>, which is the
82060
82060
browsing context which was responsible for starting the navigation.</p>
82061
82061
82062
+ <p class="XXX">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
+
82062
82066
<!-- NAVIGATE <dfn>navigate</dfn> -->
82063
82067
<!-- For places that _call_ this, as opposed to just referring to
82064
82068
it, search for "DONAV" -->
@@ -82198,9 +82202,15 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
82198
82202
below if either of the following are true:</p>
82199
82203
82200
82204
<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="XXX">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>
82204
82214
82205
82215
<li><p>The <span>Should navigation request of type from source in target be blocked by
82206
82216
Content Security Policy?</span> algorithm returns "<code data-x="">Blocked</code>" when
0 commit comments