Navigation Menu

Skip to content

Commit

Permalink
[giow] (1) Make sure <a href=''> doesn't define a explicit self-navig…
Browse files Browse the repository at this point in the history
…ation override.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11430

git-svn-id: http://svn.whatwg.org/webapps@5757 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 10, 2011
1 parent 7c1653f commit 9e4f095
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 19 deletions.
17 changes: 11 additions & 6 deletions complete.html
Expand Up @@ -57918,12 +57918,17 @@ <h4 id=browsing-context-names><span class=secno>6.1.6 </span>Browsing context na
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
Expand Down
17 changes: 11 additions & 6 deletions index
Expand Up @@ -57900,12 +57900,17 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
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
Expand Down
21 changes: 14 additions & 7 deletions source
Expand Up @@ -65815,13 +65815,20 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;

<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>explicit self-navigation
override</dfn>, which overrides the behavior of the <span>seamless
browsing context flag</span> set by the <code
title="attr-iframe-seamless">seamless</code> attribute on
<code>iframe</code> elements.</p></li>
<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>explicit
self-navigation override</dfn>, which overrides the behavior of
the <span>seamless browsing context flag</span> set by the <code
title="attr-iframe-seamless">seamless</code> attribute on
<code>iframe</code> elements.</p>

</li>

<li><p>If the given browsing context name is <code
title="">_parent</code>, then the chosen browsing context must be
Expand Down

0 comments on commit 9e4f095

Please sign in to comment.