Fix typo
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Mon, 16 May 2011 15:23:48 -0600
changeset 131 59bfd08fbd1b
parent 130 a7f63ad59c30
child 132 c5bcebfcca46
Fix typo
editcommands.html
implementation.js
source.html
--- a/editcommands.html	Mon May 16 15:14:01 2011 -0600
+++ b/editcommands.html	Mon May 16 15:23:48 2011 -0600
@@ -2992,7 +2992,7 @@
 
   <li>Let <var title="">node list</var> be a list of <a class=external data-anolis-spec=domcore href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-node title=concept-node>nodes</a>, initially empty.
 
-  <li>For each <a class=external data-anolis-spec=domcore href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-node title=concept-node>node</a> <var title="">node</var> <a class=external data-anolis-spec=domrange href=http://html5.org/specs/dom-range.html#contained>contained</a> in <var title="">node list</var>:
+  <li>For each <a class=external data-anolis-spec=domcore href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-node title=concept-node>node</a> <var title="">node</var> <a class=external data-anolis-spec=domrange href=http://html5.org/specs/dom-range.html#contained>contained</a> in <var title="">new range</var>:
 
   <ol>
     <li>If the last member of <var title="">node list</var> is an <a class=external data-anolis-spec=domcore href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-tree-ancestor title=concept-tree-ancestor>ancestor</a> of
--- a/implementation.js	Mon May 16 15:14:01 2011 -0600
+++ b/implementation.js	Mon May 16 15:23:48 2011 -0600
@@ -2854,7 +2854,7 @@
 		// "Let node list be a list of nodes, initially empty."
 		var nodeList = [];
 
-		// "For each node node contained in node list:"
+		// "For each node node contained in new range:"
 		for (
 			var node = newRange.startContainer;
 			node != nextNodeDescendants(newRange.endContainer);
--- a/source.html	Mon May 16 15:14:01 2011 -0600
+++ b/source.html	Mon May 16 15:23:48 2011 -0600
@@ -3040,7 +3040,7 @@
 
   <li>Let <var>node list</var> be a list of [[nodes]], initially empty.
 
-  <li>For each [[node]] <var>node</var> [[contained]] in <var>node list</var>:
+  <li>For each [[node]] <var>node</var> [[contained]] in <var>new range</var>:
 
   <ol>
     <li>If the last member of <var>node list</var> is an [[ancestor]] of