html5/spec Overview.html,1.4219,1.4220

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5622

Modified Files:
	Overview.html 
Log Message:
Make sure </svg> exits foreign content mode (whatwg r5297)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4219
retrieving revision 1.4220
diff -u -d -r1.4219 -r1.4220
--- Overview.html	16 Aug 2010 19:30:30 -0000	1.4219
+++ Overview.html	16 Aug 2010 20:26:08 -0000	1.4220
@@ -59276,9 +59276,10 @@
      error</a>.</li>
 
      <li><p><i>Loop</i>: If <var title="">node</var> has the same tag
-     name as the token, pop elements from the <a href="#stack-of-open-elements">stack of
-     open elements</a> until <var title="">node</var> has been
-     popped from the stack, and then abort these steps.</li>
+     name as the token, pop elements from the <a href="#stack-of-open-elements">stack of open
+     elements</a> until <var title="">node</var> has been popped
+     from the stack, and then jump to the last step of this list of
+     steps.</li>
 
      <li><p>Set <var title="">node</var> to the previous entry in the
      <a href="#stack-of-open-elements">stack of open elements</a>.</li>
@@ -59288,8 +59289,9 @@
      <i>loop</i>.</li>
 
      <li><p>Otherwise, process the token <a href="#using-the-rules-for">using the rules
-     for</a> the <a href="#secondary-insertion-mode">secondary insertion mode</a>. If, after
-     doing so, the <a href="#insertion-mode">insertion mode</a> is still "<a href="#parsing-main-inforeign" title="insertion mode: in foreign content">in foreign
+     for</a> the <a href="#secondary-insertion-mode">secondary insertion mode</a>.</li>
+
+     <li><p>If the <a href="#insertion-mode">insertion mode</a> is still "<a href="#parsing-main-inforeign" title="insertion mode: in foreign content">in foreign
      content</a>", but there is no element <a href="#has-an-element-in-scope" title="has an
      element in scope">in scope</a> that has a namespace other than
      the <a href="#html-namespace-0">HTML namespace</a>, switch the <a href="#insertion-mode">insertion

Received on Monday, 16 August 2010 20:26:14 UTC