[html5] r1851 - [gow] (2) Make <video> and <audio> have a default volume of 1.0 instead of 0.5. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jul 8 16:01:33 PDT 2008


Author: ianh
Date: 2008-07-08 16:01:32 -0700 (Tue, 08 Jul 2008)
New Revision: 1851

Modified:
   index
   source
Log:
[gow] (2) Make <video> and <audio> have a default volume of 1.0 instead of 0.5. (Re: Consider changing the default volume for <audio> and <video> to be 1.0 instead of 0.5) (credit: ap, pj, cd)

Modified: index
===================================================================
--- index	2008-07-08 22:58:43 UTC (rev 1850)
+++ index	2008-07-08 23:01:32 UTC (rev 1851)
@@ -19106,7 +19106,7 @@
   <p>The <dfn id=volume title=dom-media-volume><code>volume</code></dfn>
    attribute must return the playback volume of any audio portions of the <a
    href="#media7">media element</a>, in the range 0.0 (silent) to 1.0
-   (loudest). Initially, the volume must be 0.5, but user agents may remember
+   (loudest). Initially, the volume must be 1.0, but user agents may remember
    the last set value across sessions, on a per-site basis or otherwise, so
    the volume may start at other values. On setting, if the new value is in
    the range 0.0 to 1.0 inclusive, the attribute must be set to the new value

Modified: source
===================================================================
--- source	2008-07-08 22:58:43 UTC (rev 1850)
+++ source	2008-07-08 23:01:32 UTC (rev 1851)
@@ -16800,7 +16800,7 @@
   <p>The <dfn title="dom-media-volume"><code>volume</code></dfn>
   attribute must return the playback volume of any audio portions of
   the <span>media element</span>, in the range 0.0 (silent) to 1.0
-  (loudest). Initially, the volume must be 0.5, but user agents may
+  (loudest). Initially, the volume must be 1.0, but user agents may
   remember the last set value across sessions, on a per-site basis or
   otherwise, so the volume may start at other values. On setting, if
   the new value is in the range 0.0 to 1.0 inclusive, the attribute




More information about the Commit-Watchers mailing list