- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 21:03:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32332
Modified Files:
Overview.html
Log Message:
<math><mi><object><span></span></object></mi><mi>: last <mi> ends up in the wrong namespace (whatwg r5520)
Index: Overview.html
===================================================================
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:03:43 UTC