html5/spec dom.html,1.1066,1.1067 spec.html,1.1673,1.1674 the-iframe-element.html,1.112,1.113

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

Modified Files:
	dom.html spec.html the-iframe-element.html 
Log Message:
accuracy (whatwg r6563)

[updated by splitter]


Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- the-iframe-element.html	22 Sep 2011 17:46:25 -0000	1.112
+++ the-iframe-element.html	22 Sep 2011 22:46:22 -0000	1.113
@@ -4581,9 +4581,10 @@
     </li></ul></li>
 
   </ul><p>The <dfn id="dom-media-ended" title="dom-media-ended"><code>ended</code></dfn>
-  attribute must return true if the <a href="#media-element">media element</a> has
+  attribute must return true if, the last time the <a href="webappapis.html#event-loop">event
+  loop</a> reached step 1, the <a href="#media-element">media element</a> had
   <a href="#ended-playback">ended playback</a> and the <a href="#direction-of-playback">direction of
-  playback</a> is forwards, and false otherwise.</p>
+  playback</a> was forwards, and false otherwise.</p>
 
   <p>A <a href="#media-element">media element</a> is said to have <dfn id="stopped-due-to-errors">stopped due to
   errors</dfn> when the element's <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute is <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code> or greater, and
@@ -4602,7 +4603,7 @@
   If the <a href="#media-element">media element</a> has a <a href="#current-media-controller">current media
   controller</a> when this happens, then the user agent must
   <a href="#report-the-controller-state">report the controller state</a> for the <a href="#media-element">media
-  element</a>'s <a href="#current-media-controller">current media controller</a>. If If the
+  element</a>'s <a href="#current-media-controller">current media controller</a>. If the
   <a href="#media-element">media element</a> has a <a href="#current-media-controller">current media
   controller</a> when the user makes a selection, allowing playback
   to resume, the user agent must similarly <a href="#report-the-controller-state">report the controller
@@ -4635,29 +4636,36 @@
    then <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest
    possible position</a> of the <a href="#media-resource">media resource</a> and
    abort these steps.</p></li> 
-   <li><p>Stop playback.</p><p class="note">The <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code> attribute becomes
-   true.</p></li>
+   <li><p>As defined above, the <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code> IDL attribute starts returning
+   true once the <a href="webappapis.html#event-loop">event loop</a>'s current <a href="webappapis.html#concept-task" title="concept-task">task</a> ends.</p></li>
 
-   <li><p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
-   a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the
-   element.</p></li>
+   <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
+   event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the <a href="#media-element">media
+   element</a>.</p></li>
 
-   <li><p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
-   a simple event</a> named <code title="event-media-ended"><a href="#event-media-ended">ended</a></code>
-   at the element.</p></li>
+   <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> that, if the <a href="#media-element">media
+   element</a> does not have a <a href="#current-media-controller">current media
+   controller</a>, and the <a href="#media-element">media element</a> has still
+   <a href="#ended-playback">ended playback</a>, and the <a href="#direction-of-playback">direction of
+   playback</a> is still forwards, and <a href="#dom-media-paused" title="dom-media-paused">paused</a> is false, changes <a href="#dom-media-paused" title="dom-media-paused">paused</a> to true and <a href="webappapis.html#fire-a-simple-event" title="fire a simple event">fires a simple event</a> named <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> at the <a href="#media-element">media
+   element</a>.</p></li>
+
+   <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple
+   event</a> named <code title="event-media-ended"><a href="#event-media-ended">ended</a></code> at
+   the <a href="#media-element">media element</a>.</p></li>
+
+   <li><p>If the <a href="#media-element">media element</a> has a <a href="#current-media-controller">current media
+   controller</a>, then <a href="#report-the-controller-state">report the controller state</a>
+   for the <a href="#media-element">media element</a>'s <a href="#current-media-controller">current media
+   controller</a>.</p></li>
 
   </ol><p>When the <a href="#current-playback-position">current playback position</a> reaches the
   <a href="#earliest-possible-position">earliest possible position</a> of the <a href="#media-resource">media
   resource</a> when the <a href="#direction-of-playback">direction of playback</a> is
-  backwards, then the user agent must follow these steps:</p>
-
-  <ol><li><p>Stop playback.</p></li>
-
-   <li><p>The user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire
-   a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the
-   element.</p></li>
+  backwards, then the user agent must only <a href="webappapis.html#queue-a-task">queue a task</a>
+  to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p>
 
-  </ol><hr><p>The <dfn id="dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn>
+  <hr><p>The <dfn id="dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn>
   attribute gives the desired speed at which the <a href="#media-resource">media
   resource</a> is to play, as a multiple of its intrinsic
   speed. The attribute is mutable: on getting it must return the last
@@ -5778,31 +5786,31 @@
 
    </dd>
 
-   <dt><var title="">controller</var> . <code title="dom-MediaController-played"><a href="#dom-mediacontroller-played">played</a></code></dt>
+   <dt><var title="">controller</var> . <code title="dom-MediaController-play"><a href="#dom-mediacontroller-play">play</a></code>()</dt>
 
    <dd>
 
-    <p>Returns a <code><a href="#timeranges">TimeRanges</a></code> object that represents the
-    union of the time ranges in all the slaved <a href="#media-element" title="media
-    element">media elements</a> that have been played.</p>
+    <p>Sets the <code title="dom-MediaController-paused"><a href="#dom-mediacontroller-paused">paused</a></code>
+    attribute to false.</p>
 
    </dd>
 
-   <dt><var title="">controller</var> . <code title="dom-MediaController-play"><a href="#dom-mediacontroller-play">play</a></code>()</dt>
+   <dt><var title="">controller</var> . <code title="dom-MediaController-pause"><a href="#dom-mediacontroller-pause">pause</a></code>()</dt>
 
    <dd>
 
     <p>Sets the <code title="dom-MediaController-paused"><a href="#dom-mediacontroller-paused">paused</a></code>
-    attribute to false.</p>
+    attribute to true.</p>
 
    </dd>
 
-   <dt><var title="">controller</var> . <code title="dom-MediaController-pause"><a href="#dom-mediacontroller-pause">pause</a></code>()</dt>
+   <dt><var title="">controller</var> . <code title="dom-MediaController-played"><a href="#dom-mediacontroller-played">played</a></code></dt>
 
    <dd>
 
-    <p>Sets the <code title="dom-MediaController-paused"><a href="#dom-mediacontroller-paused">paused</a></code>
-    attribute to true.</p>
+    <p>Returns a <code><a href="#timeranges">TimeRanges</a></code> object that represents the
+    union of the time ranges in all the slaved <a href="#media-element" title="media
+    element">media elements</a> that have been played.</p>
 
    </dd>
 
@@ -5948,14 +5956,6 @@
   object is a <a href="#paused-media-controller">paused media controller</a>, and false
   otherwise.</p>
 
-  <p>The <dfn id="dom-mediacontroller-played" title="dom-MediaController-played"><code>played</code></dfn>
-  attribute must return a new static <a href="#normalized-timeranges-object">normalized
-  <code>TimeRanges</code> object</a> that represents the union of
-  the ranges of the <a href="#media-resource" title="media resource">media
-  resources</a> of the <a href="#slaved-media-elements">slaved media elements</a> that the
-  user agent has so far rendered, at the time the attribute is
-  evaluated.</p>
-
   <p>When the <dfn id="dom-mediacontroller-pause" title="dom-MediaController-pause"><code>pause()</code></dfn> method
   is invoked, if the <code><a href="#mediacontroller">MediaController</a></code> is a <a href="#playing-media-controller">playing
   media controller</a> then the user agent must change the
@@ -5974,6 +5974,14 @@
   <code><a href="#mediacontroller">MediaController</a></code>, and then <a href="#report-the-controller-state">report the controller
   state</a> of the <code><a href="#mediacontroller">MediaController</a></code>.</p>
 
+  <p>The <dfn id="dom-mediacontroller-played" title="dom-MediaController-played"><code>played</code></dfn>
+  attribute must return a new static <a href="#normalized-timeranges-object">normalized
+  <code>TimeRanges</code> object</a> that represents the union of
+  the ranges of the <a href="#media-resource" title="media resource">media
+  resources</a> of the <a href="#slaved-media-elements">slaved media elements</a> that the
+  user agent has so far rendered, at the time the attribute is
+  evaluated.</p>
+
   <hr><p>A <code><a href="#mediacontroller">MediaController</a></code> has a <dfn id="media-controller-default-playback-rate">media controller
   default playback rate</dfn> and a <dfn id="media-controller-playback-rate">media controller playback
   rate</dfn>, which must both be set to 1.0 when the
@@ -6231,6 +6239,20 @@
 
    <li><p>If the <code><a href="#mediacontroller">MediaController</a></code>'s <a href="#most-recently-reported-playback-state">most recently
    reported playback state</a> is not equal to <var title="">new
+   playback state</var> and the <var title="">new playback state</var>
+   is <i>ended</i>, then <a href="webappapis.html#queue-a-task">queue a task</a> that, if the
+   <code><a href="#mediacontroller">MediaController</a></code> object is a <a href="#playing-media-controller">playing media
+   controller</a>, and all of the <code><a href="#mediacontroller">MediaController</a></code>'s
+   <a href="#slaved-media-elements">slaved media elements</a> have still <a href="#ended-playback">ended
+   playback</a>, and the <a href="#media-controller-playback-rate">media controller playback
+   rate</a> is still positive or zero, changes the
+   <code><a href="#mediacontroller">MediaController</a></code> object to a <a href="#paused-media-controller">paused media
+   controller</a> and then <a href="webappapis.html#fire-a-simple-event" title="fire a simple event">fires
+   a simple event</a> named <code title="event-MediaController-pause"><a href="#event-mediacontroller-pause">pause</a></code> at the
+   <code><a href="#mediacontroller">MediaController</a></code> object.</p></li>
+
+   <li><p>If the <code><a href="#mediacontroller">MediaController</a></code>'s <a href="#most-recently-reported-playback-state">most recently
+   reported playback state</a> is not equal to <var title="">new
    playback state</var> then <a href="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a
    simple event</a> at the <code><a href="#mediacontroller">MediaController</a></code> object,
    whose name is <code title="event-MediaController-playing"><a href="#event-mediacontroller-playing">playing</a></code> if <var title="">new playback state</var> is <i>playing</i>, <code title="event-MediaController-ended"><a href="#event-mediacontroller-ended">ended</a></code> if <var title="">new playback state</var> is <i>ended</i>, and <code title="event-MediaController-waiting"><a href="#event-mediacontroller-waiting">waiting</a></code>

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -d -r1.1066 -r1.1067
--- dom.html	9 Sep 2011 22:46:53 -0000	1.1066
+++ dom.html	22 Sep 2011 22:46:22 -0000	1.1067
@@ -728,8 +728,7 @@
    element in the "<code title="">http://www.w3.org/2000/svg</code>"
    namespace, and the user agent supports SVG, then the setter must
    defer to the setter for the IDL attribute of the same name on the
-   <code>SVGDocument</code> interface (if it is readonly, then this
-   will raise an exception). Stop the algorithm here. <a href="references.html#refsSVG">[SVG]</a></p></li>
+   <code>SVGDocument</code> interface. Stop the algorithm here. <a href="references.html#refsSVG">[SVG]</a></p></li>
 
    <li>If <a href="#the-title-element-0">the <code>title</code> element</a> is null and
    <a href="#the-head-element-0">the <code>head</code> element</a> is null, then the

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1673
retrieving revision 1.1674
diff -u -d -r1.1673 -r1.1674
--- spec.html	22 Sep 2011 17:46:24 -0000	1.1673
+++ spec.html	22 Sep 2011 22:46:22 -0000	1.1674
@@ -350,7 +350,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5255.
+This is revision 1.5257.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 22 September 2011 22:46:27 UTC