- From: poot <cvsmail@w3.org>
- Date: Wed, 30 Jul 2008 10:41:26 +0900 (JST)
- To: public-html-diffs@w3.org
Allow frame busting. (also, remove redundant requirement) (whatwg r1952)
allowed to navigate
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1143.html#allowed
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1142&r2=1.1143&f=h
http://html5.org/tools/web-apps-tracker?from=1951&to=1952
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1142
retrieving revision 1.1143
diff -u -d -r1.1142 -r1.1143
--- Overview.html 30 Jul 2008 01:27:42 -0000 1.1142
+++ Overview.html 30 Jul 2008 01:38:15 -0000 1.1143
@@ -30950,10 +30950,14 @@
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
Received on Wednesday, 30 July 2008 01:42:03 UTC