- From: poot <cvsmail@w3.org>
- Date: Sun, 19 Jul 2009 20:20:33 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: new Audio() sets .autobuffer to true. (whatwg r3449) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2573&r2=1.2574&f=h http://html5.org/tools/web-apps-tracker?from=3448&to=3449 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2573 retrieving revision 1.2574 diff -u -d -r1.2573 -r1.2574 --- Overview.html 19 Jul 2009 11:15:50 -0000 1.2573 +++ Overview.html 19 Jul 2009 11:19:11 -0000 1.2574 @@ -17361,9 +17361,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><!--CODECS
Received on Sunday, 19 July 2009 11:21:08 UTC