Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) mark issue regarding event inconsistency
git-svn-id: http://svn.whatwg.org/webapps@2909 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 25, 2009
1 parent 9d68d5a commit 1e0941e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion index
Expand Up @@ -20911,7 +20911,12 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {

<ol><li><p>If the <a href=#media-element>media element</a> has a <code title=attr-media-loop><a href=#attr-media-loop>loop</a></code> attribute specified, then <a href=#dom-media-seek title=dom-media-seek>seek</a> to the <var><a href=#earliest-possible-position>earliest possible
position</a></var> of the <a href=#media-resource>media resource</a> and abort these
steps.</li>
steps.</li> <!-- v2/v3: We should fire a 'looping' event here
to explain why this immediately fires a 'playing' event, otherwise
the 'playing' event that fires from the readyState going from
HAVE_CURRENT_DATA back to HAVE_FUTURE_DATA will seem inexplicable
(since the normally matching 'ended' given below event doesn't fire
in the loop case). -->

<li><p>Stop playback.<p class=note>The <code title=dom-media-ended><a href=#dom-media-ended>ended</a></code> attribute becomes
true.</li>
Expand Down
7 changes: 6 additions & 1 deletion source
Expand Up @@ -22729,7 +22729,12 @@ interface <dfn>CueRangeCallback</dfn> {
title="attr-media-loop">loop</code> attribute specified, then <span
title="dom-media-seek">seek</span> to the <var>earliest possible
position</var> of the <span>media resource</span> and abort these
steps.</p></li>
steps.</p></li> <!-- v2/v3: We should fire a 'looping' event here
to explain why this immediately fires a 'playing' event, otherwise
the 'playing' event that fires from the readyState going from
HAVE_CURRENT_DATA back to HAVE_FUTURE_DATA will seem inexplicable
(since the normally matching 'ended' given below event doesn't fire
in the loop case). -->

<li><p>Stop playback.</p><p class="note">The <code
title="dom-media-ended">ended</code> attribute becomes
Expand Down

0 comments on commit 1e0941e

Please sign in to comment.