- From: poot <cvsmail@w3.org>
- Date: Wed, 9 Jul 2008 08:04:17 +0900 (JST)
- To: public-html-diffs@w3.org
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) (changed by: Ian Hickson) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1040.html#volume Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#volume Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#volume Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1039&r2=1.1040&f=h http://html5.org/tools/web-apps-tracker?from=1850&to=1851 =================================================================== 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:05:02 UTC