E57F [e] (0) Add a warning to make sure the seamless='' attribute doesn't … · whatwg/html@77e24cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 77e24cd

Browse files
committed
[e] (0) Add a warning to make sure the seamless='' attribute doesn't get misimplemented to apply cross-origin (credit: lachy)
git-svn-id: http://svn.whatwg.org/webapps@1641 340c8d12-0b0e-0410-8428-c7bf67bfef74
1 parent b956a01 commit 77e24cd

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

index

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14320,6 +14320,14 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
1432014320
href="#seamless0">seamless browsing context</a> flag must be set to false
1432114321
for that <a href="#browsing1">browsing context</a>.
1432214322

14323+
<p class=warning>It is important that user agents recheck the above
14324+
conditions whenever the <a href="#active">active document</a> of the <a
14325+
href="#nested0">nested browsing context</a> of the <code><a
14326+
href="#iframe">iframe</a></code> changes, such that the <a
14327+
href="#seamless0">seamless browsing context</a> flag gets unset if the <a
14328+
href="#nested0">nested browsing context</a> is <a href="#navigate"
14329+
title=navigate>navigated</a> to another origin.
14330+
1432314331
<p>An <code><a href="#iframe">iframe</a></code> element never has <a
1432414332
href="#fallback">fallback content</a>, as it will always create a nested
1432514333
<a href="#browsing1">browsing context</a>, regardless of whether the

source

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12332,6 +12332,13 @@ the time Marco had stuck his tongue out...&lt;/p></pre>
1233212332
and the <span>seamless browsing context</span> flag must be set to
1233312333
false for that <span>browsing context</span>.</p>
1233412334

12335+
<p class="warning">It is important that user agents recheck the
12336+
above conditions whenever the <span>active document</span> of the
12337+
<span>nested browsing context</span> of the <code>iframe</code>
12338+
changes, such that the <span>seamless browsing context</span> flag
12339+
gets unset if the <span>nested browsing context</span> is <span
12340+
title="navigate">navigated</span> to another origin.</p>
12341+
1233512342

1233612343
<p>An <code>iframe</code> element never has <span>fallback
1233712344
content</span>, as it will always create a nested <span>browsing

0 commit comments

Comments
 (0)
0