Skip to content

Commit

Permalink
[e] (0) Change 'pointer' (part of the resource selection algorithm) t…
Browse files Browse the repository at this point in the history
…o operate only on nodes, not elements.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7834

git-svn-id: http://svn.whatwg.org/webapps@4194 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent 6a71cae commit ca81a22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -22604,11 +22604,11 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the
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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -22433,11 +22433,11 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -24146,13 +24146,13 @@ interface <dfn>CueRangeCallback</dfn> {
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
Expand Down

0 comments on commit ca81a22

Please sign in to comment.