Skip to content

Commit

Permalink
[e] (0) Make informative text catch up to the new reality of how .loa…
Browse files Browse the repository at this point in the history
…d() works.

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

git-svn-id: http://svn.whatwg.org/webapps@4464 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent a0f02a3 commit 2611491
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -22195,9 +22195,7 @@ <h5 id=loading-the-media-resource><span class=secno>4.8.10.5 </span>Loading the
must run the <a href=#media-element-load-algorithm>media element load algorithm</a>.</p>

<p>The <dfn id=media-element-load-algorithm>media element load algorithm</dfn> consists of the
following steps. Note that this algorithm might get aborted, e.g. if
the <code title=dom-media-load><a href=#dom-media-load>load()</a></code> method itself is
invoked again.</p>
following steps.</p>

<ol><li><p>Abort any already-running instance of the <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource selection
algorithm</a> for this element.</li>
Expand Down
4 changes: 1 addition & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22030,9 +22030,7 @@ interface <dfn>CueRangeCallback</dfn> {
must run the <a href=#media-element-load-algorithm>media element load algorithm</a>.</p>

<p>The <dfn id=media-element-load-algorithm>media element load algorithm</dfn> consists of the
following steps. Note that this algorithm might get aborted, e.g. if
the <code title=dom-media-load><a href=#dom-media-load>load()</a></code> method itself is
invoked again.</p>
following steps.</p>

<ol><li><p>Abort any already-running instance of the <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource selection
algorithm</a> for this element.</li>
Expand Down
4 changes: 1 addition & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -23675,9 +23675,7 @@ interface <dfn>CueRangeCallback</dfn> {
must run the <span>media element load algorithm</span>.</p>

<p>The <dfn>media element load algorithm</dfn> consists of the
following steps. Note that this algorithm might get aborted, e.g. if
the <code title="dom-media-load">load()</code> method itself is
invoked again.</p>
following steps.</p>

<ol>

Expand Down

0 comments on commit 2611491

Please sign in to comment.