spec/Overview.html 1.2017 2846 note feature requests for audio (whatwg

note feature requests for audio (whatwg r2846)

CueRangeCallback
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2017.html#cuerangecallback
media element attributes
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2017.html#media-element-attributes
media data
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2017.html#media-data

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2016&r2=1.2017&f=h
http://html5.org/tools/web-apps-tracker?from=2845&to=2846

===================================================================
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:20:38 UTC