[html5] r7943 - [e] (0) Clarify a bit Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=2200 [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 7 16:39:09 PDT 2013
Author: ianh
Date: 2013-06-07 16:39:08 -0700 (Fri, 07 Jun 2013)
New Revision: 7943
Modified:
complete.html
index
source
Log:
[e] (0) Clarify a bit
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22001
Affected topics: Video and Audio
Modified: complete.html
===================================================================
--- complete.html 2013-06-07 23:33:19 UTC (rev 7942)
+++ complete.html 2013-06-07 23:39:08 UTC (rev 7943)
@@ -28373,7 +28373,7 @@
<p>If at any time the user agent learns that an audio or video track has ended and all <a href=#media-data>media
data</a> relating to that track corresponds to parts of the <a href=#media-timeline>media timeline</a> that
are <em>before</em> the <a href=#earliest-possible-position>earliest possible position</a>, the user agent may <a href=#queue-a-task>queue a
- task</a> to remove the track from the <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code>
+ task</a> to first remove the track from the <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code>
attribute's <code><a href=#audiotracklist>AudioTrackList</a></code> object or the <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> attribute's <code><a href=#videotracklist>VideoTrackList</a></code> object as
appropriate and then <a href=#concept-event-fire title=concept-event-fire>fire</a> a <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> event with the name <code title=event-removetrack>removetrack</code>, that does not bubble and is not cancelable, and that
uses the <code><a href=#trackevent>TrackEvent</a></code> interface, with the <code title=dom-TrackEvent-track><a href=#dom-trackevent-track>track</a></code> attribute initialized to the <code><a href=#audiotrack>AudioTrack</a></code> or
Modified: index
===================================================================
--- index 2013-06-07 23:33:19 UTC (rev 7942)
+++ index 2013-06-07 23:39:08 UTC (rev 7943)
@@ -28373,7 +28373,7 @@
<p>If at any time the user agent learns that an audio or video track has ended and all <a href=#media-data>media
data</a> relating to that track corresponds to parts of the <a href=#media-timeline>media timeline</a> that
are <em>before</em> the <a href=#earliest-possible-position>earliest possible position</a>, the user agent may <a href=#queue-a-task>queue a
- task</a> to remove the track from the <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code>
+ task</a> to first remove the track from the <code title=dom-media-audioTracks><a href=#dom-media-audiotracks>audioTracks</a></code>
attribute's <code><a href=#audiotracklist>AudioTrackList</a></code> object or the <code title=dom-media-videoTracks><a href=#dom-media-videotracks>videoTracks</a></code> attribute's <code><a href=#videotracklist>VideoTrackList</a></code> object as
appropriate and then <a href=#concept-event-fire title=concept-event-fire>fire</a> a <a href=#concept-events-trusted title=concept-events-trusted>trusted</a> event with the name <code title=event-removetrack>removetrack</code>, that does not bubble and is not cancelable, and that
uses the <code><a href=#trackevent>TrackEvent</a></code> interface, with the <code title=dom-TrackEvent-track><a href=#dom-trackevent-track>track</a></code> attribute initialized to the <code><a href=#audiotrack>AudioTrack</a></code> or
Modified: source
===================================================================
--- source 2013-06-07 23:33:19 UTC (rev 7942)
+++ source 2013-06-07 23:39:08 UTC (rev 7943)
@@ -30162,7 +30162,7 @@
<p>If at any time the user agent learns that an audio or video track has ended and all <span>media
data</span> relating to that track corresponds to parts of the <span>media timeline</span> that
are <em>before</em> the <span>earliest possible position</span>, the user agent may <span>queue a
- task</span> to remove the track from the <code title="dom-media-audioTracks">audioTracks</code>
+ task</span> to first remove the track from the <code title="dom-media-audioTracks">audioTracks</code>
attribute's <code>AudioTrackList</code> object or the <code
title="dom-media-videoTracks">videoTracks</code> attribute's <code>VideoTrackList</code> object as
appropriate and then <span title="concept-event-fire">fire</span> a <span
More information about the Commit-Watchers
mailing list