- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:03 -0500
- To: public-html-diffs@w3.org
hixie: Make sure <a href=''> doesn't define a explicit self-navigation override. (whatwg r5757) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4617&r2=1.4618&f=h http://html5.org/tools/web-apps-tracker?from=5756&to=5757 =================================================================== 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 Wednesday, 12 January 2011 02:44:08 UTC