[html5] r4194 - [e] (0) Change 'pointer' (part of the resource selection algorithm) to operate o [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 19 22:33:49 PDT 2009


Author: ianh
Date: 2009-10-19 22:33:46 -0700 (Mon, 19 Oct 2009)
New Revision: 4194

Modified:
   complete.html
   index
   source
Log:
[e] (0) Change 'pointer' (part of the resource selection algorithm) to operate only on nodes, not elements.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7834

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 01:44:14 UTC (rev 4193)
+++ complete.html	2009-10-20 05:33:46 UTC (rev 4194)
@@ -22604,11 +22604,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

Modified: index
===================================================================
--- index	2009-10-20 01:44:14 UTC (rev 4193)
+++ index	2009-10-20 05:33:46 UTC (rev 4194)
@@ -22433,11 +22433,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

Modified: source
===================================================================
--- source	2009-10-20 01:44:14 UTC (rev 4193)
+++ source	2009-10-20 05:33:46 UTC (rev 4194)
@@ -24146,13 +24146,13 @@
       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 <span>media
+      <p>As nodes are inserted and removed into the <span>media
       element</span>, <var title="">pointer</var> must be updated as
       follows:</p>
 
       <dl>
 
-       <dt>If a new element is inserted between the two nodes that
+       <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




More information about the Commit-Watchers mailing list