Skip to content

Commit

Permalink
[e] (0) Clarify further
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20939
Affected topics: HTML, Security

git-svn-id: http://svn.whatwg.org/webapps@7939 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 7, 2013
1 parent 2faa28a commit 73c08f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -64435,7 +64435,9 @@ <h4 id=security-nav><span class=secno>6.1.4 </span>Security</h4>
the <a href=#active-document>active document</a> of <var title="">A</var> (possibly in fact being <var title="">A</var> itself).</li>

</ul><p class=note>Sandboxing (in particular the <a href=#sandboxed-navigation-browsing-context-flag>sandboxed navigation browsing context
flag</a>) can further restrict the above in certain cases.</p>
flag</a>) can further restrict the above in certain cases, but it does so indirectly via other
algorithms and doesn't affect whether a browsing context is considered to be <i><a href=#allowed-to-navigate>allowed to
navigate</a></i> another as defined above.</p>

<hr><p>An element has a <dfn id=browsing-context-scope-origin>browsing context scope origin</dfn> if its <code><a href=#document>Document</a></code>'s
<a href=#browsing-context>browsing context</a> is a <a href=#top-level-browsing-context>top-level browsing context</a> or if all of its
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -64435,7 +64435,9 @@ END:VCARD</pre>
the <a href=#active-document>active document</a> of <var title="">A</var> (possibly in fact being <var title="">A</var> itself).</li>

</ul><p class=note>Sandboxing (in particular the <a href=#sandboxed-navigation-browsing-context-flag>sandboxed navigation browsing context
flag</a>) can further restrict the above in certain cases.</p>
flag</a>) can further restrict the above in certain cases, but it does so indirectly via other
algorithms and doesn't affect whether a browsing context is considered to be <i><a href=#allowed-to-navigate>allowed to
navigate</a></i> another as defined above.</p>

<hr><p>An element has a <dfn id=browsing-context-scope-origin>browsing context scope origin</dfn> if its <code><a href=#document>Document</a></code>'s
<a href=#browsing-context>browsing context</a> is a <a href=#top-level-browsing-context>top-level browsing context</a> or if all of its
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -71836,7 +71836,9 @@ END:VCARD</pre>
</ul>

<p class="note">Sandboxing (in particular the <span>sandboxed navigation browsing context
flag</span>) can further restrict the above in certain cases.</p>
flag</span>) can further restrict the above in certain cases, but it does so indirectly via other
algorithms and doesn't affect whether a browsing context is considered to be <i>allowed to
navigate</i> another as defined above.</p>

<hr>

Expand Down

0 comments on commit 73c08f0

Please sign in to comment.