Skip to content

Commit

Permalink
[e] (0) remove incorrect comment
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10338

git-svn-id: http://svn.whatwg.org/webapps@5296 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2010
1 parent 2f69714 commit 721e0b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -84499,9 +84499,9 @@ <h5 id=parsing-main-intd><span class=secno>12.2.5.18 </span>The "<dfn title="ins
<p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to
the last marker</a>.</p>

<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>". (The
<a href=#current-node>current node</a> will be a <code><a href=#the-tr-element>tr</a></code> element at
this point.)</p>
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>".</p> <!-- current
node here will be a <tr> normally; but could be <html> in the
fragment case -->

</dd>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -77601,9 +77601,9 @@ document.body.appendChild(text);
<p><a href=#clear-the-list-of-active-formatting-elements-up-to-the-last-marker>Clear the list of active formatting elements up to
the last marker</a>.</p>

<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>". (The
<a href=#current-node>current node</a> will be a <code><a href=#the-tr-element>tr</a></code> element at
this point.)</p>
<p>Switch the <a href=#insertion-mode>insertion mode</a> to "<a href=#parsing-main-intr title="insertion mode: in row">in row</a>".</p> <!-- current
node here will be a <tr> normally; but could be <html> in the
fragment case -->

</dd>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -96388,9 +96388,9 @@ document.body.appendChild(text);
the last marker</span>.</p>

<p>Switch the <span>insertion mode</span> to "<span
title="insertion mode: in row">in row</span>". (The
<span>current node</span> will be a <code>tr</code> element at
this point.)</p>
title="insertion mode: in row">in row</span>".</p> <!-- current
node here will be a <tr> normally; but could be <html> in the
fragment case -->

</dd>

Expand Down

0 comments on commit 721e0b5

Please sign in to comment.