- From: poot <cvsmail@w3.org>
- Date: Tue, 1 Jul 2008 09:27:59 +0900 (JST)
- To: public-html-diffs@w3.org
Comment out the parts of the previous checking that don't apply yet
since SVG parsing is disabled. (whatwg r1838) (changed by: Ian Hickson)
Diffs for this change per section:
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1027.html#in-foreign
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1027.html#have-an
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1027.html#scoping
Current content per affected section:
http://dev.w3.org/html5/spec/Overview.html#in-foreign
http://dev.w3.org/html5/spec/Overview.html#have-an
http://dev.w3.org/html5/spec/Overview.html#scoping
Previously published WD content per affected section:
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#in-foreign
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#have-an
http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#scoping
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1026&r2=1.1027&f=h
http://html5.org/tools/web-apps-tracker?from=1837&to=1838
===================================================================
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:28:39 UTC