- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 21:16:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv758 Modified Files: spec.html tokenization.html Log Message: <math><mi><object><span></span></object></mi><mi>: last <mi> ends up in the wrong namespace (whatwg r5520) [updated by splitter] Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- tokenization.html 26 Sep 2010 17:16:40 -0000 1.37 +++ tokenization.html 26 Sep 2010 21:16:32 -0000 1.38 @@ -5614,11 +5614,8 @@ 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 - mode</a> to the <a href="parsing.html#secondary-insertion-mode">secondary insertion - mode</a>.</p></li> + content</a>", <a href="parsing.html#reset-the-insertion-mode-appropriately">reset the insertion mode + appropriately</a>.</p></li> </ol></dd> @@ -5642,10 +5639,8 @@ <p>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 - 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 - mode</a> to the <a href="parsing.html#secondary-insertion-mode">secondary insertion mode</a>.</p> + content</a>", <a href="parsing.html#reset-the-insertion-mode-appropriately">reset the insertion mode + appropriately</a>.</p> </dd> @@ -5688,12 +5683,8 @@ <li>a <code title="">title</code> element in the <a href="namespaces.html#svg-namespace">SVG namespace</a></li> <li>an element in the <a href="namespaces.html#html-namespace-0">HTML namespace</a></li> - </ul><p>If, after doing so, 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 - mode</a> to the <a href="parsing.html#secondary-insertion-mode">secondary insertion mode</a>.</p> - - <p>Reprocess the token.</p> + </ul><p>Then, <a href="parsing.html#reset-the-insertion-mode-appropriately">reset the insertion mode appropriately</a> and + reprocess the token.</p> </dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1233 retrieving revision 1.1234 diff -u -d -r1.1233 -r1.1234 --- spec.html 26 Sep 2010 20:47:00 -0000 1.1233 +++ spec.html 26 Sep 2010 21:16:32 -0000 1.1234 @@ -338,7 +338,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4409. +This is revision 1.4410. </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 Sunday, 26 September 2010 21:16:37 UTC