- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 Feb 2009 03:17:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9302 Modified Files: Overview.html Log Message: note feature requests for audio (whatwg r2846) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2016 retrieving revision 1.2017 diff -u -d -r1.2016 -r1.2017 --- Overview.html 20 Feb 2009 01:10:25 -0000 1.2016 +++ Overview.html 20 Feb 2009 03:17:02 -0000 1.2017 @@ -14899,7 +14899,7 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> { void <span title=dom-CueRangeCallback-handleEvent>handleEvent</span>(in DOMString id); };</pre><p>The <dfn id=media-element-attributes>media element attributes</dfn>, <code title=attr-media-src><a href=#attr-media-src>src</a></code>, <code title=attr-media-autoplay><a href=#attr-media-autoplay>autoplay</a></code>, <code title=attr-media-loop><a href=#attr-media-loop>loop</a></code>, and <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code>, apply to all <a href=#media-element title="media element">media elements</a>. They are defined in - this section.</p><!-- XXXv3 features: + this section.</p><!-- proposed v2 (actually v3!) features: * frame forward / backwards / step(n) while paused * hasAudio, hasVideo, hasCaptions, etc * per-frame control: get current frame; set current frame @@ -14928,6 +14928,9 @@ * video: applying CSS filters * an event to notify people of when the video size changes (e.g. for chained Ogg streams of multiple independent videos) + * balance and 3D position audio + * audio filters + * audio synthesis --><p><a href=#media-element title="media element">Media elements</a> are used to present audio data, or video and audio data, to the user. This is referred to as <dfn id=media-data>media data</dfn> in this section, since this
Received on Friday, 20 February 2009 03:17:13 UTC