hixie: Change 'pointer' (part of the resource selection algorithm) to operate only on nodes, not elements. (whatwg r4194)

hixie: Change 'pointer' (part of the resource selection algorithm) to
operate only on nodes, not elements. (whatwg r4194)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3340&r2=1.3341&f=h
http://html5.org/tools/web-apps-tracker?from=4193&to=4194

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3340
retrieving revision 1.3341
diff -u -d -r1.3340 -r1.3341
--- Overview.html 20 Oct 2009 01:31:45 -0000 1.3340
+++ Overview.html 20 Oct 2009 05:21:15 -0000 1.3341
@@ -19635,11 +19635,11 @@
       and the other node is the node after <var title="">pointer</var>. Initially, let <var title="">pointer</var> be the position between the <var title="">candidate</var> node and the next node, if there are
       any, or the end of the list, if it is the last node.</p>
 
-      <p>As elements are inserted and removed into the <a href="#media-element">media
+      <p>As nodes are inserted and removed into the <a href="#media-element">media
       element</a>, <var title="">pointer</var> must be updated as
       follows:</p>
 
-      <dl><dt>If a new element is inserted between the two nodes that
+      <dl><dt>If a new node is inserted between the two nodes that
        define <var title="">pointer</var></dt>
 
        <dd>Let <var title="">pointer</var> be the point between the

Received on Tuesday, 20 October 2009 05:21:59 UTC