Short URL: http://html5.org/r/2081
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2081 | Further work on the event loop front. Also, make 'will' link to the actual requirements in some more cases. | 2008-08-19 05:58 |
Index: source
===================================================================
--- source (revision 2080)
+++ source (revision 2081)
@@ -16913,7 +16913,8 @@
title="dom-media-played">played</code>, become
available.</p></li>
- <li><p class="note">The user agent will <span>fire a simple
+ <li><p class="note">The user agent <a
+ href="#durationUpdate">will</a> <span>fire a simple
event</span> called <code
title="event-durationchange">durationchange</code> at the
element at this point.</li>
@@ -17049,11 +17050,11 @@
known to be unbounded (e.g. a streaming radio), then the attribute
must return the positive Infinity value.</p>
- <p>When the length of the <span>media resource</span> changes
- (e.g. from being unknown to known, or from indeterminate to known,
- or from a previously established length to a new length) the user
- agent must <span>queue a task</span> to <span>fire a simple
- event</span> called <code
+ <p id="durationChange">When the length of the <span>media
+ resource</span> changes (e.g. from being unknown to known, or from
+ indeterminate to known, or from a previously established length to a
+ new length) the user agent must <span>queue a task</span> to
+ <span>fire a simple event</span> called <code
title="event-durationchange">durationchange</code> at the
<span>media element</span>.</p>
@@ -17528,15 +17529,14 @@
(if the element is <span>actively playing</span>). It must initially
have the value 1.0.</p>
- <p>When the <code
+ <p id="rateUpdate">When the <code
title="dom-media-defaultPlaybackRate">defaultPlaybackRate</code> or
<code title="dom-media-playbackRate">playbackRate</code> attributes
change value (either by being set by script or by being changed
directly by the user agent, e.g. in response to user control) the
- user agent must <span>queue a task</span> to <span>fire
- a simple event</span> called <code
- title="event-ratechange">ratechange</code> at the <span>media
- element</span>.</p>
+ user agent must <span>queue a task</span> to <span>fire a simple
+ event</span> called <code title="event-ratechange">ratechange</code>
+ at the <span>media element</span>.</p>
<hr>
@@ -17564,7 +17564,7 @@
start</var>.</p>
<p class="note">If this involved a seek, the user agent <a
- href="#seekUpdate">will later</a> <span>fire a simple event</span>
+ href="#seekUpdate">will</a> <span>fire a simple event</span>
called <code title="event-timeupdate">timeupdate</code> at the
<span>media element</span>.</p>
@@ -17579,8 +17579,8 @@
<p class="note">If this caused the <code
title="dom-media-playbackRate">playbackRate</code> attribute to
- change value, the user agent will<!-- XXX queued--> <span>fire a
- simple event</span> called <code
+ change value, the user agent <a href="#rateUpdate">will</a>
+ <span>fire a simple event</span> called <code
title="event-ratechange">ratechange</code> at the <span>media
element</span>.</p>