[html5] r1066 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 18 03:24:08 PDT 2007


Author: ianh
Date: 2007-10-18 03:24:06 -0700 (Thu, 18 Oct 2007)
New Revision: 1066

Modified:
   index
   source
Log:
[go] (2) Add notes for future feature requests; clarify how UAs can handle not handling <video>.

Modified: index
===================================================================
--- index	2007-10-18 01:32:53 UTC (rev 1065)
+++ index	2007-10-18 10:24:06 UTC (rev 1066)
@@ -13309,8 +13309,9 @@
   readonly attribute unsigned long <a href="#videoheight" title=dom-video-videoHeight>videoHeight</a>;
 };</pre>
   </dl>
-  <!-- XXX request: changing the playback aspect ratio -->
-  <!-- XXX request: applying CSS filters -->
+  <!-- XXX v2 request: changing the playback aspect ratio -->
+  <!-- XXX v2 request: applying CSS filters -->
+  <!-- XXX v2 request: infinite looping -->
 
   <p>A <code><a href="#video1">video</a></code> element represents a video or
    movie.
@@ -13388,7 +13389,16 @@
    content's aspect ratio being preserved. Thus, if the aspect ratio of the
    playback area does not match the aspect ratio of the video, the video will
    be shown letterboxed. Areas of the element's playback area that do not
-   contain the video represent nothing.</p>
+   contain the video represent nothing.
+
+  <p>In addition to the above, the user agent may provide messages to the
+   user (such as "buffering", "no video loaded", "error", or more detailed
+   information) by overlaying text or icons on the video or other areas of
+   the element's playback area, or in another appropriate manner.
+
+  <p>User agents that cannot render the video may instead make the element
+   represent a link to an external video playback utility or to the video
+   data itself.</p>
   <!-- XXX
    make it an interactive element
    default activation behaviour is to do the play() if paused, pause()
@@ -13431,6 +13441,9 @@
   <!-- XXX mention that this spec doesn't require native support or
   plugin support, either is fine -->
 
+  <p class=note>Certain user agents might support no codecs at all, e.g. text
+   browsers running over SSH connections.
+
   <h4 id=audio><span class=secno>3.14.8. </span>The <dfn
    id=audio1><code>audio</code></dfn> element</h4>
 
@@ -30201,6 +30214,7 @@
   <!-- Feature requests for future versions (v2):
         * deleting databases
         * determining how much storage room is left
+        * handling the database getting corrupted
   -->
 
   <h4 id=introduction3><span class=secno>4.11.1. </span>Introduction</h4>

Modified: source
===================================================================
--- source	2007-10-18 01:32:53 UTC (rev 1065)
+++ source	2007-10-18 10:24:06 UTC (rev 1066)
@@ -11194,8 +11194,9 @@
    </dd>
   </dl>
 
-  <!-- XXX request: changing the playback aspect ratio -->
-  <!-- XXX request: applying CSS filters -->
+  <!-- XXX v2 request: changing the playback aspect ratio -->
+  <!-- XXX v2 request: applying CSS filters -->
+  <!-- XXX v2 request: infinite looping -->
 
   <p>A <code>video</code> element represents a video or movie.</p>
 
@@ -11275,6 +11276,16 @@
   element's playback area that do not contain the video represent
   nothing.</p>
 
+  <p>In addition to the above, the user agent may provide messages to
+  the user (such as "buffering", "no video loaded", "error", or more
+  detailed information) by overlaying text or icons on the video or
+  other areas of the element's playback area, or in another
+  appropriate manner.</p>
+
+  <p>User agents that cannot render the video may instead make the
+  element represent a link to an external video playback utility or to
+  the video data itself.</p>
+
   <!-- XXX
    make it an interactive element
    default activation behaviour is to do the play() if paused, pause()
@@ -11325,11 +11336,14 @@
   <!-- XXX mention that this spec doesn't require native support or
   plugin support, either is fine -->
 
+  <p class="note">Certain user agents might support no codecs at all,
+  e.g. text browsers running over SSH connections.</p>
 
 
 
 
 
+
   <h4 id="audio">The <dfn><code>audio</code></dfn> element</h4>
 
   <p><span>Semi-transparent</span>
@@ -27793,6 +27807,7 @@
   <!-- Feature requests for future versions (v2):
         * deleting databases
         * determining how much storage room is left
+        * handling the database getting corrupted
   -->
 
   <h4>Introduction</h4>




More information about the Commit-Watchers mailing list