- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Jul 2008 00:25:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26413
Modified Files:
Overview.html
Log Message:
Comment out the parts of the previous checking that don't apply yet since SVG parsing is disabled. (whatwg r1838)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -u -d -r1.1026 -r1.1027
--- Overview.html 1 Jul 2008 00:19:37 -0000 1.1026
+++ Overview.html 1 Jul 2008 00:25:37 -0000 1.1027
@@ -44175,7 +44175,8 @@
href="#html">html</a></code>, <code>marquee</code>, <code><a
href="#object">object</a></code>, <code><a
href="#table">table</a></code>, <code><a href="#td">td</a></code>,
- <code><a href="#th">th</a></code>, and SVG's <code>foreignObject</code>.
+ <code><a
+ href="#th">th</a></code><!--XXXSVG, and SVG's <code>foreignObject</code>-->.
<dt><dfn id=formatting>Formatting</dfn>
@@ -44238,9 +44239,8 @@
<li><code>marquee</code> in the HTML namespace
- <li><code><a href="#object">object</a></code> in the HTML namespace
-
- <li><code title="">foreignObject</code> in the SVG namespace
+ <li><code><a href="#object">object</a></code> in the HTML namespace</li>
+ <!--XXXSVG <li><code title="">foreignObject</code> in the SVG namespace</li>-->
</ul>
<li>
@@ -49458,9 +49458,12 @@
<p>If, after doing so, the <span>insertion mode</span> is still "<a
href="#in-foreign" title="insertion mode: in foreign content">in foreign
content</a>", but there is no element in scope that has a namespace
- other than the <a href="#html-namespace0">HTML namespace</a>, switch the
- <span>insertion mode</span> to the <a href="#secondary1">secondary
- insertion mode</a>.</p>
+ other than the <a href="#html-namespace0">HTML
+ namespace</a><!-- XXX this
+ isn't well-defined; it means check to see if the bottom-most HTML
+ element on the stack is in scope -->,
+ switch the <span>insertion mode</span> to the <a
+ href="#secondary1">secondary insertion mode</a>.</p>
<dt>A start tag whose tag name is one of: <!--"a",--> "b", "big",
"blockquote", "body"<!--by inspection-->, "br", "center", "code", "dd",
Received on Tuesday, 1 July 2008 00:26:13 UTC