[html5] r2872 - [gow] (2) Drop bufferingRate and bufferingThrottled for now.

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 26 00:50:18 PST 2009


Author: ianh
Date: 2009-02-26 00:50:17 -0800 (Thu, 26 Feb 2009)
New Revision: 2872

Modified:
   index
   source
Log:
[gow] (2) Drop bufferingRate and bufferingThrottled for now.

Modified: index
===================================================================
--- index	2009-02-26 08:35:47 UTC (rev 2871)
+++ index	2009-02-26 08:50:17 UTC (rev 2872)
@@ -18047,8 +18047,8 @@
   const unsigned short <a href=#dom-media-network_no_source title=dom-media-NETWORK_NO_SOURCE>NETWORK_NO_SOURCE</a> = 4;
   readonly attribute unsigned short <a href=#dom-media-networkstate title=dom-media-networkState>networkState</a>;
            attribute boolean <a href=#dom-media-autobuffer title=dom-media-autobuffer>autobuffer</a>;
-  readonly attribute float <a href=#dom-media-bufferingrate title=dom-media-bufferingRate>bufferingRate</a>;
-  readonly attribute boolean <a href=#dom-media-bufferingthrottled title=dom-media-bufferingThrottled>bufferingThrottled</a>;
+<!--v3BUF  readonly attribute float <span title="dom-media-bufferingRate">bufferingRate</span>;
+  readonly attribute boolean <span title="dom-media-bufferingThrottled">bufferingThrottled</span>;-->
   readonly attribute <a href=#timeranges>TimeRanges</a> <a href=#dom-media-buffered title=dom-media-buffered>buffered</a>;
   void <a href=#dom-media-load title=dom-media-load>load</a>();
   DOMString <a href=#dom-navigator-canplaytype title=dom-navigator-canPlayType>canPlayType</a>(in DOMString type);
@@ -18131,6 +18131,7 @@
        - skipped frames per second?
        - an event that reports playback difficulties?
        - an arbitrary quality metric?
+    * bufferingRate/bufferingThrottled (see v3BUF)
   -->
 
   <p><a href=#media-element title="media element">Media elements</a> are used to
@@ -18936,16 +18937,20 @@
   attribute must <a href=#reflect>reflect</a> the content attribute of the
   same name.</p>
 
-  <p>The <dfn id=dom-media-bufferingrate title=dom-media-bufferingRate><code>bufferingRate</code></dfn>
+<!--v3BUF
+  <p>The <dfn
+  title="dom-media-bufferingRate"><code>bufferingRate</code></dfn>
   attribute must return the average number of bits received per second
   for the current download over the past few seconds. If there is no
   download in progress, the attribute must return 0.</p>
 
-  <p>The <dfn id=dom-media-bufferingthrottled title=dom-media-bufferingThrottled><code>bufferingThrottled</code></dfn>
+  <p>The <dfn
+  title="dom-media-bufferingThrottled"><code>bufferingThrottled</code></dfn>
   attribute must return true if the user agent is intentionally
   throttling the bandwidth used by the download (including when
   throttling to zero to pause the download altogether), and false
   otherwise.</p>
+-->
 
   <p>The <dfn id=dom-media-buffered title=dom-media-buffered><code>buffered</code></dfn>
   attribute must return a new static <a href=#normalized-timeranges-object>normalized

Modified: source
===================================================================
--- source	2009-02-26 08:35:47 UTC (rev 2871)
+++ source	2009-02-26 08:50:17 UTC (rev 2872)
@@ -19335,8 +19335,8 @@
   const unsigned short <span title="dom-media-NETWORK_NO_SOURCE">NETWORK_NO_SOURCE</span> = 4;
   readonly attribute unsigned short <span title="dom-media-networkState">networkState</span>;
            attribute boolean <span title="dom-media-autobuffer">autobuffer</span>;
-  readonly attribute float <span title="dom-media-bufferingRate">bufferingRate</span>;
-  readonly attribute boolean <span title="dom-media-bufferingThrottled">bufferingThrottled</span>;
+<!--v3BUF  readonly attribute float <span title="dom-media-bufferingRate">bufferingRate</span>;
+  readonly attribute boolean <span title="dom-media-bufferingThrottled">bufferingThrottled</span>;-->
   readonly attribute <span>TimeRanges</span> <span title="dom-media-buffered">buffered</span>;
   void <span title="dom-media-load">load</span>();
   DOMString <span title="dom-navigator-canPlayType">canPlayType</span>(in DOMString type);
@@ -19425,6 +19425,7 @@
        - skipped frames per second?
        - an event that reports playback difficulties?
        - an arbitrary quality metric?
+    * bufferingRate/bufferingThrottled (see v3BUF)
   -->
 
   <p><span title="media element">Media elements</span> are used to
@@ -20404,6 +20405,7 @@
   attribute must <span>reflect</span> the content attribute of the
   same name.</p>
 
+<!--v3BUF
   <p>The <dfn
   title="dom-media-bufferingRate"><code>bufferingRate</code></dfn>
   attribute must return the average number of bits received per second
@@ -20416,6 +20418,7 @@
   throttling the bandwidth used by the download (including when
   throttling to zero to pause the download altogether), and false
   otherwise.</p>
+-->
 
   <p>The <dfn title="dom-media-buffered"><code>buffered</code></dfn>
   attribute must return a new static <span>normalized




More information about the Commit-Watchers mailing list