html5/spec Overview.html,1.1039,1.1040

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21296

Modified Files:
	Overview.html 
Log Message:
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) (whatwg r1851)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1039
retrieving revision 1.1040
diff -u -d -r1.1039 -r1.1040
--- Overview.html	8 Jul 2008 22:58:52 -0000	1.1039
+++ Overview.html	8 Jul 2008 23:01:36 -0000	1.1040
@@ -19210,7 +19210,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

Received on Tuesday, 8 July 2008 23:02:16 UTC