Skip to content

Commit

Permalink
[gow] (2) Correct a logic error in the resource selection algorithm. …
Browse files Browse the repository at this point in the history
…(credit: pj)

git-svn-id: http://svn.whatwg.org/webapps@3207 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2009
1 parent 0bdf4a1 commit 9388ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions index
Expand Up @@ -21006,8 +21006,7 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
be after <var title="">pointer</var>.</li>

<li><p>If <var title="">candidate</var> is null, restart these
substeps from the first substep. Otherwise, abort the
task.</li>
substeps from the first substep.</li>

<li><p><a href=#resolve-a-url title="resolve a url">Resolve</a> the
<a href=#url>URL</a> given by the <var title="">candidate</var>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -22662,8 +22662,7 @@ interface <dfn>CueRangeCallback</dfn> {
be after <var title="">pointer</var>.</p></li>

<li><p>If <var title="">candidate</var> is null, restart these
substeps from the first substep. Otherwise, abort the
task.</p></li>
substeps from the first substep.</p></li>

<li><p><span title="resolve a url">Resolve</span> the
<span>URL</span> given by the <var title="">candidate</var>
Expand Down

0 comments on commit 9388ac6

Please sign in to comment.