[html5] r2959 - [ac] (0) Avoid switching to foreign content if you're already in it. Oops. (cred [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 6 01:24:28 PDT 2009
Author: ianh
Date: 2009-04-06 01:24:27 -0700 (Mon, 06 Apr 2009)
New Revision: 2959
Modified:
index
source
Log:
[ac] (0) Avoid switching to foreign content if you're already in it. Oops. (credit: jg)
Modified: index
===================================================================
--- index 2009-04-02 23:54:12 UTC (rev 2958)
+++ index 2009-04-06 08:24:27 UTC (rev 2959)
@@ -39,7 +39,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 2 April 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 6 April 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -55724,8 +55724,10 @@
elements</a> and <a href=#acknowledge-self-closing-flag title="acknowledge self-closing
flag">acknowledge the token's <i>self-closing flag</i></a>.</p>
- <p>Otherwise, let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be the
- current <a href=#insertion-mode>insertion mode</a>, and then switch the
+ <p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is not already
+ "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
+ content</a>", let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be
+ the current <a href=#insertion-mode>insertion mode</a>, and then switch the
<a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inforeign title="insertion mode: in
foreign content">in foreign content</a>".</p>
@@ -55752,8 +55754,10 @@
elements</a> and <a href=#acknowledge-self-closing-flag title="acknowledge self-closing
flag">acknowledge the token's <i>self-closing flag</i></a>.</p>
- <p>Otherwise, let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be the
- current <a href=#insertion-mode>insertion mode</a>, and then switch the
+ <p>Otherwise, if the <a href=#insertion-mode>insertion mode</a> is not already
+ "<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
+ content</a>", let the <a href=#secondary-insertion-mode>secondary insertion mode</a> be
+ the current <a href=#insertion-mode>insertion mode</a>, and then switch the
<a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-inforeign title="insertion mode: in
foreign content">in foreign content</a>".</p>
Modified: source
===================================================================
--- source 2009-04-02 23:54:12 UTC (rev 2958)
+++ source 2009-04-06 08:24:27 UTC (rev 2959)
@@ -68288,8 +68288,10 @@
elements</span> and <span title="acknowledge self-closing
flag">acknowledge the token's <i>self-closing flag</i></span>.</p>
- <p>Otherwise, let the <span>secondary insertion mode</span> be the
- current <span>insertion mode</span>, and then switch the
+ <p>Otherwise, if the <span>insertion mode</span> is not already
+ "<span title="insertion mode: in foreign content">in foreign
+ content</span>", let the <span>secondary insertion mode</span> be
+ the current <span>insertion mode</span>, and then switch the
<span>insertion mode</span> to "<span title="insertion mode: in
foreign content">in foreign content</span>".</p>
@@ -68316,8 +68318,10 @@
elements</span> and <span title="acknowledge self-closing
flag">acknowledge the token's <i>self-closing flag</i></span>.</p>
- <p>Otherwise, let the <span>secondary insertion mode</span> be the
- current <span>insertion mode</span>, and then switch the
+ <p>Otherwise, if the <span>insertion mode</span> is not already
+ "<span title="insertion mode: in foreign content">in foreign
+ content</span>", let the <span>secondary insertion mode</span> be
+ the current <span>insertion mode</span>, and then switch the
<span>insertion mode</span> to "<span title="insertion mode: in
foreign content">in foreign content</span>".</p>
More information about the Commit-Watchers
mailing list