Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) over-eager search/replace error
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8065

git-svn-id: http://svn.whatwg.org/webapps@4360 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent d8ebbb3 commit 01de2fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -10304,7 +10304,8 @@ <h4 id=outerhtml><span class=secno>3.5.6 </span><code title=dom-outerHTML><a hre

<p>If this raises an exception, then abort these steps.</p>

<p>Otherwise, let <var title="">new children</var> be <var title="">target</var>s returned.</p>
<p>Otherwise, let <var title="">new children</var> be the nodes
returned.</p>

</li>

Expand Down Expand Up @@ -10438,7 +10439,8 @@ <h4 id=insertadjacenthtml()><span class=secno>3.5.7 </span><code title=dom-inser

<p>If this raises an exception, then abort these steps.</p>

<p>Otherwise, let <var title="">new children</var> be <var title="">target</var>s returned.</p>
<p>Otherwise, let <var title="">new children</var> be the nodes
returned.</p>

</li>

Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -10122,7 +10122,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<p>If this raises an exception, then abort these steps.</p>

<p>Otherwise, let <var title="">new children</var> be <var title="">target</var>s returned.</p>
<p>Otherwise, let <var title="">new children</var> be the nodes
returned.</p>

</li>

Expand Down Expand Up @@ -10256,7 +10257,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<p>If this raises an exception, then abort these steps.</p>

<p>Otherwise, let <var title="">new children</var> be <var title="">target</var>s returned.</p>
<p>Otherwise, let <var title="">new children</var> be the nodes
returned.</p>

</li>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -10555,8 +10555,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<p>If this raises an exception, then abort these steps.</p>

<p>Otherwise, let <var title="">new children</var> be <var
title="">target</var>s returned.</p>
<p>Otherwise, let <var title="">new children</var> be the nodes
returned.</p>

</li>

Expand Down Expand Up @@ -10711,8 +10711,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0

<p>If this raises an exception, then abort these steps.</p>

<p>Otherwise, let <var title="">new children</var> be <var
title="">target</var>s returned.</p>
<p>Otherwise, let <var title="">new children</var> be the nodes
returned.</p>

</li>

Expand Down

0 comments on commit 01de2fa

Please sign in to comment.