- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Jul 2008 01:38:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29806
Modified Files:
Overview.html
Log Message:
Allow frame busting. (also, remove redundant requirement) (whatwg r1952)
Index: Overview.html
===================================================================
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:38:53 UTC