Skip to content

Commit

Permalink
[] (0) Comment out the parts of the previous checking that don't appl…
Browse files Browse the repository at this point in the history
…y yet since SVG parsing is disabled.

git-svn-id: http://svn.whatwg.org/webapps@1838 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 1, 2008
1 parent c1eb52b commit 988e39f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
17 changes: 10 additions & 7 deletions index
Expand Up @@ -44071,7 +44071,8 @@ function receiver(e) {
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>

Expand Down Expand Up @@ -44134,9 +44135,8 @@ function receiver(e) {

<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>
Expand Down Expand Up @@ -49354,9 +49354,12 @@ function receiver(e) {
<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",
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -41611,7 +41611,7 @@ function receiver(e) {
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
Expand Down Expand Up @@ -41657,7 +41657,7 @@ function receiver(e) {
<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>

Expand Down Expand Up @@ -46574,9 +46574,10 @@ function receiver(e) {
<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>

Expand Down

0 comments on commit 988e39f

Please sign in to comment.