html5/spec Overview.html,1.1253,1.1254

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24967

Modified Files:
	Overview.html 
Log Message:
Further work on the event loop front. Also, make 'will' link to the actual requirements in some more cases. (whatwg r2081)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1253
retrieving revision 1.1254
diff -u -d -r1.1253 -r1.1254
--- Overview.html	19 Aug 2008 00:59:10 -0000	1.1253
+++ Overview.html	19 Aug 2008 05:58:46 -0000	1.1254
@@ -19408,8 +19408,9 @@
          available.
 
        <li>
-        <p class=note>The user agent will <a href="#firing2">fire a simple
-         event</a> called <code title=event-durationchange><a
+        <p class=note>The user agent <a href="#durationUpdate">will</a> <a
+         href="#firing2">fire a simple event</a> called <code
+         title=event-durationchange><a
          href="#durationchange">durationchange</a></code> at the element at
          this point.
 
@@ -19543,11 +19544,12 @@
    streaming radio), then the attribute must return the positive Infinity
    value.
 
-  <p>When the length of the <a href="#media10">media resource</a> 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 <a
-   href="#queue">queue a task</a> to <a href="#firing2">fire a simple
-   event</a> called <code title=event-durationchange><a
+  <p id=durationChange>When the length of the <a href="#media10">media
+   resource</a> 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 <a href="#queue">queue a task</a> to <a
+   href="#firing2">fire a simple event</a> called <code
+   title=event-durationchange><a
    href="#durationchange">durationchange</a></code> at the <a
    href="#media7">media element</a>.
 
@@ -20064,7 +20066,7 @@
    speed (if the element is <a href="#actively">actively playing</a>). It
    must initially have the value 1.0.
 
-  <p>When the <code title=dom-media-defaultPlaybackRate><a
+  <p id=rateUpdate>When the <code title=dom-media-defaultPlaybackRate><a
    href="#defaultplaybackrate">defaultPlaybackRate</a></code> or <code
    title=dom-media-playbackRate><a
    href="#playbackrate">playbackRate</a></code> attributes change value
@@ -20100,8 +20102,8 @@
      start</a></var>.</p>
 
     <p class=note>If this involved a seek, the user agent <a
-     href="#seekUpdate">will later</a> <a href="#firing2">fire a simple
-     event</a> called <code title=event-timeupdate><a
+     href="#seekUpdate">will</a> <a href="#firing2">fire a simple event</a>
+     called <code title=event-timeupdate><a
      href="#timeupdate">timeupdate</a></code> at the <a href="#media7">media
      element</a>.</p>
 
@@ -20113,8 +20115,8 @@
 
     <p class=note>If this caused the <code title=dom-media-playbackRate><a
      href="#playbackrate">playbackRate</a></code> attribute to change value,
-     the user agent will<!-- XXX queued--> <a href="#firing2">fire a simple
-     event</a> called <code title=event-ratechange><a
+     the user agent <a href="#rateUpdate">will</a> <a href="#firing2">fire a
+     simple event</a> called <code title=event-ratechange><a
      href="#ratechange">ratechange</a></code> at the <a href="#media7">media
      element</a>.</p>
 

Received on Tuesday, 19 August 2008 05:59:25 UTC