- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Jul 2009 11:19:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29032 Modified Files: Overview.html Log Message: new Audio() sets .autobuffer to true. (whatwg r3449) Index: Overview.html =================================================================== 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:19:24 UTC