Skip to content

Commit

Permalink
[e] (0) note feature requests for audio
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2846 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 20, 2009
1 parent 52cf200 commit b7ef5d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index
Expand Up @@ -18234,7 +18234,7 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
<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:
<!-- 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
Expand Down Expand Up @@ -18263,6 +18263,9 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
* 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
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -19544,7 +19544,7 @@ interface <dfn>CueRangeCallback</dfn> {
title="media element">media elements</span>. They are defined in
this section.</p>

<!-- XXXv3 features:
<!-- 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
Expand Down Expand Up @@ -19573,6 +19573,9 @@ interface <dfn>CueRangeCallback</dfn> {
* 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><span title="media element">Media elements</span> are used to
Expand Down

0 comments on commit b7ef5d1

Please sign in to comment.