[html5] r1696 - /

whatwg at whatwg.org whatwg at whatwg.org
Sat May 24 02:34:37 PDT 2008


Author: ianh
Date: 2008-05-24 02:34:36 -0700 (Sat, 24 May 2008)
New Revision: 1696

Modified:
   index
   source
Log:
[ct] (0) Always set the secondary insertion mode when switching to foreign content... (credit: hs)

Modified: index
===================================================================
--- index	2008-05-24 09:28:16 UTC (rev 1695)
+++ index	2008-05-24 09:34:36 UTC (rev 1696)
@@ -42432,8 +42432,10 @@
     href="#mathml0">MathML
     namespace</a><!--XXXSVG or the <span>SVG namespace</span>-->, then switch
     the <span>insertion mode</span> to "<a href="#in-foreign"
-    title="insertion mode: in foreign content">in foreign content</a>" and
-    abort these steps.
+    title="insertion mode: in foreign content">in foreign content</a>", let
+    the <a href="#secondary1">secondary insertion mode</a> be "<a
+    href="#in-body" title="insertion mode: in body">in body</a>", and abort
+    these steps.
 
    <li>If <var title="">node</var> is a <code><a href="#head">head</a></code>
     element, then switch the <span>insertion mode</span> to "<a

Modified: source
===================================================================
--- source	2008-05-24 09:28:16 UTC (rev 1695)
+++ source	2008-05-24 09:34:36 UTC (rev 1696)
@@ -40022,10 +40022,12 @@
    steps.</li>
 
    <li>If <var title="">node</var> is an element from the <span>MathML
-   namespace</span><!--XXXSVG or the <span>SVG namespace</span>-->, then switch the
-   <span>insertion mode</span> to "<span title="insertion mode: in
-   foreign content">in foreign content</span>" and abort these
-   steps.</li>
+   namespace</span><!--XXXSVG or the <span>SVG namespace</span>-->,
+   then switch the <span>insertion mode</span> to "<span
+   title="insertion mode: in foreign content">in foreign
+   content</span>", let the <span>secondary insertion mode</span> be
+   "<span title="insertion mode: in body">in body</span>", and abort
+   these steps.</li>
 
    <li>If <var title="">node</var> is a <code>head</code> element,
    then switch the <span>insertion mode</span> to "<span




More information about the Commit-Watchers mailing list