Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5514 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 26, 2010
1 parent c6e1580 commit 8394104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions complete.html
Expand Up @@ -82894,9 +82894,7 @@ <h5 id=parsing-main-inselect><span class=secno>12.2.5.19 </span>The "<dfn title=
<li>a <code title="">title</code> element in the <a href=#svg-namespace>SVG namespace</a></li>
<li>an element in the <a href=#html-namespace-0>HTML namespace</a></li>

</ul><p>If, after doing so, the <a href=#insertion-mode>insertion mode</a> is still
"<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
content</a>", but there is no element <a href=#has-an-element-in-scope title="has an
</ul><p>If, after doing so, there is no element <a href=#has-an-element-in-scope title="has an
element in scope">in scope</a> that has a namespace other than
the <a href=#html-namespace-0>HTML namespace</a>, switch the <a href=#insertion-mode>insertion
mode</a> to the <a href=#secondary-insertion-mode>secondary insertion mode</a>.</p>
Expand Down
4 changes: 1 addition & 3 deletions index
Expand Up @@ -78812,9 +78812,7 @@ document.body.appendChild(text);
<li>a <code title="">title</code> element in the <a href=#svg-namespace>SVG namespace</a></li>
<li>an element in the <a href=#html-namespace-0>HTML namespace</a></li>

</ul><p>If, after doing so, the <a href=#insertion-mode>insertion mode</a> is still
"<a href=#parsing-main-inforeign title="insertion mode: in foreign content">in foreign
content</a>", but there is no element <a href=#has-an-element-in-scope title="has an
</ul><p>If, after doing so, there is no element <a href=#has-an-element-in-scope title="has an
element in scope">in scope</a> that has a namespace other than
the <a href=#html-namespace-0>HTML namespace</a>, switch the <a href=#insertion-mode>insertion
mode</a> to the <a href=#secondary-insertion-mode>secondary insertion mode</a>.</p>
Expand Down
4 changes: 1 addition & 3 deletions source
Expand Up @@ -94583,9 +94583,7 @@ document.body.appendChild(text);

</ul>

<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 <span title="has an
<p>If, after doing so, there is no element <span title="has an
element in scope">in scope</span> 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>
Expand Down

0 comments on commit 8394104

Please sign in to comment.