Skip to content

Commit

Permalink
[] (0) Allow frame busting. (also, remove redundant requirement)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1952 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 30, 2008
1 parent 310b5a6 commit 706e045
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 7 additions & 3 deletions index
Expand Up @@ -30879,10 +30879,14 @@ never reset. This is nice and consistent.)
href="#origin0">origin</a> of the <a href="#active">active document</a>
of <var title="">B</var>, or

<li>The browsing context <var title="">A</var> is a <a
href="#nested0">nested browsing context</a> and its <a
href="#top-level">top-level browsing context</a> is <var
title="">B</var>, or

<li>The browsing context <var title="">B</var> is an <a
href="#auxiliary0">auxiliary browsing context</a> and either its <a
href="#opener">opener browsing context</a> is <var title="">A</var> or
<var title="">A</var> is <a href="#allowed">allowed to navigate</a> <var
href="#auxiliary0">auxiliary browsing context</a> and <var
title="">A</var> is <a href="#allowed">allowed to navigate</a> <var
title="">B</var>'s <a href="#opener">opener browsing context</a>, or

<li>The browsing context <var title="">B</var> is not a <a
Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -28145,11 +28145,14 @@ never reset. This is nice and consistent.)
origin">same</span> as the <span>origin</span> of the <span>active
document</span> of <var title="">B</var>, or</li>

<li>The browsing context <var title="">A</var> is a <span>nested
browsing context</span> and its <span>top-level browsing
context</span> is <var title="">B</var>, or</li>

<li>The browsing context <var title="">B</var> is an
<span>auxiliary browsing context</span> and either its <span>opener
browsing context</span> is <var title="">A</var> or <var
title="">A</var> is <span>allowed to navigate</span> <var
title="">B</var>'s <span>opener browsing context</span>, or</li>
<span>auxiliary browsing context</span> and <var title="">A</var>
is <span>allowed to navigate</span> <var title="">B</var>'s
<span>opener browsing context</span>, or</li>

<li>The browsing context <var title="">B</var> is not a
<span>top-level browsing context</span>, but there exists an
Expand Down

0 comments on commit 706e045

Please sign in to comment.