[html5] r7939 - [e] (0) Clarify further Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20 [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 7 15:38:06 PDT 2013


Author: ianh
Date: 2013-06-07 15:38:05 -0700 (Fri, 07 Jun 2013)
New Revision: 7939

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify further
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20939
Affected topics: HTML, Security

Modified: complete.html
===================================================================
--- complete.html	2013-06-07 22:24:53 UTC (rev 7938)
+++ complete.html	2013-06-07 22:38:05 UTC (rev 7939)
@@ -64435,7 +64435,9 @@
    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

Modified: index
===================================================================
--- index	2013-06-07 22:24:53 UTC (rev 7938)
+++ index	2013-06-07 22:38:05 UTC (rev 7939)
@@ -64435,7 +64435,9 @@
    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

Modified: source
===================================================================
--- source	2013-06-07 22:24:53 UTC (rev 7938)
+++ source	2013-06-07 22:38:05 UTC (rev 7939)
@@ -71836,7 +71836,9 @@
   </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>
 




More information about the Commit-Watchers mailing list