- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Jan 2011 22:53:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5021
Modified Files:
Overview.html
Log Message:
Make sure <a href=''> doesn't define a explicit self-navigation override. (whatwg r5757)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4617
retrieving revision 1.4618
diff -u -d -r1.4617 -r1.4618
--- Overview.html 10 Jan 2011 22:34:08 -0000 1.4617
+++ Overview.html 10 Jan 2011 22:53:39 -0000 1.4618
@@ -42037,12 +42037,17 @@
context name</dfn> are as follows. The rules assume that they are
being applied in the context of a <a href="#browsing-context">browsing context</a>.</p>
- <ol><li><p>If the given browsing context name is the empty string or
- <code title="">_self</code>, then the chosen browsing context must
- be the current one. This is an <dfn id="explicit-self-navigation-override">explicit self-navigation
- override</dfn>, which overrides the behavior of the <a href="#seamless-browsing-context-flag">seamless
- browsing context flag</a> set by the <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless">seamless</a></code> attribute on
- <code><a href="#the-iframe-element">iframe</a></code> elements.</li>
+ <ol><li>
+
+ <p>If the given browsing context name is the empty string or <code title="">_self</code>, then the chosen browsing context must be
+ the current one.</p>
+
+ <p>If the given browsing context name is <code title="">_self</code>, then this is an <dfn id="explicit-self-navigation-override">explicit
+ self-navigation override</dfn>, which overrides the behavior of
+ the <a href="#seamless-browsing-context-flag">seamless browsing context flag</a> set by the <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless">seamless</a></code> attribute on
+ <code><a href="#the-iframe-element">iframe</a></code> elements.</p>
+
+ </li>
<li><p>If the given browsing context name is <code title="">_parent</code>, then the chosen browsing context must be
the <a href="#parent-browsing-context"><em>parent</em> browsing context</a> of the current
Received on Monday, 10 January 2011 22:53:44 UTC