- From: poot <cvsmail@w3.org>
- Date: Tue, 17 Aug 2010 05:31:17 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make sure </svg> exits foreign content mode (whatwg r5297) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4219&r2=1.4220&f=h http://html5.org/tools/web-apps-tracker?from=5296&to=5297 =================================================================== 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:27:01 UTC