- From: poot <cvsmail@w3.org>
- Date: Mon, 27 Sep 2010 06:03:51 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <math><mi><object><span></span></object></mi><mi>: last <mi> ends up in the wrong namespace (whatwg r5520) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4409&r2=1.4410&f=h http://html5.org/tools/web-apps-tracker?from=5519&to=5520 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4409 retrieving revision 1.4410 diff -u -d -r1.4409 -r1.4410 --- Overview.html 26 Sep 2010 20:25:44 -0000 1.4409 +++ Overview.html 26 Sep 2010 21:03:37 -0000 1.4410 @@ -59977,11 +59977,8 @@ 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 - mode</a> to the <a href="#secondary-insertion-mode">secondary insertion - mode</a>.</li> + content</a>", <a href="#reset-the-insertion-mode-appropriately">reset the insertion mode + appropriately</a>.</li> </ol></dd> @@ -60005,10 +60002,8 @@ <p>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 - 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 - mode</a> to the <a href="#secondary-insertion-mode">secondary insertion mode</a>.</p> + content</a>", <a href="#reset-the-insertion-mode-appropriately">reset the insertion mode + appropriately</a>.</p> </dd> @@ -60051,12 +60046,8 @@ <li>a <code title="">title</code> element in the <a href="#svg-namespace">SVG namespace</a></li> <li>an element in the <a href="#html-namespace-0">HTML namespace</a></li> - </ul><p>If, after doing so, 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 - mode</a> to the <a href="#secondary-insertion-mode">secondary insertion mode</a>.</p> - - <p>Reprocess the token.</p> + </ul><p>Then, <a href="#reset-the-insertion-mode-appropriately">reset the insertion mode appropriately</a> and + reprocess the token.</p> </dd>
Received on Sunday, 26 September 2010 21:04:20 UTC