[html5] r4360 - [e] (0) over-eager search/replace error Fixing http://www.w3.org/Bugs/Public/sho [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 27 12:37:22 PDT 2009


Author: ianh
Date: 2009-10-27 12:37:18 -0700 (Tue, 27 Oct 2009)
New Revision: 4360

Modified:
   complete.html
   index
   source
Log:
[e] (0) over-eager search/replace error
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8065

Modified: complete.html
===================================================================
--- complete.html	2009-10-27 19:36:00 UTC (rev 4359)
+++ complete.html	2009-10-27 19:37:18 UTC (rev 4360)
@@ -10304,7 +10304,8 @@
 
     <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>
 
@@ -10438,7 +10439,8 @@
 
     <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>
 

Modified: index
===================================================================
--- index	2009-10-27 19:36:00 UTC (rev 4359)
+++ index	2009-10-27 19:37:18 UTC (rev 4360)
@@ -10122,7 +10122,8 @@
 
     <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>
 
@@ -10256,7 +10257,8 @@
 
     <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>
 

Modified: source
===================================================================
--- source	2009-10-27 19:36:00 UTC (rev 4359)
+++ source	2009-10-27 19:37:18 UTC (rev 4360)
@@ -10555,8 +10555,8 @@
 
     <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>
 
@@ -10711,8 +10711,8 @@
 
     <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>
 




More information about the Commit-Watchers mailing list