- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 20:26:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5676 Modified Files: spec.html tokenization.html Log Message: Make sure </svg> exits foreign content mode (whatwg r5297) [updated by splitter] Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- tokenization.html 16 Aug 2010 19:36:45 -0000 1.22 +++ tokenization.html 16 Aug 2010 20:26:50 -0000 1.23 @@ -5635,9 +5635,10 @@ error</a>.</p></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="parsing.html#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.</p></li> + name as the token, pop elements from the <a href="parsing.html#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.</p></li> <li><p>Set <var title="">node</var> to the previous entry in the <a href="parsing.html#stack-of-open-elements">stack of open elements</a>.</p></li> @@ -5647,8 +5648,9 @@ <i>loop</i>.</p></li> <li><p>Otherwise, process the token <a href="parsing.html#using-the-rules-for">using the rules - for</a> the <a href="parsing.html#secondary-insertion-mode">secondary insertion mode</a>. If, after - doing so, the <a href="parsing.html#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="parsing.html#secondary-insertion-mode">secondary insertion mode</a>.</p></li> + + <li><p>If the <a href="parsing.html#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="parsing.html#has-an-element-in-scope" title="has an element in scope">in scope</a> that has a namespace other than the <a href="namespaces.html#html-namespace-0">HTML namespace</a>, switch the <a href="parsing.html#insertion-mode">insertion Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1141 retrieving revision 1.1142 diff -u -d -r1.1141 -r1.1142 --- spec.html 16 Aug 2010 19:36:45 -0000 1.1141 +++ spec.html 16 Aug 2010 20:26:49 -0000 1.1142 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4219. +This is revision 1.4220. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 16 August 2010 20:26:53 UTC