[html5] r5757 - [giow] (1) Make sure <a href=''> doesn't define a explicit self-navigation overr [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 10 14:53:34 PST 2011
Author: ianh
Date: 2011-01-10 14:53:32 -0800 (Mon, 10 Jan 2011)
New Revision: 5757
Modified:
complete.html
index
source
Log:
[giow] (1) Make sure <a href=''> doesn't define a explicit self-navigation override.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11430
Modified: complete.html
===================================================================
--- complete.html 2011-01-10 22:34:02 UTC (rev 5756)
+++ complete.html 2011-01-10 22:53:32 UTC (rev 5757)
@@ -57918,13 +57918,18 @@
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
one, unless there isn't one, in which case the chosen browsing
Modified: index
===================================================================
--- index 2011-01-10 22:34:02 UTC (rev 5756)
+++ index 2011-01-10 22:53:32 UTC (rev 5757)
@@ -57900,13 +57900,18 @@
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
one, unless there isn't one, in which case the chosen browsing
Modified: source
===================================================================
--- source 2011-01-10 22:34:02 UTC (rev 5756)
+++ source 2011-01-10 22:53:32 UTC (rev 5757)
@@ -65815,14 +65815,21 @@
<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
the <span><em>parent</em> browsing context</span> of the current
More information about the Commit-Watchers
mailing list