html5/spec Overview.html,1.3191,1.3192

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

Modified Files:
	Overview.html 
Log Message:
Set currentSrc reliably. (whatwg r4030)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3191
retrieving revision 1.3192
diff -u -d -r1.3191 -r1.3192
--- Overview.html	29 Sep 2009 05:49:01 -0000	1.3191
+++ Overview.html	29 Sep 2009 06:14:22 -0000	1.3192
@@ -19398,6 +19398,9 @@
      changed.</p> <!-- i.e. changing xml:base or <base> after src=""
      has no effect -->
 
+     <li><p>&#8987; If <var title="">absolute URL</var> was obtained
+     successfully, set the <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code> attribute to <var title="">absolute URL</var>.</li>
+
      <li><p>End the <a href="#synchronous-section">synchronous section</a>, continuing the
      remaining steps asynchronously.</li>
 
@@ -19497,16 +19500,19 @@
      below.</li>
 
      <li><p>&#8987; If <var title="">candidate</var> has a <code title="attr-source-type"><a href="#attr-source-type">type</a></code> attribute whose value, when
-     parsed as a <a href="#mime-type">MIME type</a> (including any codecs described by the
-     <code title="">codec</code> parameter), represents <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type
-     that the user agent knows it cannot render</a>, then end the
-     <a href="#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</li>
+     parsed as a <a href="#mime-type">MIME type</a> (including any codecs
+     described by the <code title="">codec</code> parameter),
+     represents <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot
+     render</a>, then end the <a href="#synchronous-section">synchronous section</a>, and
+     jump down to the <i title="">failed</i> step below.</li>
 
      <li><p>&#8987; If <var title="">candidate</var> has a <code title="attr-source-media"><a href="#attr-source-media">media</a></code> attribute whose value does
      not <a href="#matches-the-environment" title="matches the environment">match the
      environment</a> of the <a href="#default-view">default view</a>, then end the
      <a href="#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</li>
 
+     <li><p>&#8987; Set the <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code> attribute to <var title="">absolute URL</var>.</li>
+
      <li><p>End the <a href="#synchronous-section">synchronous section</a>, continuing the
      remaining steps asynchronously.</li>
 
@@ -19588,10 +19594,6 @@
    algorithm. This is now the element's <a href="#media-resource">media
    resource</a>.</li>
 
-   <li><p>Set the <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code> attribute to the
-   <a href="#absolute-url">absolute URL</a> of the <var title="">current media
-   resource</var>.</li>
-
    <li>
 
     <p>Begin to <a href="#fetch">fetch</a> the <var title="">current media

Received on Tuesday, 29 September 2009 06:14:35 UTC