[html5] r3449 - [gow] (2) new Audio() sets .autobuffer to true.

whatwg at whatwg.org whatwg at whatwg.org
Sun Jul 19 04:19:06 PDT 2009


Author: ianh
Date: 2009-07-19 04:19:04 -0700 (Sun, 19 Jul 2009)
New Revision: 3449

Modified:
   index
   source
Log:
[gow] (2) new Audio() sets .autobuffer to true.

Modified: index
===================================================================
--- index	2009-07-19 11:15:45 UTC (rev 3448)
+++ index	2009-07-19 11:19:04 UTC (rev 3449)
@@ -19954,9 +19954,11 @@
   <code><a href=#htmlaudioelement>HTMLAudioElement</a></code> objects (in addition to the factory
   methods from DOM Core such as <code title="">createElement()</code>): <dfn id=dom-audio title=dom-Audio><code>Audio()</code></dfn> and <dfn id=dom-audio-s title=dom-Audio-s><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as constructors,
   these must return a new <code><a href=#htmlaudioelement>HTMLAudioElement</a></code> object (a new
-  <code><a href=#audio>audio</a></code> element). If the <var title="">src</var> argument
-  is present, the object created must have its <code title=dom-media-src><a href=#dom-media-src>src</a></code> content attribute set to the
-  provided value, and the user agent must invoke the object's <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource selection
+  <code><a href=#audio>audio</a></code> element). The element must have its <code title=attr-media-autobuffer><a href=#attr-media-autobuffer>autobuffer</a></code> attribute set to the
+  literal value "<code title="">autobuffer</code>". If the <var title="">src</var> argument is present, the object created must have
+  its <code title=dom-media-src><a href=#dom-media-src>src</a></code> content attribute set to
+  the provided value, and the user agent must invoke the object's
+  <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource selection
   algorithm</a> before returning.</p>
 
   </div>

Modified: source
===================================================================
--- source	2009-07-19 11:15:45 UTC (rev 3448)
+++ source	2009-07-19 11:19:04 UTC (rev 3449)
@@ -21385,11 +21385,13 @@
   title="dom-Audio-s"><code>Audio(<var
   title="">src</var>)</code></dfn>. When invoked as constructors,
   these must return a new <code>HTMLAudioElement</code> object (a new
-  <code>audio</code> element). If the <var title="">src</var> argument
-  is present, the object created must have its <code
-  title="dom-media-src">src</code> content attribute set to the
-  provided value, and the user agent must invoke the object's <span
-  title="concept-media-load-algorithm">resource selection
+  <code>audio</code> element). The element must have its <code
+  title="attr-media-autobuffer">autobuffer</code> attribute set to the
+  literal value "<code title="">autobuffer</code>". If the <var
+  title="">src</var> argument is present, the object created must have
+  its <code title="dom-media-src">src</code> content attribute set to
+  the provided value, and the user agent must invoke the object's
+  <span title="concept-media-load-algorithm">resource selection
   algorithm</span> before returning.</p>
 
   </div>




More information about the Commit-Watchers mailing list