[html5] r1838 - [] (0) Comment out the parts of the previous checking that don't apply yet since [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 30 17:24:02 PDT 2008
Author: ianh
Date: 2008-06-30 17:24:01 -0700 (Mon, 30 Jun 2008)
New Revision: 1838
Modified:
index
source
Log:
[] (0) Comment out the parts of the previous checking that don't apply yet since SVG parsing is disabled.
Modified: index
===================================================================
--- index 2008-07-01 00:19:02 UTC (rev 1837)
+++ index 2008-07-01 00:24:01 UTC (rev 1838)
@@ -44071,7 +44071,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>
@@ -44134,9 +44135,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>
@@ -49354,9 +49354,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",
Modified: source
===================================================================
--- source 2008-07-01 00:19:02 UTC (rev 1837)
+++ source 2008-07-01 00:24:01 UTC (rev 1838)
@@ -41611,7 +41611,7 @@
parsing: <code>applet</code>, <code>button</code>,
<code>caption</code>, <code>html</code>, <code>marquee</code>,
<code>object</code>, <code>table</code>, <code>td</code>,
- <code>th</code>, and SVG's <code>foreignObject</code>.</p></dd>
+ <code>th</code><!--XXXSVG, and SVG's <code>foreignObject</code>-->.</p></dd>
<dt><dfn>Formatting</dfn></dt>
<dd><p>The following HTML elements are those that end up in the
@@ -41657,7 +41657,7 @@
<li><code>button</code> in the HTML namespace</li>
<li><code>marquee</code> in the HTML namespace</li>
<li><code>object</code> in the HTML namespace</li>
- <li><code title="">foreignObject</code> in the SVG namespace</li>
+<!--XXXSVG <li><code title="">foreignObject</code> in the SVG namespace</li>-->
</ul>
</li>
@@ -46574,9 +46574,10 @@
<p>If, after doing so, the <span>insertion mode</span> is still
"<span title="insertion mode: in foreign content">in foreign
content</span>", but there is no element in scope that has a
- namespace other than the <span>HTML namespace</span>, switch the
- <span>insertion mode</span> to the <span>secondary insertion
- mode</span>.</p>
+ namespace other than the <span>HTML namespace</span><!-- 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 <span>secondary insertion mode</span>.</p>
</dd>
More information about the Commit-Watchers
mailing list