[html5] r1069 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 18 17:15:54 PDT 2007


Author: ianh
Date: 2007-10-18 17:15:53 -0700 (Thu, 18 Oct 2007)
New Revision: 1069

Modified:
   index
   source
Log:
[e] (0) merge video and media feature requests

Modified: index
===================================================================
--- index	2007-10-19 00:07:37 UTC (rev 1068)
+++ index	2007-10-19 00:15:53 UTC (rev 1069)
@@ -13309,10 +13309,6 @@
   readonly attribute unsigned long <a href="#videoheight" title=dom-video-videoHeight>videoHeight</a>;
 };</pre>
   </dl>
-  <!-- XXX v2 request: changing the playback aspect ratio -->
-  <!-- XXX v2 request: applying CSS filters -->
-  <!-- XXX v2 request: infinite looping -->
-  <!-- XXX v2 request: event that sends caption text to script -->
 
   <p>A <code><a href="#video1">video</a></code> element represents a video or
    movie.
@@ -13631,7 +13627,9 @@
       - add stream(s) to play at end of current stream
       - pause playback upon reaching a certain time
       - playlists, with the ability to get metadata out of them (e.g. xspf)
-    * control over closed captions: enable, disable, select language
+    * control over closed captions:
+      - enable, disable, select language
+      - event that sends caption text to script
     * get byte ranges as well as time ranges for buffered data
     * in-band metadata and cue points to allow:
       - Chapter markers that synchronize to playback (without having to poll
@@ -13643,6 +13641,9 @@
     * general meta data, implemented as getters (don't expose the whole thing)
       - getMetadata(key: string, language: string) => HTMLImageElement or string
       - onmetadatachanged (no context info)
+    * video: changing the playback aspect ratio 
+    * video: applying CSS filters 
+    * infinite looping 
   -->
 
   <p><a href="#media5" title="media element">Media elements</a> are used to

Modified: source
===================================================================
--- source	2007-10-19 00:07:37 UTC (rev 1068)
+++ source	2007-10-19 00:15:53 UTC (rev 1069)
@@ -11194,11 +11194,6 @@
    </dd>
   </dl>
 
-  <!-- XXX v2 request: changing the playback aspect ratio -->
-  <!-- XXX v2 request: applying CSS filters -->
-  <!-- XXX v2 request: infinite looping -->
-  <!-- XXX v2 request: event that sends caption text to script -->
-
   <p>A <code>video</code> element represents a video or movie.</p>
 
   <p>Content may be provided inside the <code>video</code>
@@ -11509,7 +11504,9 @@
       - add stream(s) to play at end of current stream
       - pause playback upon reaching a certain time
       - playlists, with the ability to get metadata out of them (e.g. xspf)
-    * control over closed captions: enable, disable, select language
+    * control over closed captions:
+      - enable, disable, select language
+      - event that sends caption text to script
     * get byte ranges as well as time ranges for buffered data
     * in-band metadata and cue points to allow:
       - Chapter markers that synchronize to playback (without having to poll
@@ -11521,6 +11518,9 @@
     * general meta data, implemented as getters (don't expose the whole thing)
       - getMetadata(key: string, language: string) => HTMLImageElement or string
       - onmetadatachanged (no context info)
+    * video: changing the playback aspect ratio 
+    * video: applying CSS filters 
+    * infinite looping 
   -->
 
   <p><span title="media element">Media elements</span> are used to




More information about the Commit-Watchers mailing list